inforsir89 wrote: ↑Thu Sep 19, 2019 3:17 pm
so sunbeam how would we get the customize unlock to work? im kinda sorta retarded a bit i read ur posts was wonder just how to get them to work
Not yet available in the table. I did all of that manually, by running
SetHUDVisible BPCont_Player_C_0 0 command, which will also not work for you. Most commands' flags are set in such a way that, even if the engine finds them in the various Classes, they won't run
So I fixed that so they run. Then, once I got that working, in the actual command exec function I changed RIP to the Developer ones (I used ObjectsDump.txt to find out the function location). And had that execute instead (using the right UObject as __this pointer in RCX). That's the techy explanation.
I plan to update the table to include such commands in the next update. So, hold tight. Also wanna play the damn game for the time being
telosei wrote: ↑Thu Sep 19, 2019 10:57 pm
Hello and thanks you for your work
i'm currently trying to use the injector to get the objectsdump.txt
everything work so far except few things
i do injection on main menu then load my save , only things i need to avoid in order to keep the table from being changed is changing map or reloading the save right?
how do i update the objectsdump.txt? pressing numpad do nothing it seems? i'm confused
also some adresse i can find through memory viewers on weapon/grenade/class mod component are not in objectsdump.txt , is that normal?
trying to edit a grenade but it's really not a success so far because some adresse can't be found and it seems annointed adresse are not in it either, am i right?
thanks you in advance
You ask a lot of questions and express desire to get a lot of useless shit in this game, which makes me believe you have no clue what you're doing. Like I said in the video, if you move from main menu into the game world, you need to press
Numpad / to re-dump NamesDump.txt and ObjectsDump.txt. And that is because the engine re-initializes non-Transient UObjects. The key works, the function works. If it doesn't for you, then disable your AV or anything conflicting with hotkey press detection. I really have no further observations regarding EDITING weapons and other crap. Not interested in it, check the other topic where Zanzer explains how and what to do.