changes & fixed issues causing game crashes

+ flying speed increased from 15 to 20
+ NolanBehavior_Update hooked
+ fullbright, player speed and fly moved to nolan's update hook
+ added NolanBehaviour parameter to Misc::FullBright function
- fly function removed from misc namespace (this function will be re-added in the near future after further improvements and testing.)
This commit is contained in:
Jadis0x
2024-06-01 19:47:24 +03:00
parent be5f59f1b5
commit 01c16909bf
4 changed files with 97 additions and 95 deletions

View File

@@ -9,10 +9,9 @@ namespace Misc {
void CarryItem(const char* itemName);
void CarryAnimal(const char* animalName);
void InstantWin();
void Fly(float speed);
void CustomizedLobby();
void SpawnPrefab(const char* prefabName);
void FullBright();
void FullBright(app::NolanBehaviour* nb);
void Revive(bool self);
void GetKeys();
void Jumpscare();