13 Commits

Author SHA1 Message Date
47a21f293e fix: last game update 2024-06-12 15:56:21 +02:00
Jadis0x
136d3d137e Transform namespace updated & freecam removed 2024-06-08 13:14:27 +03:00
Jadis0x
0b90598356 Reorganized UnityEngine namespace
Reorganized UnityEngine namespace by splitting headers into individual classes
2024-06-07 19:07:09 +03:00
Jadis0x
0b84c20f4a code optimization &new helper functions added / modified
- UnityCore namespace changed to UnityEngine
- Object class is no longer a template. FindObjectOfType function set to template
- Added LogComponents function. It helps us retrieve components from the target gameObject.
- Added GetObjectName function to Object structure (same method is available in utils header)
- Added ConvertToSystemString function.
Converts const char to system.string (app::String)
2024-06-06 20:43:35 +03:00
Jadis0x
3c474a398e steam name changer added
+ Horror.menu update hooked
+ UnlockAchievements added but crashes when used
2024-06-01 21:27:40 +03:00
Jadis0x
01c16909bf 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.)
2024-06-01 19:47:24 +03:00
Jadis0x
be5f59f1b5 fixed logic bug and added cache for nolan 2024-05-31 23:51:08 +03:00
Jadis0x
7c151b664f add: fly and tp to azazel 2024-05-29 21:43:06 +03:00
Jadis0x
5968a83932 spawn prefab updated
Unfortunately, only doors are being instantiated. I haven't done enough research for the problem
2024-05-27 20:15:34 +03:00
Jadis0x
d32b92d1e3 helper functions added
- Added helper functions to facilitate Vector3 and Transform operations.
- Defined operator overloads for Vector3 (not tested).
- Added fly and spawnPrefab functions to the Misc namespace (not tested).
- Added fly speed to settings.
2024-05-19 02:43:52 +03:00
Jadis0x
f69767f794 various header files added/updated
- Created a header file called players. added a helper function to get the gameobject of all players, the gameobject of the local player and the NolanBehaviour component
- Added UnityCore file to make it easier for us to use unity functions
- Misc file fully updated
- Added Wrapper class to make it easier to use il2cpp functions
- ClientHelper updated
- color.hpp library was included in the project to make the console colorful
2024-05-16 21:37:01 +03:00
Jadis0x
aefdecc823 some helper functions added
-
2024-04-14 22:28:12 +03:00
Jadis0x
db2dc7b321 misc header file added 2024-04-14 00:05:47 +03:00