Page 1 of 1

The Wild Eight

Posted: Fri Oct 04, 2019 3:25 pm
by Zanzer
Must perform in-game action before activating corresponding scripts
For instance, craft and drop items before enabling the unlimited scripts

Ignore Hunger/Warmth
Unlimited Freshness new
Unlimited Sprint
Unlimited Flashlight
Unlimited Stone Throw
Unlimited Melee Durability
Unlimited Ranged Durability
Unlimited Crafting Resources
Unlimited Drop Item [Hotkey: F1]
Pointers
- Health
- Hunger
- Warmth
- Stamina
- Inventory Slot 1
- Skill Points

Re: The Wild Eight

Posted: Fri Oct 04, 2019 11:27 pm
by blastz007
awesome, thank you :D

Re: The Wild Eight

Posted: Sat Oct 05, 2019 9:56 am
by BoehserOnkel
thanks zanzer

Re: The Wild Eight

Posted: Wed Oct 09, 2019 10:36 am
by CIKOMELANTIK
how to make slot 2-8 inventory?

Re: The Wild Eight

Posted: Thu Oct 10, 2019 12:27 am
by Zanzer
Copy Slot 1 and change the offset "0*8+20" to "1*8+20", then "2*8+20", etc.

Re: The Wild Eight

Posted: Thu Oct 10, 2019 11:49 am
by CIKOMELANTIK
thank you so much

is it possible to swap the itemid?

and change the freshness

Re: The Wild Eight

Posted: Thu Oct 10, 2019 2:04 pm
by heir
Could anyone try to make a table with Freeze-Time, and One-Hit-Kill?

Thanks

Re: The Wild Eight

Posted: Thu Oct 10, 2019 8:11 pm
by Zanzer
Added Unlimited Freshness as well as the Freshness and Temperature pointers to Inventory.
The item type is a little more complicated. You'd have to find the other item's memory structure and switch addresses.

Re: The Wild Eight

Posted: Mon Feb 08, 2021 3:36 pm
by KAWA
Everything working fine so far. Game most likely won't get any more updates.
Thanks for making it!

Re: The Wild Eight

Posted: Sun May 16, 2021 9:29 pm
by Acleacius
Woo hoo, Zanzer to the rescue, thanks! 8-)

Second the request for Freeze-Time and One-Hit-Kill if possible or link if another table has been created.

Thanks

Re: The Wild Eight

Posted: Sun Oct 29, 2023 8:26 am
by 4uth0r1ty
Thanks for the table.

I'm late to this party, but what offset should I be using for extra slots after slot 8? There can be 17 slots and
Zanzer wrote:
Thu Oct 10, 2019 12:27 am
Copy Slot 1 and change the offset "0*8+20" to "1*8+20", then "2*8+20", etc.
will not work for slot 9 and later.

Also, is there a way to change ammo count? A simple memory value change doesn't work as it changes back to the original value when I actually use the ammo.

Re: The Wild Eight

Posted: Sun Oct 29, 2023 3:54 pm
by Zanzer
Values are hex: 7, 8, 9, A, B, C, D, E, F, 10, 11