Commit Graph

24 Commits

Author SHA1 Message Date
cc019c049e - Added Nightrunner Mode
- Added custom file loading from "ph\work\bin\x64\EGameTools\FilesToLoad" (tested with other mods that change .scr files, GPUfx files, etc, also works with .rpacks)
- You can now use your scroll wheel to change FreeCam speed while you're in FreeCam!
2024-02-04 16:53:29 +02:00
d20fdf5d5d we got working custom file loading, woopiee! 2024-02-03 04:24:23 +02:00
d3dda548b1 backup 2024-02-03 02:54:39 +02:00
dae94182f1 - Added Horizontal distance from player slider for Third Person
- Fixed a bug with hotkeys sometimes not working unless you opened the menu
2024-02-03 00:34:11 +02:00
18057ac289 backup 2024-02-02 12:59:46 +02:00
3048ce5bd6 before trying fs::open hook 2024-02-02 02:26:49 +02:00
fd8f20f6de - Fixed game crashing when Misc tab is open while exiting to main menu
- Fixed Disable HUD getting grayed out and not being able to toggle it back to false when exiting to main menu
- Fixed Player Variables loading/saving not working properly
2024-01-31 19:35:02 +02:00
20a294ebaa working on loading SCR files externally 2024-01-31 16:37:08 +02:00
447291d036 Added Player Health slider, added Disable Out of Bounds Timer, added Disable HUD, now using less function signatures, therefore less effort is required when updating the mod! Also cleaned up the code a lot, it's now a bit more organized. 2024-01-29 01:52:08 +02:00
e303f5e134 fixed some issues with toggling hotkeys and third person logic 2024-01-27 19:59:26 +02:00
14d83b1061 switched to Clang cuz its better, fixed some broken code... idk how it even worked in the first place!! 2024-01-25 02:37:10 +02:00
bb43194a8a cleaned up the code a lil' bit, its still a mess but eh... itll do for now :) 2024-01-25 00:58:38 +02:00
6d21f11c49 Added hotkeys! Code is very unorganiezd, will clean in later updates 2024-01-22 01:04:19 +02:00
776310c4b6 - Fixed "Having third-person enabled in the game menu, before loading up the game, will cause infinite loading until you disable third-person"
- Fixed "When loading up the game with God Mode enabled, your health drops to 80 and stays there until you disable God Mode"
- Added a way to check if the game is still loading or not
2024-01-20 22:05:06 +02:00
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
6f3e5e807c optimize some code 2023-07-30 06:46:42 +03:00
e4a26caeb9 add files 2023-07-30 06:14:30 +03:00