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~