Page 1 of 3

BIOMUTANT (Steam)

Posted: Tue May 25, 2021 7:55 pm
by cedricvdg
Hi,

This is my preliminary table for the steam release of BIOMUTANT.

I will be updating as I make further progress.

Features:
  • Player Pointer
    • Health
    • Ki
    • Money
    • Light
    • Darkness
    • Points
      • Level Up Points (Stats)
      • Upgrade Points
      • Bio Points
      • Psi Points
    • Stats
      • Vitality
      • Strength
      • Intellect
      • Agility
      • Charisma
      • Luck
    • Materials
      • Metal
      • Wood
      • Rubber
      • Plastic
      • Ceramic
    • Item Editor (Hover Over in Inventory) (WIP)
  • Godmode
  • Infinite Special Ammo
  • No Upgrade Cost
  • Infinite Ammo
  • Infinite Ki
Cheers and enjoy!

Item Editor disclaimer:

The item editor allows you to change many aspects of items, but once there are addons on an item it'll stop showing up visually on the item, but will still be calculated in stats. Also still missing some stats, will dive more later, but got busy :)

Also be sure to save as this can definitely break things.

Update 0.5
Added crude item editor
Fixed certain scripts

Update 0.4
Added Materials (Need to find 1 first)
Added Light/Darkness

Update 0.3
Added stats pointers

Update 0.2:
Added new pointers (+thanks TechnoJacker)
Removed datastruct (file size reduction)

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:06 pm
by STN
@cedricvdg You can reduce the size of the ct by deleting data structures in cheat engine when saving in case you didn't know.



PS: Don't paste this ct elsewhere without linking to this thread otherwise legal action will be taken. Enough stealing of our content.

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:06 pm
by SunBeam
Unreal? :O

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:08 pm
by chrisreddot3
cedricvdg wrote:
Tue May 25, 2021 7:55 pm
Cheers and enjoy!
Ty for your table sir,drop rate or edit items is possible?
Ty again!

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:18 pm
by cedricvdg
STN wrote:
Tue May 25, 2021 8:06 pm
@cedricvdg You can reduce the size of the ct by deleting data structures in cheat engine when saving in case you didn't know.



PS: Don't paste this ct elsewhere without linking to this thread otherwise legal action will be taken. Enough stealing of our content.

Yes my bad, will clear datastructs on the next uploads :)

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:21 pm
by cedricvdg
chrisreddot3 wrote:
Tue May 25, 2021 8:08 pm
cedricvdg wrote:
Tue May 25, 2021 7:55 pm
Cheers and enjoy!
Ty for your table sir,drop rate or edit items is possible?
Ty again!
Yes, give me some time to delve deeper into the game to get that sorted :)

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:35 pm
by SunBeam
^ Race you to it :D

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:53 pm
by NaleenWild
I been trying to do my own table, but I am new to AA, I am looking at your code to see if I can work out how you got to those pointers, Infinite Ki I worked out although yours is more elegant.

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 8:53 pm
by TechnoJacker
cedricvdg wrote:
Tue May 25, 2021 7:55 pm
  • Player Pointer
    • Health
    • Ki
Green (Currency) is Player Pointer > +3328

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 9:21 pm
by Sauce
They took the time to disable the console.

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 9:28 pm
by Send
STN wrote:
Tue May 25, 2021 8:06 pm
@cedricvdg You can reduce the size of the ct by deleting data structures in cheat engine when saving in case you didn't know.



PS: Don't paste this ct elsewhere without linking to this thread otherwise legal action will be taken. Enough stealing of our content.
Oo oo, can I write the C&Ds?

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 9:59 pm
by p1tbull
Nice CT to start with, however when I saw it was Unreal Engine, I thought.... now SunBeam is going to do some magic with it :D

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 10:34 pm
by Allelujah
Is it possible on the next update to get maxed resources? I just found out the hard way that if you make a weapon, then dismantle it right after you crafted it, you lose the resources used to craft it except you still receive the parts used to make it. Hope that made sense XD

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 10:38 pm
by SunBeam
Sauce wrote:
Tue May 25, 2021 9:21 pm
They took the time to disable the console.
They did not. UE4 has different types of builds. By default, all cheat-related stuff is commented out in the source code for SHIPPING builds. Which all RELEASE games are. The Console UObject creation code is simply not compiled in. So it's not the devs.

Re: BIOMUTANT (Steam)

Posted: Tue May 25, 2021 10:59 pm
by Sauce
SunBeam wrote:
Tue May 25, 2021 10:38 pm
Sauce wrote:
Tue May 25, 2021 9:21 pm
They took the time to disable the console.
They did not. UE4 has different types of builds. By default, all cheat-related stuff is commented out in the source code for SHIPPING builds. Which all RELEASE games are. The Console UObject creation code is simply not compiled in. So it's not the devs.
Fair enough, I'll admit I've been wrong before.