adventuregamestudio / ags-manual

AGS documentation.
https://adventuregamestudio.github.io/ags-manual/
MIT License
26 stars 9 forks source link

Runtime config reference not synced with the 3.6.0 engine #234

Closed ivan-mogilko closed 7 months ago

ivan-mogilko commented 8 months ago

Somehow this is still missing few newer options.

"[graphics] window", "[graphics] fullscreen", and maybe anything else https://github.com/adventuregamestudio/ags/blob/release-3.6.0/OPTIONS.md

EDIT: also "[misc] titletext".

ericoporto commented 8 months ago

added graphics window and fullscreen here: https://github.com/adventuregamestudio/ags-manual/wiki/EngineConfigFile/_compare/2ffa4e9%5E...2ffa4e9 added disabled antialias and translation here: https://github.com/adventuregamestudio/ags-manual/wiki/EngineConfigFile/_compare/ce65c91%5E...ce65c91 added titletext here: https://github.com/adventuregamestudio/ags-manual/wiki/EngineConfigFile/_compare/821f1c0%5E...821f1c0

ivan-mogilko commented 8 months ago

I'd like to double check.

ivan-mogilko commented 8 months ago

Okay, seems to match now; I also had to remove few old options remaining since pre-3.6.0 times. https://github.com/adventuregamestudio/ags-manual/wiki/EngineConfigFile/_compare/821f1c041245a377b411026f4b00705a5c57289d...3829feefea8a75e612d56990252771ec44447626

Crystal-Shard commented 7 months ago

Where it says that options are locked in a default state, does that mean the AGS default (similar to if the option was not in the cfg file) or does it mean whatever is stated in the cfg file?

ivan-mogilko commented 7 months ago

Where it says that options are locked in a default state, does that mean the AGS default (similar to if the option was not in the cfg file) or does it mean whatever is stated in the cfg file?

The option set in cfg file.

The "disabled" section is meant to fix selection at particular value. Although of course this will work strictly in winsetup UI, players have no restriction in changing the config file by hand.

Crystal-Shard commented 7 months ago

Where it says that options are locked in a default state, does that mean the AGS default (similar to if the option was not in the cfg file) or does it mean whatever is stated in the cfg file? The option set in cfg file.

Maybe the manual could indicate that?

ivan-mogilko commented 7 months ago

Does it look better now? https://github.com/adventuregamestudio/ags-manual/wiki/EngineConfigFile/_compare/3829feefea8a75e612d56990252771ec44447626...45961828944035911b7e467478b5ab9409c5e9a7

Crystal-Shard commented 7 months ago

Looks good to me!