note about outdatedness

This commit is contained in:
JohnCorby 2024-04-25 13:23:45 -07:00
parent d12e1a109e
commit 218eddf333

View File

@ -1,8 +1,8 @@
> :warning: Warning! :warning: > [!WARNING]
Mod development needs a powerful PC! > Mod development needs a powerful PC!\
Unexpected errors and issues may occur when editing networking code. > Unexpected errors and issues may occur when editing networking code.\
Running multiple instances of the game can be very taxing on your computer. > Running multiple instances of the game can be very taxing on your computer.\
We're not responsible if you push your PC too hard. > We're not responsible if you push your PC too hard.
## Prerequisites ## Prerequisites
- Visual Studio 2022. - Visual Studio 2022.
@ -48,6 +48,8 @@ Use the API by copying [the API definition](https://github.com/misternebula/quan
## Debugging ## Debugging
### Debug Actions : ### Debug Actions :
> [!NOTE] this list is slightly outdated. it will be updated when debug settings are updated
Press Q + Numpad Enter to toggle debug mode in game (corresponds with the debug setting "debugMode" in the section below). Press Q + Numpad Enter to toggle debug mode in game (corresponds with the debug setting "debugMode" in the section below).
Hold Q and press : Hold Q and press :
@ -65,6 +67,8 @@ Hold Q and press :
### Debug Settings : ### Debug Settings :
> [!NOTE] this list is slightly outdated because it will be replaced by mod options at some point
Create a file called `debugsettings.json` in the QSB folder. Create a file called `debugsettings.json` in the QSB folder.
The template for this file is this : The template for this file is this :