FLHDE / freelancer-hd-edition-installer

Installer for Freelancer: HD Edition.
https://github.com/BC46/freelancer-hd-edition
10 stars 4 forks source link

Apply additional pitch variations option via search and replace, instead of swapping .ini files #111

Closed BC46 closed 2 months ago

BC46 commented 1 year ago

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:

voice = pilot_f_mil_m01
voice = pilot_f_mil_m01a
voice = pilot_f_mil_m01b

and the same goes for all the other entries.

Also engine_quip_player_trails.ini can be done the same way.