sm64ex,v6: Add Note regarding spaces in arguments
This commit is contained in:
parent
e0628ec6c9
commit
cbed5a0c14
|
@ -61,6 +61,7 @@ Start the game from the command line to view helpful messages regarding SM64EX.
|
||||||
### Game doesn't start after compiling
|
### Game doesn't start after compiling
|
||||||
|
|
||||||
Most likely you forgot to set the launch options. `--sm64ap_name YourName` and `--sm64ap_ip ServerIP:Port` are required for startup.
|
Most likely you forgot to set the launch options. `--sm64ap_name YourName` and `--sm64ap_ip ServerIP:Port` are required for startup.
|
||||||
|
If your Name or Password have spaces in them, surround them in quotes.
|
||||||
|
|
||||||
## Game Troubleshooting
|
## Game Troubleshooting
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ Start the game from the command line to view helpful messages regarding V6AP. Th
|
||||||
### Game no longer starts after copying the .exe
|
### Game no longer starts after copying the .exe
|
||||||
|
|
||||||
Most likely you forgot to set the launch options. `-v6ap_name YourName` and `-v6ap_ip ServerIP:Port` are required for startup.
|
Most likely you forgot to set the launch options. `-v6ap_name YourName` and `-v6ap_ip ServerIP:Port` are required for startup.
|
||||||
|
If your Name or Password have spaces in them, surround them in quotes.
|
||||||
|
|
||||||
## Game Troubleshooting
|
## Game Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue