Page 11 of 17

Re: NieR Automata

Posted: Thu Jun 01, 2017 7:34 am
by dscythegeo
Hi there is there a table for infinite HP for the machine you are controlling, that will work with 9S Underground Colosseum?? Tried fearlessrevolution trainer but the infinite HP option doesnt work for it.

Re: NieR Automata

Posted: Thu Jun 01, 2017 6:34 pm
by Apache81
dscythegeo wrote:
Thu Jun 01, 2017 7:34 am
Hi there is there a table for infinite HP for the machine you are controlling, that will work with 9S Underground Colosseum?? Tried fearlessrevolution trainer but the infinite HP option doesnt work for it.
Here's something I've done very quickly because I couldn't be bothered to do it properly :-P

How to use it is tricky but it works:
1- activate the cheat
2- let the enemy hit once the robot you are controlling
3- pause the game
4- disable the cheat
5- the amount of the health in the pointer is yours. set 9999999 or whatever you like

DO NOT FREEZE THE VALUE OR WHEN THE COLOSSEUM BATTLE IS OVER THE GAME WILL CRASH. Keep replenish your health when necessary or set a stupid amount so you know you'll not die.

PLEASE NOTE: make sure you've been the last entity on the game that got damages if not the pointer will be not your health.

Re: NieR Automata

Posted: Fri Jun 02, 2017 6:15 am
by dscythegeo
thanks will give it a go later.

**EDIT**
tried it out and it works thanks for the small table.

Re: NieR Automata

Posted: Fri Jun 02, 2017 8:21 am
by MisterGregar
Huh, could have used that Underground one. I felt like crap sneaking in cheap shots with the hound bots to win.

Re: NieR Automata

Posted: Sun Jun 04, 2017 1:05 pm
by Kosmos
hi,
is it possible to increase our own damage during the ending e hacking game to emulate the 50 death damage buff that got removed? (i think it is like double or maybe even triple the normal damage, small names die in one hit)
Like to challenge myself and do a no help/infinite health run but without the buff i can´t make it past the last checkpoint.

Re: NieR Automata

Posted: Sun Jun 11, 2017 6:44 am
by jay_123
Hi, how can i get every weapons in the game? Eddy's Inventory Editor and Weapon ID's are not working for me :(

Re: NieR Automata

Posted: Thu Jun 22, 2017 4:29 pm
by tampy
I hope someone can update the table for Item IDs..

Re: NieR Automata

Posted: Fri Jul 07, 2017 4:25 pm
by Markcelo
Is there any possibility to actually detect in-game "triggers" with a script?
What I mean by triggers, are when your character moves to a certain spot/location and the game activates a game event and allows you to progress.

Re: NieR Automata

Posted: Fri Jul 07, 2017 8:59 pm
by ShadowRyku
tampy wrote:
Thu Jun 22, 2017 4:29 pm
I hope someone can update the table for Item IDs..
Me too

Re: NieR Automata

Posted: Thu Jul 13, 2017 5:31 am
by Divea
hi guys is there a script/cheat table for adding weapons? because i missed out some weapons on my 1st playthrough... it's so depressing

Re: NieR Automata

Posted: Fri Jul 14, 2017 2:03 am
by Sauce
While you can add weapons, I strongly discourage it. The way the game stores items and awards/stores weapons (they are mostly story rewards/triggers or you only get 1), you're likely to break your save file if you start giving yourself weapons.

Re: NieR Automata

Posted: Sun Jul 30, 2017 7:26 pm
by NierModsPlz
I dont know if this is the best place to post this but I saw this in a reddit thread.

[Link]

Apparently some anon at 4chan has made a table that lets him modify costumes and equip multiple accessories. Any ideas of how this may be replicated?

Re: NieR Automata

Posted: Fri Aug 04, 2017 10:40 pm
by rad0
Wanted to give back so here is my current table.

Based off of "1e85d56a8"'s All collected table from Page 9 I have reorganized and made a few changes.

Biggest change is items. In my game they are ordered based on collection order rather than some predetermined static order. So I have created a grouped set of addresses for the first 99 item locations as well as adding in drop down menus on selecting item ID's

I tried to create a global item ID table to reuse, but was unable to get it to work. If anyone knows how I could use the help as it would shrink the table from 513kB to ~120kB.

I claim very little of this work as it is a combination of many peoples tables and scripts from this board. You all have my thanks for work I could not have done. ;-)


I am working off of the 2017May2 update +DLC so your setup may be different.

Re: NieR Automata

Posted: Sat Aug 05, 2017 4:30 pm
by MasterVegito
Whoever managed to enable auto chips regardless of difficulty, thank you, this games design is beyond dumb, to force a player to hold shift constantly with no optrion to change bindings, truly 60 euro game.

@edit
Doesnt matter, the auto chips force lock on, which makes the game literally unplayable >_>

Re: NieR Automata

Posted: Sat Aug 05, 2017 7:05 pm
by Cielos
NierModsPlz wrote:
Sun Jul 30, 2017 7:26 pm
I dont know if this is the best place to post this but I saw this in a reddit thread.

[Link]

Apparently some anon at 4chan has made a table that lets him modify costumes and equip multiple accessories. Any ideas of how this may be replicated?
posted some preliminarily addresses for the 2B's costumes some pages back.
here are some updated addresses to change some of the appearances like, "head", "clothes/armour", and "skirt", for all 3 characters.
note that they are just addresses, not pointers, which are based on a cracked game. as I haven't play much since I found the addresses, I haven't write any proper scripts to fetch them yet, so it's possible they won't work on your game.
let me know if they work or not.
just copy and paste the following code ONTO the table you are using.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>47215</ID>
      <Description>"[2B]"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>47218</ID>
          <Description>"head"</Description>
          <DropDownList DisplayValueAsItem="1">0:default
1:white flower
3:glasses
14:no eye patch
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984348</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>47219</ID>
          <Description>"body"</Description>
          <DropDownList DisplayValueAsItem="1">0:default
1:dlc
2:full armor
3:armor (no helmet)
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984354</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>47220</ID>
          <Description>"skirt"</Description>
          <DropDownList DisplayValueAsItem="1">0:no
1:yes
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984330</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>47204</ID>
      <Description>"[A2]"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>47207</ID>
          <Description>"head"</Description>
          <DropDownList DisplayValueAsItem="1">0:default
1:white flower
3:glasses
14:no eye patch
15:long hair
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984350</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>47208</ID>
          <Description>"body"</Description>
          <DropDownList DisplayValueAsItem="1">0:default
1:dlc
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+198435C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>47209</ID>
          <Description>"skirt"</Description>
          <DropDownList DisplayValueAsItem="1">0:no
1:yes
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984338</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>47210</ID>
      <Description>"[9S]"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>47211</ID>
          <Description>"head"</Description>
          <DropDownList DisplayValueAsItem="1">0:default
1:white flower
3:glasses
14:no eye patch
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+198434c</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>47212</ID>
          <Description>"body"</Description>
          <DropDownList DisplayValueAsItem="1">0:default
1:dlc
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984358</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>47213</ID>
          <Description>"skirt?"</Description>
          <DropDownList DisplayValueAsItem="1">0:no
1:yes
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>NieRAutomata.exe+1984334</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
PS. I didn't read the reddit you posted, hope it's what you're looking for~