Page 5 of 29

Re: UnderRail

Posted: Mon Jul 29, 2019 6:00 pm
by Darkwind
Echoing what others said, the "workarounds" aren't really working around anymore. The main script doesn't appear to work anymore even with these various tricks. Can this be updated to become working again? Thanks!

Re: UnderRail

Posted: Tue Jul 30, 2019 12:13 am
by FlipFloppy
Csimbi, I have a small request. I want to remove godmode and infinite psi but keep everything else. How do I do that? I'm using an earlier table because it's more stable than v7, but this earlier table activates godmode and infinite psi due to that bug you discovered. I figure if the code blocks aren't there (or are commented out "//"), godmode and infinite psi shouldn't activate, but how do I make sure I can activate the rest? Also I don't know exactly where the code blocks start and end.

-edit- Nvm, I don't know what I'm doing. Main doesn't activate when I rem out the code blocks.

Re: UnderRail

Posted: Tue Jul 30, 2019 11:55 pm
by Gregz
Script: Max Carry Weight Mod doesn't work with Jet Skis in Expedition.

I'm carrying about 3,000 and I can walk fine when the mod is activated, but the Jet Ski barely moves.

Image

Unfortunately this is a game ender because you can't play Expedition without using the Jet Skis. :(

Re: UnderRail

Posted: Wed Jul 31, 2019 10:22 pm
by Sosoz
Anything to instantly hack/lockpick?

Re: UnderRail

Posted: Fri Aug 02, 2019 4:02 pm
by Csimbi
Posted update #8. Thanks for the save, Gregz.

Re: UnderRail

Posted: Sun Aug 04, 2019 2:54 pm
by Shadow_Wulfe
Any pointer for specialization points?

Re: UnderRail

Posted: Sun Aug 04, 2019 5:11 pm
by KraftCrafterMcCrafty
Shadow_Wulfe wrote:
Sun Aug 04, 2019 2:54 pm
Any pointer for specialization points?
In the main table, under AOB Script Main, under Leveling Points.

Re: UnderRail

Posted: Tue Aug 06, 2019 2:41 pm
by Paretor
i think the version changed, any chance for an update ? or way to fix the version check ?

Re: UnderRail

Posted: Tue Aug 06, 2019 5:33 pm
by Csimbi
Nope, still 1.1.0.12

Re: UnderRail

Posted: Wed Aug 07, 2019 4:11 pm
by Paretor
the table worked fine just until three days ago, wont load the AOB for some reason, reinstalled cheat engine and no good

Edit:
tryied to drop my inventory leave the screen and use the table still no use

any other ideas ? =) appriciate the help

Re: UnderRail

Posted: Wed Aug 07, 2019 4:47 pm
by Rebelicious
For some reason, it doesn't seem to work with 1.1.0.12.

Edit: Chargen script works, but the others seem to do nothing, playing on 1.1.0.12 GOG, Win 7 64.

I'm actually stuck in the middle of nowhere with 3239 inventory weight. :lol:

Edit 2: By dumping everything on the ground and then leaving the area, and then trying to activate the script(s) after a loading screen, it started working again. Oddly, it wasn't enough to just save/load - I actually had to leave the area.

Re: UnderRail

Posted: Wed Aug 07, 2019 9:01 pm
by nemesisssu
I've also had problems with activating the table. What works for me is having a save game in a City area, I have mine in Core City, and activating the table works fine in that zone. Afterwards I just reload my current progress.

Re: UnderRail

Posted: Thu Aug 08, 2019 9:52 am
by Rebelicious
Today when starting out, it also didn't work, and moving to another zone didn't help.
I think I've figured it out, as strange as it sounds: You need to activate it in a zone with NPCs in it. I have absolutely no idea why that helps, but I moved ~4-5 loading screens, but the table refused to activate... until I had visited a zone with NPCs in it. I suspect that it would work if it was just enemy NPCs, I doubt it has to be a city, but that seems to have helped.

So, for those that are like me, hauling massive amounts of shit around, try to always save/load in a city, after restarting the game.

Re: UnderRail

Posted: Thu Aug 08, 2019 11:09 am
by predprey
Csimbi wrote:
Sun May 19, 2019 11:50 am
So, being a .NET game, the code is generated only when it's actually used.
Since we can't tap into code that does not exist, it had to be broken up to multiple scripts.
That said, you can enable these smaller scripts only when you've triggered code generation.
If I'm not wrong, if the game is using Mono .Net, CE's Mono injection allows for JITing the codes even when they have not been used yet. At least that's what I did back when I did some scripts for I Am Setsuna. A plus for this is that it completely eliminates the need for any AOB scans. For reference, there is a Mono inject template in the customAOBInjectionTemplates extension.

Re: UnderRail

Posted: Thu Aug 08, 2019 3:00 pm
by Paretor
yup that solved it, enabling the table AOB in a map with npcs in it solved it
strange why it happens.