cncnet-yr-client-package
cncnet-yr-client-package copied to clipboard
Save CnCnet game settings
I have to reconfigure these settings every time I boot up CnCnet for a new game. Is it possible to save them?
I'm not a developer, but as far as I know there is no way.
I second this. Maybe there is a way? The default values come from somewhere. Further, is the launcher the RA2 code or is it the CnCNet's?
@PablosScripts , to save these settings you have to add a line to the file Resources/ClientDefinitions.ini
under your client folder:
SaveSkirmishGameOptions=yes
Was struggling with it too, had to debug the client myself to discover this.
Maybe it would be a good idea to turn this setting on by default (I mean, why not?)
@PablosScripts , to save these settings you have to add a line to the file
Resources/ClientDefinitions.ini
under your client folder:SaveSkirmishGameOptions=yes
Was struggling with it too, had to debug the client myself to discover this.
Maybe it would be a good idea to turn this setting on by default (I mean, why not?)
thanks, this fixed for me. really dumb for this not to be enabled by default... not to say completely missing from the .ini file
I'm closing this Issues because it's outdated