e22e64af32
Merge pull request #4 from EricPlayZ/dev
...
fix tpp model
v1.1.3
2024-04-24 04:51:36 +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
53efd04ae6
dynamically fetch game version instead of using a pattern for it
...
- use win api for getting game version & remove memory scanning dependency for it
- could be useful for maintaining compatibility across different game versions
2024-04-24 04:14:11 +03:00
c6451da13a
Merge pull request #3 from 0x-FADED/version_stuff
...
- Fetch game version using Windows' API instead of using the game's function
2024-04-24 04:11:11 +03:00
e0a15ee70d
Update Other.h
2024-04-24 04:04:15 +03:00
48c5afc66f
Update Other.cpp
2024-04-24 04:03:23 +03:00
1163d3bed0
Update core.h
2024-04-24 04:02:30 +03:00
4a10cf0179
Update core.cpp
2024-04-24 04:00:58 +03:00
8b0e947ef7
- Added compatibility with v1.16.0 "Nightmare Mode" update
...
- Fixed really fast player speed when executing a slow motion kill, dodging or ground pounding at 1.00x game speed (will still happen at any other game speed unfortunately)
- Added function hooking timeout for easier debugging
2024-04-24 03:22:22 +03:00
262f10f86e
dynamically fetch game version instead of using a pattern for it
...
- use win api for getting game version & remove memory scanning dependency for it
- could be useful for maintaining compatibility across different game versions
2024-03-18 01:53:24 +09:00
b55224d1ab
- Added compatibility with v1.15.2 "Firearms" update
v1.1.2
2024-03-04 23:11:21 +02:00
6f2665cb28
preparation for next update
2024-03-03 13:21:37 +02:00
1da0a83433
- Added a message box that warns the user of shortcut creation failure
v1.1.1
2024-02-20 01:30:29 +02:00
20f94eeb21
change changelog
2024-02-20 01:02:50 +02:00
978bb1034b
added exception handling for changelog stuff
2024-02-20 01:00:04 +02:00
52dc7b65b7
- Fixed Slow Motion not changing back to the original game speed when deactivated
...
- Fixed certain features like Use TPP Model or Player Variables not working at all for some users
2024-02-20 00:55:34 +02:00
8d46c28837
Merge branch 'master' of https://github.com/EricPlayZ/EGameTools
2024-02-19 23:25:49 +02:00
3239a9890f
- Fixed frequent crashes when using DX12, sometimes DX11 too.
...
- Fixed frequent crashing at game startup
- Fixed crashing when trying to use ".model" mods with the custom file loading system; PLEASE keep in mind that I haven't found a fix for this yet! Custom ".model" files will not get loaded by this mod's system
2024-02-19 23:23:34 +02:00
3357975309
Update README.md
v1.1.0
2024-02-18 21:12:13 +02:00
03777c454f
Update README.md
2024-02-18 21:10:46 +02:00
0031a30532
Update README.md
2024-02-18 20:27:46 +02:00
b997f81950
Update README.md
2024-02-18 20:26:52 +02:00
d7774e56ec
update welcome screen
2024-02-18 20:24:35 +02:00
7343c9eba3
Merge branch 'dev'
2024-02-18 18:17:58 +02:00
de8c641122
- Fixed game crashing on DX11
2024-02-18 17:48:02 +02:00
3d85e480e1
- Fix DX11 color issue
2024-02-18 17:05:40 +02:00
6accb5f43d
- Changed scroll wheel FreeCam speed
2024-02-18 06:15:35 +02:00
b76c961373
- Changed scroll wheel FreeCam speed
2024-02-18 06:15:22 +02:00
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