182 Commits

Author SHA1 Message Date
662ea7896e remove duplicate switch cases, oops :) 2024-01-25 01:45:44 +02:00
3f593c7749 fixed an issue with F10 not getting detected as a key press when switching hotkeys 2024-01-25 01:28:24 +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
d7a0275c39 - Config overhaul
- Soon adding hotkeys
2024-01-21 02:58:32 +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
705d162e74 changed some option names v1.0.2c 2024-01-14 06:37:52 +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
e24e1c8dac update readme v1.0.2 2024-01-09 02:47:40 +02:00
34b1196afd changed default config 2024-01-09 02:46:19 +02:00
28524cb2a7 modified default menu transparency, sorted the World menu a bit :) 2024-01-09 02:29:23 +02:00
6212242d39 fixed menu transparency not working 2024-01-09 02:23:28 +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
8a432ff8e2 Merge branch 'master' of https://github.com/EricPlayZ/DL2GameOverhaul 2024-01-07 22:23:31 +02:00
215469f000 Added "FreeCam Speed" slider 2024-01-07 22:23:19 +02:00
f89b428309 Update README.md 2024-01-06 06:53:33 +02:00
ee0c26e4cc Update README.md 2024-01-06 06:38:30 +02:00
296230b735 Update README.md v1.0.1 2024-01-06 06:24:02 +02:00
e25084b911 Update README.md 2024-01-06 06:22:14 +02:00
36cd983e39 update license 2024-01-06 06:06:49 +02:00
843e8995cc fix a issue with new lines when saving player variables to file 2024-01-06 06:02:55 +02:00
e785665479 forgot to update default player vars scr and default config file :) 2024-01-06 05:02:09 +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
dc885f8d21 Add LICENSE.txt. 2023-07-30 06:16:19 +03:00
e4a26caeb9 add files 2023-07-30 06:14:30 +03:00
357296326e add files 2023-07-30 06:14:20 +03:00
e802533a87 Add .gitattributes and README.md. 2023-07-30 06:11:45 +03:00