182 Commits

Author SHA1 Message Date
34c9a1b13a update gitignore 2024-02-18 06:13:16 +02:00
f32b950c01 - Fix Release configuration 2024-02-18 06:13:03 +02:00
6aa3cc5870 update gitignore 2024-02-18 06:12:06 +02:00
240c80fb77 - Fix Release configuration 2024-02-18 06:06:38 +02:00
d883c54843 Merge pull request #1 from EricPlayZ/dev
Change project name
2024-02-18 04:44:54 +02:00
463273b8e9 - Change project name (finally!)
- Change default config
2024-02-18 04:43:54 +02:00
59941315a2 - Fix TPP model not switching when using Photo Mode 2024-02-18 03:58:27 +02:00
94676926d5 - Fixed FOV slider not changing FOV while using FreeCam 2024-02-18 03:44:54 +02:00
695fe35e64 - Switched to "spdlog" for printing and logging
- Added logging
- Fixed menu scaling issues with the new menu layout
2024-02-18 02:33:13 +02:00
c2aa9d6375 - Improved Debug tab and improved shown addresses of Player Variables (you can copy and paste them now, it's so much easier to debug this way!
- Moved changelog/welcome screens to new cpp files
2024-02-17 21:45:24 +02:00
ddf8d12f6b Update LICENSE 2024-02-17 18:56:59 +02:00
68e3ddaa29 - Updated ImGui to v1.90.4 WIP
- Made a "header" and "footer" for the menu, so UX is nicer when scrolling!
- Switched to using FreeType for fonts
2024-02-17 18:52:16 +02:00
2def30b18a - Revamped menu
- Added EGameTools logo to the menu
2024-02-17 02:45:17 +02:00
9dce3455a4 change changelog 2024-02-15 04:08:46 +02:00
251a153f18 - Added a "Debug" menu tab
- Changed "Menu Transparency" to "Menu Opacity"
2024-02-15 04:07:58 +02:00
488c735fa2 - Fixed Freeze Time slowing down the immunity timer 2024-02-15 01:40:26 +02:00
2eb1e7d25d - Fixed player dying from switching FreeCam off after flying to high altitudes/through walls with “Teleport Player to Camera” option 2024-02-15 01:25:57 +02:00
a94c16747b - Added changelog screen
- Fixed console printing thread safety
2024-02-13 03:39:56 +02:00
b7e000176a backup 2024-02-12 03:51:26 +02:00
9459ddd9c7 - Fixed having FreeCam enabled while in the Map view would cause a weird offset of the entire Map view
- Refactored the TPP model code
2024-02-11 23:58:08 +02:00
9c705ef652 - Major code refactor! This means easier option additions and easier code navigation/readability!
- Now using precompiled headers for extremely fast compilation times :D
2024-02-11 06:11:25 +02:00
e32f647357 backup commit before code refactor 2024-02-10 21:41:49 +02:00
8289506ec0 - Added Disable Game Pause While AFK 2024-02-09 20:56:31 +02:00
f00fc5cfa0 - Sliders now use units to let the user know better what they're used for 2024-02-09 20:40:42 +02:00
2d804f624c - Added One Handed Mode
- Fixed Freeze Time at night making Aiden complain about his immunity lmao
- Added Slow Motion, with speed and transition time modifiers
2024-02-08 22:21:11 +02:00
9bd867bc9f - Added Freeze Time 2024-02-06 03:30:41 +02:00
675eb58988 - Added proper Player Jump Parameters reloading
- Changed offsets to help in maintaining game version compatibility
2024-02-05 03:54:50 +02:00
7376ae8f13 - Added a welcome screen for users running the mod for the first time 2024-02-05 03:23:00 +02:00
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
4aca1bae87 Added Menu Scale slider 2024-02-03 23:54:16 +02:00
d20fdf5d5d we got working custom file loading, woopiee! 2024-02-03 04:24:23 +02:00
ca4f9d8e2b - Fixed FreeCam Speed not changing 2024-02-03 03:15:47 +02:00
d3dda548b1 backup 2024-02-03 02:54:39 +02:00
e9e20d3019 Update README.md 2024-02-03 00:36:18 +02:00
fb9ca32ca9 update default config 2024-02-03 00:34:45 +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
781e97bf77 Update README.md v1.0.4 2024-01-29 02:15:30 +02:00
2749d19fc9 stop MSVC from creating .exp in Release folder 2024-01-29 02:12:25 +02:00
6853aa0bee switched back to MSVC for the compiler cuz Clang doesnt handle exceptions properly :( 2024-01-29 02:10:23 +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
cc244db9fd fixed a small config bug for boolean options 2024-01-26 22:31:54 +02:00
432a65e977 Update README.md v1.0.3 2024-01-26 18:48:45 +02:00
12d38d264c upload images 2024-01-26 18:03:38 +02:00
906c6f6581 change default config, upload extra images 2024-01-26 16:56:22 +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