Releases: CorrM/cg
Releases · CorrM/cg
1.2.2 - HOTFIX
Server
Fix bug that case duplicate CoreUObject
in some UE4 Games.
1.2.1 - HOTFIX
Server
- Fix bug that prevent
GObjects
to get fully read.
1.2.0
Server
- Add
OffsetsOnly
option inUnrealCpp
plugin. - Rework
Package Dependencies System
its smarter now. - Add
PackageName
prefix to enums inUnrealCpp
plugin. - Improve
FileWriter
for writing SDK. - General syntax fixes for
UnrealCpp
. - Fix BUGS on UE3 bit fields.
- Fix wrong super fix that case a
0xFFFFF
size.
Notes
- Documentation moved to CheatGear Documentation.
- CheatGear now have installer, Stop making
CG 1.0.0
,CG 1.1.0
folders !! - That update have a lot of fixes.
1.1.0 - The FLASH
Server
- HUGE performance improve for all
Unreal Tools
(Finder, SDK Gen, Dumper, etc). - Fix wrong type name in
BasicHeader
inUnrealCpp
plugin.
1.0.1 - New Level
Server
- Fix
DetectUnrealGame
infinity loop. - Fix
AutoFixFNameWithCasePreservingName
wath case some memory reading problem.
1.0.0 - New Level
Changes
- Change name from 'Unreal Finder Tool' to 'Cheat Gear', as the name was not refer to what this tool can do.
- New documentation site to make it easy to publish articles/tutorials and CheatGear API. (still WIP)
- Raid of licence system and replace it with membership, Now you can access any feature release not just the latest.
Server
- Add
External Syntax
forUnreal.Cpp
plugin. - Some bugs fixed.
UI
- Sidebar now looks like a real sidebar.
- A lot of changes are happens, Check them by yourself. (CheatGear)
0.8.1 - More Control
Server
Some fixes for
GNames/GObjects Finder`.
- Fix
LangOption
.
0.8.0 - More Control
Server
- Improve speed of Pull Objects In Packages by 100% !!.
- Improve and add some more property to
LangOption
. - Improve
UnrealCpp
plugin :- Add
PrecompileSyntax
option. (Use precompile headers for most build speed) - Add
LazyFindObject
option. (Lazy assign for UObject::FindObject in SDK methods body) - Add
GenerateParametersFile
option. (Should generate function parameters file) - Convert
ShouldUseString
to an option. (Use string to catch function instead if use it's object index) - Convert
ShouldXorStrings
to an option. (Use XOR string to handle functions name) - Add
XorFuncName
option. (To set XOR function name)
- Add
- Fix bug in
FName
autodetectWithCasePreservingName
.
0.7.6 - Performance Push HOTFIX
Server
- Fix a problem on GNames finder.
0.7.5 - Performance Push
Server
- Some improves for exception throwing.
- Small improve for
GObjects/GNames Finder
.