Commit Graph

9 Commits

Author SHA1 Message Date
a6a09521f2 Fixed most Third Person bugs, added TPP model, cleaned the code up a bit 2024-01-14 06:26:53 +02:00
8dddfd427c Added Third Person Camera mode with adjustable settings; added toggle for Player Variables in case of bad bugs, leaving the player with the ability to completely disable anything that writes to their values; organized the menu a tad bit more :D 2024-01-08 06:08:20 +02:00
215469f000 Added "FreeCam Speed" slider 2024-01-07 22:23:19 +02:00
3b146e57ac Changed player variable loading to require manual updating instead of relying on the annoying veh hooking, which was inconsistent and requires updating every game update anyway for backup player vars, which has been also deleted now as it is unnecessary
Added Tools directory for various tools that helps in updating the mod (such as the player variables, to use it you simply decompile the function that loads player variables in IDA, copy the decompiled function code, paste it into the tool and it will automatically extract the names and the type of variable like float or boolean, the functions that load float or bool should be named "LoadPlayerFloatVariable" or "LoadPlayerBoolVariable" respectively, otherwise the tool won't work)
2024-01-06 04:59:09 +02:00
0d0859395f Updated the mod to work with the latest patch, I need to clean the code because spending several days just to make this work is not an option, especially after a break that lasted half a year and forgetting what all this damn code does xD 2024-01-06 03:33:37 +02:00
1178c9c53d added Safezone FOV Reduction Remover, added config management 2023-08-05 21:39:43 +03:00
6f8e5b8045 Add edDX12 support, added Save variables to file, added Load variables from file, added Restore variables to default, added a Restore button for each player variable, limited mod menu size, fixed menu crashing the game if in Fullscreen, fixed some Photo Mode issues 2023-08-05 05:22:20 +03:00
41503ab8be Added Teleport Player to Camera for FreeCam, added Freeze Player (automatically activated with FreeCam if Teleport Player to Camera is disabled), added Time and Weather control (the transitions with Time are extremely slow, so you'll only notice gameplay changes for the first few seconds until the lighting starts to change; Weather transitions are also slow, but way more consistent), fixed FreeCam option desync in-game if the option was enabled before player was alive, fixed game resetting player variables when doing certain actions, organized and cleaned the code a lil' bit more 2023-08-02 00:54:12 +03:00
e4a26caeb9 add files 2023-07-30 06:14:30 +03:00