So far only their very usage was mentioned outside of the code only in #154, but TheForceEngine/main.cpp in void parseOption actually contains:
-gDARK or --game DARK: Directly load the Dark Forces game, skipping the titlescreen.
-r<replay_path>: Load a replay from the given path.
-nosound or --nosound:: Disable sound/audio.
-fullscreen or --fullscreen: Force fullscreen mode.
-skip_load_delay or --skip_load_delay: Skip loading delay (for faster startup).
--demo_logging: Enable Dark Forces demo logging (for dev/testing).
--exit_after_replay: Exit the program after a replay finishes.
Could you document them to https://theforceengine.github.io/Documentation.html?
And is it okay for me to add them to README.md?
So far only their very usage was mentioned outside of the code only in #154, but TheForceEngine/main.cpp in
void parseOptionactually contains:-gDARKor--game DARK: Directly load the Dark Forces game, skipping the titlescreen.-r<replay_path>: Load a replay from the given path.-nosoundor--nosound:: Disable sound/audio.-fullscreenor--fullscreen: Force fullscreen mode.-skip_load_delayor--skip_load_delay: Skip loading delay (for faster startup).--demo_logging: Enable Dark Forces demo logging (for dev/testing).--exit_after_replay: Exit the program after a replay finishes.Could you document them to https://theforceengine.github.io/Documentation.html?
And is it okay for me to add them to README.md?