This is mainly for core pinning, but all of the unsafe options would be good as well. I find it very inconvenient that I'd have to edit an ini file when I could just modify my launch script.
Something like GAMEMODE_CONFIG="pin_cores=0,2,4,6;park_cores=8-15" would be nice.
I'm considering adding to my script a series of echo | tee commands or maybe sed commands to dynamically update a gamemode.ini in the game's working directory at runtime. It would be so much simpler if we could just set these options in the command line. I'm surprised it isn't already an option.
This is mainly for core pinning, but all of the unsafe options would be good as well. I find it very inconvenient that I'd have to edit an ini file when I could just modify my launch script.
Something like
GAMEMODE_CONFIG="pin_cores=0,2,4,6;park_cores=8-15"would be nice.I'm considering adding to my script a series of echo | tee commands or maybe sed commands to dynamically update a gamemode.ini in the game's working directory at runtime. It would be so much simpler if we could just set these options in the command line. I'm surprised it isn't already an option.