KS212 wrote: ↑Sat Jul 13, 2019 7:03 pm
@Cielos
Just FYI, the undead option when used with the whole party also makes the AI 'player characters' unkillable ie those fake players that spawn at your level.
Easiest to find is in the Remanant Wastes area (first area), spawn at the Floating Tower and kill the mechs then just run forward, you'll see 2 near the rocks.
thanks for the report! never turn the party option on after the preliminary tests... apparent none of us care about the party members except you~
I'll change the party filter a bit to see if something better comes up...
///////////////////////////////////////
demorest wrote: ↑Fri Jul 12, 2019 1:13 pm
Still Cannot Enable script from revision : +10, for game v1.70, table Update2 and higher!
Rev +8, for game v1.70, table Update1 - working... Different injections or somethings else!?
Reinstalled game, uninslalled easyanticheat - still cannot enable script! Any help-solutions!?
[Link]
compared to
Update1,
Update2 has one more injection point that is responsible to grab the player pointer. without it you can't use the
undead script.
maybe somehow the aobscan for it is different for your game.
if
undead option isn't what you're after, try do the following...
- press ENTER with the
enable highlighted, you should see a window pop-up.
- between line 180-181:
Code: Select all
///*******************************************///
dealloc(newmem3)
create a line with
/*
, so that it becomes:
Code: Select all
///*******************************************///
/*
dealloc(newmem3)
- between line 77-78:
Code: Select all
///*******************************************///
aobscanmodule(playerHealthRead1CallerAOB,SAOFB-Win64-Shipping.exe,EB ** 48 ** ** 41 0F ** ** E8 ** ** ** ** 84 C0 75)
again, create a line with
/*
, so that it becomes:
Code: Select all
///*******************************************///
/*
aobscanmodule(playerHealthRead1CallerAOB,SAOFB-Win64-Shipping.exe,EB ** 48 ** ** 41 0F ** ** E8 ** ** ** ** 84 C0 75)
- do that in the order shown above, or the line # of 180-181 maybe different from what I tell you here.
- click OK on the button of the window.
now hook CE to the game as usual, and try re-activate
enable script again...
good luck!
///////////////////////////////////////
KS212 wrote: ↑Fri Jul 12, 2019 9:31 am
This godly table makes the game finally worth playing. I remember when the game first came out nobody really cared to make a table.
@Cielos
Is it possible to make a cheat that extends the grapple hook range?
should be doable...
I was planning to make a no-clip script for the game, but it seems too much work compare to the place I can go with it.
I'll have a look for the UFG range instead..
///EDIT:
Update8
- added UFG range multiplier.
- updated undead. changed the party filter a little bit, it shouldn't affect enemy player now.
re-download and test~