How Do I Use The Options From The Options Manual?

I’d Like To Screw Around With Some Games, Have Fun And Try Some thing’s

I guess you use Windows? Open the folder that has the Player.exe and do in Windows Explorer “Shift → Right Click”. Select “Open Command Prompt” (or PowerShell).

Type “cmd” [Enter].

Now type “Player.exe” (assuming the Player is called this way) and you can pass the arguments comma delimited.

Example:

Player.exe --start-map-id 3 --start-position 10 20 --start-party 2 3

Then press [Enter]

Starts the game on map 3 at location 10x20 and with the party member with actor ID 2 and 3. Note that map and actors must exist, this depends on the game.

To edit the command again press “Arrow Up” .

Thank’s For The Windows Method, But…
I Use Linux.

Open a terminal. Then navigate with cd PATH to the game directory. PATH is the full path to the game.

Then do the same as described above, just with easyrpg-player instead of Player.exe.