182 Commits

Author SHA1 Message Date
190d4232bd fix some files v1.2.4 2024-11-03 22:06:26 +02:00
642d0f17e2 merge dev into master 2024-11-03 21:59:24 +02:00
405cdcef1f changed ImGui style 2024-11-03 21:51:58 +02:00
7993931f88 - Improved MountDataPaks hook error detection (the error related to MountDataPaks should not show up in the console as often anymore) 2024-11-03 19:46:41 +02:00
c163301344 removed PlayerObjProperties class (it is the same as PlayerDI_PH), better multi-threading safety 2024-11-03 19:27:40 +02:00
8b4e3c4b75 merge previous master commits to dev, change config player_variables.scr, change changelog 2024-11-03 18:24:33 +02:00
0ee417db70 - Added compatibility with v1.19 Tower Raid: Halloween Run update
- Improved CPU performance at game startup when using the mod
2024-11-03 17:53:49 +02:00
3280768125 backup of new update 2024-11-02 02:04:12 +02:00
df039e495e forgot to add a parantheses v1.2.3 2024-09-07 16:17:23 +03:00
4803e3b5ce - Fixed co-op issues related to Player and Weapon options, such as God Mode, Player Health, Player Immunity, Weapon Durability sliders not working 2024-09-07 16:14:59 +03:00
4961177ef7 - Added compatibility with v1.18.0 "Community QoL" update
- Fixed an issue with classes not always getting detected correctly for everyone (Debug tab; if you still run into issues, please open a bug report!)
v1.2.2
2024-09-01 02:20:00 +03:00
d907cf0b0d - Added compatibility with v1.17.2 Tower Raid update
- Added a .PDB file included by default with the mod, for debugging purposes in case the game crashes, now I can more easily detect the cause of a game crash!
- Added a crash handler which handles game crashes and generates a "EGameTools-dump.dmp" file in the game's exe directory for debugging purposes; if you encounter a crash and this file gets generated, please send it to me anywhere you can, for example on Discord, so I can try to find out the cause of the game crash!

- Fixed "Game Speed" (World) not getting applied with the mod menu opened while having another tab selected other than the World tab
v1.2.1
2024-07-14 16:49:53 +03:00
f6848f37c7 Merge branch 'master' of https://github.com/EricPlayZ/EGameTools v1.2.0 2024-05-13 03:55:03 +03:00
2d9c4bcd45 hotfix for GoPro Mode 2024-05-13 03:54:58 +03:00
67a98a8130 Update README.md 2024-05-13 03:13:57 +03:00
4766d630ac Merge branch 'master' of https://github.com/EricPlayZ/EGameTools 2024-05-13 02:27:54 +03:00
71b67d0e46 prepare for v1.2.0 release 2024-05-13 02:20:55 +03:00
2cadab18ae changelog 2024-05-12 05:42:33 +03:00
3c31878ef8 change default hotkeys 2024-05-12 05:34:42 +03:00
263db930a4 change default hotkeys 2024-05-12 05:34:28 +03:00
099fd311e3 fixed some bugs, added default teleports list 2024-05-12 05:29:53 +03:00
d3f36c047e fixed UI scaling, changed text 2024-05-12 04:14:13 +03:00
96fa5c0a0f change text 2024-05-12 03:51:19 +03:00
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