Skip to content

Commit d645643

Browse files
authored
Update README.md
1 parent b21b08f commit d645643

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,20 @@ The functionality so far is:
3232
<p>You can type some commands into it...</p>
3333
<p>Change your username with the <code>name</code> command. The change will be visible when you enter the LAN menu.
3434
<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.
3738
<br>Better features to the console will be added soon :)</p>
3839
</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>
3949
<details>
4050
<summary>Save your username</summary>
4151
<p>Edit the <b>cfg.ini</b> config file, change the "<b>YOUR_NAME_HERE</b>" section to your prefered username</p>
@@ -64,7 +74,9 @@ To compile the DLL:
6474

6575

6676
## TODO
67-
- [x] [DONE] Clean up the d3d9 hooks
77+
- [x] Clean up the d3d9 hooks
78+
- [ ] SP laps
79+
- [ ] Store LAN mods
6880
- [ ] Add more hooks to game events
6981
- [ ] Plugins
7082
- [ ] Find IDE independent way to create DLL

0 commit comments

Comments
 (0)