diff --git a/LICENSE b/Docs/LICENSE similarity index 100% rename from LICENSE rename to Docs/LICENSE diff --git a/Docs/dsda-doom_parameters.md b/Docs/dsda-doom_parameters.md new file mode 100644 index 0000000..73df052 --- /dev/null +++ b/Docs/dsda-doom_parameters.md @@ -0,0 +1,27 @@ +#### These are the parameters that work on dsda-doom + +| Parameter | Description | +| :------------- | :---------- | +| -iwad | Specifies the IWAD to load | +| -file | Specifies a PWAD to load | +| -deh | Specifies a DEH file to load | +| -complevel <3> | Compatibility with different types of demos | +| -fast | Loads the game with fast monsters | +| -respawn | The monsters respawn | +| -nomonsters | Loads the game with no monsters | +| -solo-net | Start the game in coop mode, but you are the only player | +| -coop_spawns | Loads the game with coop monsters | +| -time_use | Times the moment the "use" key is pressed | +| -time_keys | Times the moment a key is collected | +| -time_secrets | Times the moment a secret is found | +| -time_all | time_use + time_keys + time_secrets | +| -skill <4> | Specifies difficulty level to start the game in | +| -warp <2 6> | Start the game in a specific level | +| -record | Record a demo (*.lmp) | +| -playdemo | Plays a demo | +| -fastdemo | Plays a demo as fast as possible. Used for benchmarks | +| -timedemo | Used to time a demo precisely | +| -viddump | Writes a video from a demo. Only works with -timedemo | +| -levelstat | Writes a txt file with stats about your run | +| -analysis | Writes a txt file with info about your run | + diff --git a/README.md b/README.md index b07aaf7..b239ef2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a launcher for the dsda-doom source port The binaries for an experimental macOS and windows version are available in [**Releases**](https://github.com/Pedro-Beirao/dsda-launcher/releases) -^ This includes the dsda-doom executable. Just open the launcher and you are good to play +^ This includes the dsda-doom executable (For macOS only) ___