From 218eddf33360ac0cb44554df6cf921684dd67da8 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 25 Apr 2024 13:23:45 -0700 Subject: [PATCH] note about outdatedness --- DEVELOPMENT.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b78eb876..8f43c1e3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,8 +1,8 @@ -> :warning: Warning! :warning: -Mod development needs a powerful PC! -Unexpected errors and issues may occur when editing networking code. -Running multiple instances of the game can be very taxing on your computer. -We're not responsible if you push your PC too hard. +> [!WARNING] +> Mod development needs a powerful PC!\ +> Unexpected errors and issues may occur when editing networking code.\ +> Running multiple instances of the game can be very taxing on your computer.\ +> We're not responsible if you push your PC too hard. ## Prerequisites - Visual Studio 2022. @@ -48,6 +48,8 @@ Use the API by copying [the API definition](https://github.com/misternebula/quan ## Debugging ### 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). Hold Q and press : @@ -65,6 +67,8 @@ Hold Q and press : ### 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. The template for this file is this :