You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,20 @@ The functionality so far is:
32
32
<p>You can type some commands into it...</p>
33
33
<p>Change your username with the <code>name</code> command. The change will be visible when you enter the LAN menu.
34
34
<br>See current fps with the <code>fps</code> command.
35
-
<br>See current lobby info with the <code>info</code> command. (untested!!)
36
-
<br>Toggle Single-Player DRITER mod with <code>tg</code> command. (untested!!)
35
+
<br>See current lobby info with the <code>info</code> command.
36
+
<br>Toggle Single-Player DRITER mod with <code>tg</code> command.
37
+
<br>Change the number of laps for the race with <code>laps <#n></code> command.
37
38
<br>Better features to the console will be added soon :)</p>
38
39
</details>
40
+
<details>
41
+
<summary>LAN lobby laps higher than 9</summary>
42
+
<p>When hosting a LAN lobby, you can set the number of laps for the race to a number between 10 and 255. Example: <code>laps 20</code>.
43
+
<br>When going over 127 laps, it will display the laps in the lobby as a negative number.
44
+
<br>To make sure all the players in your lobby also have this updated value, open and close the lobby settings menu.
45
+
<br>YOU WILL HAVE TO USE THE <code>laps</code> COMMAND TO BE ABLE TO CHANGE LOBBY SETTINGS AGAIN (just type "laps" into the console).
46
+
<br>During the race, if you pick up a powerup after lap 127, you will not be able to pick it up again for the rest of the race.</p>
47
+
<br>This will also allow you to do multiple laps on the Mount Haruna track. After crossing the finnish line, keep driving forward untill you clip trough the invisible wall at the end. The car will fall into <b>t h e v o i d</b> and will be teleported back to the start of the track.
48
+
</details>
39
49
<details>
40
50
<summary>Save your username</summary>
41
51
<p>Edit the <b>cfg.ini</b> config file, change the "<b>YOUR_NAME_HERE</b>" section to your prefered username</p>
0 commit comments