Commit Graph

158 Commits

Author SHA1 Message Date
598c88bbd6 huge statement about IALR lmao and some bug fix 2024-05-12 03:45:47 +03:00
3d546cc198 fixed FOV stuff again 2024-05-12 02:28:49 +03:00
38acd3ebe0 fixed FOV issues 2024-05-12 02:26:29 +03:00
4043de504b fixed bugs 2024-05-12 02:00:35 +03:00
f50c883efc fixed some player variables issues, implemented camera teleportation 2024-05-11 20:27:35 +03:00
dae6072423 fixed teleport to waypoint issues 2024-05-11 19:31:55 +03:00
61922760a3 - Added "Teleport to Waypoint" (Teleport)
- WARNING: if the waypoint is selected to track an object/item on the map, Teleport to Waypoint will not work, if so just set the waypoint nearby instead
  - WARNING: your player height won't change when teleporting, so make sure you catch yourself if you fall under the map because of the teleportation
2024-05-11 18:54:48 +03:00
ce56c7e71e fixed some GUI stuff 2024-05-11 06:11:56 +03:00
7c79bc18e3 fixed some GUI stuff 2024-05-11 06:03:46 +03:00
bb21fb7446 fixed some issues 2024-05-11 04:28:58 +03:00
ef4e179600 implemented proper config for teleport locations list 2024-05-11 03:33:42 +03:00
b17ce3e9a9 - Added "Teleport to Coords" with X, Y, Z inputs (Teleport)
- Added "Saved Locations" section in Teleport menu, with the ability of saving, deleting and teleporting to said locations; these locations are saved in the config file and will contain a name and a set of coordinates for each location
2024-05-11 01:45:05 +03:00
55e4712990 fix text 2024-05-10 19:28:55 +03:00
870a625728 - Added "Unlimited Items" (Player) - Stops the game from lowering the amount of items such as consumables / throwables when using them, alongside other inventory items such as ammo, lockpicks and even money; WARNING: Dropping the entire amount of an item will remove the item from your inventory, whilst also being dropped 2024-05-10 19:21:19 +03:00
1bd10e06d6 - Added "Old World Money" slider (Player) 2024-05-10 05:47:33 +03:00
ba09473499 fixed some weapon features 2024-05-10 04:48:51 +03:00
7876a52b39 - Added "One-Hit Kill" (Player)
- Added "Unlimited Ammo" (Weapon)
- Added "No Spread" (Weapon)
- Added "No Recoil" (Weapon)
- Added "Instant Reload" (Weapon)
2024-05-10 04:27:52 +03:00
a7435e3088 add tooltip 2024-05-10 03:16:48 +03:00
725b0bff41 - Added "Current Weapon Durability" slider (Weapon) - currently only works while your weapon is physically equipped in your hand
- Added "Unlimited Durability" (Weapon)
2024-05-10 03:05:31 +03:00
7dc2fd4de1 fixed compilation error 2024-05-09 18:43:21 +03:00
da99802546 - Added "Lens Distortion" slider (Camera)
- Fixed options that make use of player variables not returning back to their original value after disabling them
- Added tooltips to sliders as well
2024-05-09 18:42:06 +03:00
bd19d3f45a - Added "Disable Head Correction" (Player) - disables centering of the player's hands to the screen while jumping
- fixed issue with Disable Air Control not working properly
2024-05-09 04:33:09 +03:00
05fcf607f1 - Added "Disable Air Control" (Player)
- Fixed blood overlay still displaying after falling from a great height with "God Mode" (Player) enabled
2024-05-09 01:45:00 +03:00
fa6a9e0fb8 added proper vtable checking for most classes 2024-05-08 18:22:22 +03:00
f692641c28 - Added compatibility with v1.16.2 hotfix update
- Changed the way the mod menu gets the list of player variables, meaning the player variables list should self-update, with no manual intervention required even after a game update
2024-05-08 17:19:18 +03:00
0b6c04f107 added RTTI utils which helps me get vtables using RTTI names, yey! no more weird offset stuff 2024-05-08 04:19:16 +03:00
e3a90c6d58 - Added the ability of using .PAK mods inside "EGameTools\UserModFiles"; just drag and drop a .PAK inside the folder, rename it to whatever you like and enjoy! CREDITS TO @12brendon34 on Discord for finding out how to implement this feature!
- Added "Allow Grapple Hook in Safezone" (Player)
2024-05-07 05:37:29 +03:00
7d048316e9 - Added "Unlimited Stamina" (Player)
- Added tooltips when hovering over buttons inside the mod menu
2024-05-06 21:15:31 +03:00
a580147272 - Fixed immunity drastically being lowered while rapidly changing the time forward with the "Time" slider (World) at night
- Added Invisible to Enemies to config cuz I forgot oops
2024-05-04 03:50:46 +03:00
3a51834d4b - Added "Invisible to Enemies" (Player)
- Changed Unlimited Immunity to use player variables instead of function hooking
2024-05-04 00:58:15 +03:00
1dcd0b884e - Added "Player Immunity" slider (Player)
- Fixed issue with Unlimited Immunity not working whenever somebody hits you
- Changed version to v1.2.0 (because it's a big update :D)
2024-05-03 22:19:16 +03:00
e2be96af15 implemented proper savegame CRC check bypass, added byte patching and fixed a few bugs 2024-05-03 17:16:07 +03:00
f4699cdd30 Added "Unlimited Immunity" (Player) 2024-05-03 04:06:02 +03:00
65e2dc3d44 Fixed "Disable Out of Bounds Timer" (Player) not working in missions 2024-05-03 01:22:19 +03:00
0ec06592c4 Fixed volatiles still being able to kill you when they jump on top of you while "God Mode" (Player) is enabled 2024-05-03 00:20:21 +03:00
0f3cd3546e Fixed "God Mode" (Player) not working properly or at all in multiplayer 2024-05-02 23:32:28 +03:00
0755d8523f change game and mod version 2024-05-02 05:05:32 +03:00
ba953c90be - Fixed long paths to mods inside UserModFiles causing a game crash or causing the mods to not load at all
- Added "Increase Data PAKs Limit" (Misc; requires game restart to apply) - you can now add more than 8 data PAKs, e.g. data8.pak, data9.pak, data10.pak, etc, up to 200 PAKs in total
- Added "Disable Data PAKs CRC Check" (Misc requires game restart to apply) - stops the game from detecting data PAKs, which allows you to use data PAK mods in multiplayer as well
- Added "Disable Savegame CRC Check" (Misc requires game restart to apply) - stops the game from falsely saying your savegame is corrupt whenever you modify it
- Changed the config system to only write to the config file whenever there's a change in the mod menu
2024-05-02 05:04:50 +03:00
9a980ca48c backup commit :D 2024-05-01 03:42:17 +03:00
4879e68867 switch to new game speed handler 2024-04-29 21:19:55 +03:00
4ca2ddf7b2 - Added compatibility with v1.16.1 hotfix update
- Fixed God Mode staying enabled after toggling FreeCam off
- Fixed player variables saving and loading using old version of player_variables.scr (which makes Max Health drop to negative infinite)

backup commit before transitioning to new game speed handler
2024-04-29 20:09:17 +03:00
df811ca134 fix tpp model 2024-04-24 04:47:30 +03:00
ebc2ca4aaf merge dev into master 2024-04-24 04:29:24 +03:00
ab6d4f6ae9 change incompatible game version text 2024-04-24 04:27:54 +03:00
7c36849cc5 modify changelog 2024-04-24 04:21:26 +03:00
0f5435fa09 clean up code 2024-04-24 04:17:21 +03:00
4308c7b21a Update Other.h 2024-04-24 04:14:28 +03:00
b7c81b5e2b Update Other.cpp 2024-04-24 04:14:26 +03:00
565d37b409 Update core.h 2024-04-24 04:14:22 +03:00
c43a9ccf02 Update core.cpp 2024-04-24 04:14:18 +03:00