Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 1 match

by Aphasia
Sun Dec 09, 2018 12:53 am
Forum: Game Archive
Topic: Nier Automata
Replies: 136
Views: 103408

Re: Nier Automata

Hello, Is anyone still interested in modding this game? Also, to contribute here is a function I reversed from the game. /* Used to convert from object id to object name */ struct ObjectIdConvert { int m_ObjectIdBase; const char* m_szPrefix; }; BOOL __fastcall ObjectIdToObjectName(char*szObjectName,...