teemohnay wrote: ↑Thu Apr 28, 2022 11:02 pm
Set Weapon Properties doesnt work. Been at this for hours now. Followed the instructions exactly, which are extremely vague at best. I experimented tons trying to figure this out. Anytime I activate the script, the game crashes. Can someone please explain how to make this work?
OK, what's vague in my explanations? You run the game, click PLAY, then click CONTINUE in main menu so you enter game world. Alt-tab to CE, open table and activate the Initialize script, follow messages till it asks if you want to remove the Tab key and remap the ConsoleKey, then you're set. Can't be more simpler than that... Ah, that the game updated (see the 2-3 posts above yours) and that "Set Weapon Properties" is now crashing.. that's a different story. Point is you could've read the comments before yours and considered that maybe.. just maybe.. that's the reason for the crashes, rather than bluntly assume the instructions are vague? Thanks.
Kyle873 wrote: ↑Tue May 03, 2022 3:04 am
...
No fucks given today on the likes of you.
Veneran wrote: ↑Fri Apr 29, 2022 10:11 pm
It's crashing with the latest update of the game. Wait for a new cheat table.
Ziebelkuchen wrote: ↑Mon May 02, 2022 12:15 pm
Well im struggling too.
Would be really nice to edit/ mod again!
The fix for "Set Weapon Properties" script:
to
Code: Select all
t = aobScanSmall( "400F95C7", t, 0x100 )
t = aobScanSmall( "E8", t, 0x100 )
- after editing the above, go to now line 48 and change it from
to
Code: Select all
t = aobScanSmall( "400F95C7", t, 0x100 )
t = aobScanSmall( "FF90", t, 0x100 )
- save table to reuse later
There, fixed.
Also the new offset for DeveloperPerks is
0x2820. Line
336 in the original table, [ Initialize ] script.
The table was updated for Patreon users, as this was also requested there.
BR,
Sun