Page 1 of 1

[HOWTO] How To: Handle Invector Respawns With Save System

Posted: Wed Feb 03, 2021 1:35 pm
by Tony Li
If you're using Invector with Quest Machine or the Dialogue System, then to handle respawns you'll have to modify Invector's vGameController.cs script. Its OnCharacterDead method is hard-coded to respawn the player. Comment all that code out, and (if you're using the Dialogue System's Menu Framework) open the menu framework's load game panel instead. Or load the last checkpoint save. Or add a new panel that's a copy of the load game panel but with a "return to main menu" button added.