Basic UE4 Win64 Base Table
Re: Basic UE4 Win64 Base Table
nice Tool.
'Construct Console' does not work.
attempt to get lenght of a nil value (local 'result2')
'Construct Console' does not work.
attempt to get lenght of a nil value (local 'result2')
Re: Basic UE4 Win64 Base Table
good morning guys i have a question i want to replace a skeleton and voice in game
the voices i know how ue4 working but i dont know how that script work for those cases
the game is sword art online fatal bullet i want to change the voice
UCR000_F00_CV.acb to UCR039_CV.acb
the voices i know how ue4 working but i dont know how that script work for those cases
the game is sword art online fatal bullet i want to change the voice
UCR000_F00_CV.acb to UCR039_CV.acb
Re: Basic UE4 Win64 Base Table
Do you have any plans on updating this to add support to Unreal Engine 4.27? Btw, thanks for the dumper, it helped a lot!
Re: Basic UE4 Win64 Base Table
Is the dumper compatible with CE kernel routines? The game im using it on now has an ac, The tool worked perfectly with veh debugger and kernel routines off.
Re: Basic UE4 Win64 Base Table
Let it be known that what I am writing now is not directed to the OP (even though I quoted his post). Stating it up-front, so I don't see another dispute fired up over nothing. It is directed at another place whose users I know read this forum and report back with screenshots, so then they just dwell in opinions and assumptions or whatnot. Well.. here's another post to take a screenie of
There are a lot of "table makers" out there who rely entirely on the work of Cake-san whenever it comes to some Unreal Engine 4 game. Then they advertise their "work" in such a manner that you'd think they actually have the knowledge to have written up the framework Cake-san did. Enter OCD, a place where these new table makers whose names I never heard of popped up like mushrooms after a rainy day. In a way I'm glad the table isn't compatible 100% with everything, cuz it's about damn time these people who gloat and get praises for literally using Cake-san's work started to actually learn and fix shit on their own.
Re: Basic UE4 Win64 Base Table
the table already support it, just need to unstuck it because it's auto & for some reason getting stuck in infinite loop because wrong GName/GUObject address... need to manually register GUObject/GNames before activating script.
Code: Select all
unregisterSymbol('FNamePool') registerSymbol('FNamePool','gameAddress',true)
unregisterSymbol('GUObjectArray') registerSymbol('GUObjectArray','gameAddress',true)
So, if there're any unsupport game that's not encrpted just let me know the name.
Re: Basic UE4 Win64 Base Table
^ fyi: Splinter Cell: Blacklist v1.03 (UE2.x): returns 'FNamePool' not found.
I've added 2 UE scripts to my table related to GNames & GObjects: [ viewtopic.php?t=18761 ]; might save you some time (and that's as far as my UE knowledge goes, folks )
And thx again for this marvelous tool, and maintaining it !
btw: is that table in your OP still valid ?
I've added 2 UE scripts to my table related to GNames & GObjects: [ viewtopic.php?t=18761 ]; might save you some time (and that's as far as my UE knowledge goes, folks )
And thx again for this marvelous tool, and maintaining it !
btw: is that table in your OP still valid ?
Re: Basic UE4 Win64 Base Table
I'm having an issue with the older Batman games (namely Batman: Arkham City, Batman: Arkham Origins, and Batman: Arkham Knight - all UE3).
With Arkham City I get a "psize" error & with Arkham Origins it tries to use the "UE4 Object Scanner" in a continuous loop. I left it for hours and nothing happened. Finally, with Arkham Knight it uses the correct Tools and still provides the error 'GUObjectArray' not found.
Using v7.1 and just running the "Unreal Engine" script.
Re: Basic UE4 Win64 Base Table
WB games are known to use custom versions of UE3. The structs have different sizes and order of the members. Check out the Unreal Explorer issues (a tool made by Elliot Vu which is capable of deserializing .u or .upk files).
Re: Basic UE4 Win64 Base Table
Tested Update 7.2 table on the games. Which now works on my side, don't know if it will break on different version of games.
- SilentRunner
- Expert Cheater
- Posts: 215
- Joined: Fri May 29, 2020 11:37 am
- Reputation: 108
Re: Basic UE4 Win64 Base Table
Amazing little tool. Rhark showed me how to use this on Trepang2 and I was blown away loading up the Structure view and seeing everything labelled, makes finding the little annoying things much less mind numbing. Great work!
Re: Basic UE4 Win64 Base Table
An issue I've encountered with the latest few updates.
After running the main script and it doing its thing it can sometimes stop certain CE features from working.
An example is making my other scripts not work because of things like this:
I'm using $process in my script and I am attached to the game as per usual.
Another example is if I had for example in my script, after enabling the Unreal Engine main script it would cause this to not be recognised.
Hope this helps you pinpoint this issue
After running the main script and it doing its thing it can sometimes stop certain CE features from working.
An example is making my other scripts not work because of things like this:
I'm using $process in my script and I am attached to the game as per usual.
Another example is if I had
Code: Select all
jne @f
Hope this helps you pinpoint this issue
Re: Basic UE4 Win64 Base Table
Ah okay, I'll try to use CE 7.2 and see if I still encounter these issues again.
I found a game in which gives me this error:
Code: Select all
error: stringoffset/ByteProperty not found
Re: Basic UE4 Win64 Base Table
UE5...Rhark wrote: ↑Tue Jun 21, 2022 8:41 pmI found a game in which gives me this error:Game is called "The Butcher".Code: Select all
error: stringoffset/ByteProperty not found
Welp, for quick fix just replace line 117 in main script with this:
Code: Select all
return tonumber(info.major..info.minor..'.'..info.release)
Who is online
Users browsing this forum: cheesescries