When applying the additional pitch variations option, we currently rename two ini files. However since the changes only really involve a bit of search and replace, we should apply the changes in-place instead. See diff: https://github.com/BC46/freelancer-hd-edition/commit/0ef8f69966cf252c55ac07878a10d8c31cb61816. The advantage that comes with search and replace is that we don't need to maintain two separate ini files.
For example, voice = pilot_f_mil_m01 could be replaced with:
When applying the additional pitch variations option, we currently rename two ini files. However since the changes only really involve a bit of search and replace, we should apply the changes in-place instead. See diff: https://github.com/BC46/freelancer-hd-edition/commit/0ef8f69966cf252c55ac07878a10d8c31cb61816. The advantage that comes with search and replace is that we don't need to maintain two separate ini files.
For example,
voice = pilot_f_mil_m01
could be replaced with:and the same goes for all the other entries.
Also engine_quip_player_trails.ini can be done the same way.