Page 1 of 8

Subnautica

Posted: Mon Dec 11, 2017 6:04 am
by fantomas


Current Game Version: Build e67616 [ Feb 11, 2021 ] New!

I just did quickly a few scripts & pointers - Enjoy! ;)

Image
Image

Re: Subnautica

Posted: Mon Dec 11, 2017 11:28 am
by fantomas
I just added 2 more scripts:
  • Ignore Craft Requirement
  • x99 Craft Amount - maybe 99 is too much, I did not figured out yet how to increase storage capacity in the inventory, if that even is possible. I suggest to decrease that value to something very low (5, perhaps) or do not even use it. :D

Re: Subnautica

Posted: Mon Dec 11, 2017 2:37 pm
by Viken
Can't get the Ignore Crafting Requirements option to toggle, Fantomas. Otherwise good table.

Re: Subnautica

Posted: Mon Dec 11, 2017 5:43 pm
by fantomas
Hi Viken! :D

Thank you for your feedback - I just checked twice and it still toggles fine here. Be sure Mono features have been activated, otherwise scripts will not work.

Have fun! ;)

Image

Re: Subnautica

Posted: Mon Dec 11, 2017 5:43 pm
by Viken
Aaah. That may be why. Let me go back and check. Usually I don't bother activating the mono features.

Re: Subnautica

Posted: Mon Dec 11, 2017 5:48 pm
by Viken
Still nada, Fantomas.

I can't get the Ignore Crafting Requirements, x99 Craft Amount, or the Oxygen script under Pointers to work. They simply won't toggle at all. Everything else works though, including the infinite scripts and the Invincible option.

Re: Subnautica

Posted: Mon Dec 11, 2017 10:55 pm
by fantomas
About Oxygen, you have to dive in first, consume a little oxygen and then you should be able to toggle it again.


EDIT

Added Inf Power, Inf Fuel (a.k.a Fire Extinguisher) + Fuel pointers. It is so funny to be propelled under water by fire extinguisher. :lol:

Have fun! ;)

Re: Subnautica

Posted: Tue Dec 12, 2017 9:12 am
by fantomas
Added Inf Battery + Battery pointers

Have fun!

Re: Subnautica

Posted: Wed Dec 13, 2017 10:52 am
by Martijn1234
cant seem to toggle on x99 craft amount

Re: Subnautica

Posted: Wed Dec 13, 2017 12:25 pm
by fantomas
@Martijn1234

Try to craft once and then retry to toggle it.

EDIT

Open the script and change the first byte of scan address (1D -> 5E) - Maybe I'll have to find a better script for this cheat.

However, please decrease the value that I put (63 = 99) into something more low (5, per example) - 99 will saturate your fabricator (full inventory)


I definitely have to find a better script - I'll take a look.

Re: Subnautica

Posted: Wed Dec 13, 2017 7:48 pm
by Elterin
Inf oxygen and ignore craft requirements work just fine for me.
But I can't activate Player Pointers. Infinite battery gives me empty batteries, and Infinite power prevents this power to be distributed to recharge equipments.
But thanks for this script, I had a lot of fun with it. :)

Re: Subnautica

Posted: Wed Dec 13, 2017 8:42 pm
by fantomas
@Elterin

Thank you for your feedback - Inf Oxygen and Oxygen pointers were made upon the same opcode, so you can only use one of them. Inf Oxygen script prevents your oxygen from decreasing but Oxygen pointers offer you an alternative approach and visual (I prefer this one). Per example, you can define max oxygen capacity and current oxygen capacity (999 for both) at your convenience and no longer worry about the script version.

About Inf Battery, I had today the same issue (empty batteries), whereas yesterday it was still working. :shock: I'll check it again and try to make a better script.

Inf Power - I thought it would get inf power to all tools that need it but I was wrong. I'll also check it, maybe I replace it by pointers ,do not know yet.

Re: Subnautica

Posted: Wed Dec 13, 2017 10:54 pm
by Elterin
Power is actually any base's current energy pool, either lifepod or builded base. But to be effective, that power has to be drained to the various equipments you have. Battery charger is a good example of this behavior. A more effective way would be to look at the current power generation rate.

Re: Subnautica

Posted: Thu Dec 14, 2017 4:38 am
by totalabyss
Nice, Thanks for the table. I got tired of trying to remember all the console commands to cheat in items I needed.

Re: Subnautica

Posted: Thu Dec 14, 2017 7:53 pm
by fantomas
Elterin wrote:
Wed Dec 13, 2017 7:48 pm
Infinite battery gives me empty batterie
Please try with this:

Code: Select all

// Game: Subnautica
// Version: Early Access Dec-2017 57474

[ENABLE]
Battery:set_charge+48:
  movss [rsi+20],xmm5

[DISABLE]
Battery:set_charge+48:
  movss [rsi+1C],xmm5