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

Nier Automata

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
atvaark
advanced
Posts: 52
Joined: Fri Aug 28, 2015 3:19 pm
Been thanked: 47 times

Re: Nier Automata

Post by atvaark »

The TMD format is also pretty straightforward. It's used for UI key values e.g.
"CORE_QUEST_EMP_TXT_ITEM" -> "<ITEM_NAME> x <ITEM_NUM>"

Code: Select all

typedef struct {
  int count;
  Entry entries[count];
} TMDFile;

typedef struct {
  int keySize;
  wchar_t key[keySize];
  int valueSize;
  wchar_t value[valueSize];
} Entry
ss201314
ultra-n00b
Posts: 2
Joined: Tue Apr 25, 2017 12:15 am

Re: Nier Automata

Post by ss201314 »

Finally succeeded!!

Although it is pso2 model......
Image
SkacikPL
advanced
Posts: 53
Joined: Tue Oct 28, 2014 7:51 am
Has thanked: 3 times
Been thanked: 4 times

Re: Nier Automata

Post by SkacikPL »

marcussacana wrote:about the suppose of a method to edit, can talk more?
Well, sharing the method would be much appreciated.
User avatar
marcussacana
beginner
Posts: 35
Joined: Wed Jul 22, 2015 10:08 pm
Has thanked: 10 times
Been thanked: 13 times

Re: Nier Automata

Post by marcussacana »

SkacikPL wrote: Well, sharing the method would be much appreciated.
do not count on me. I dont know too
painpi
ultra-n00b
Posts: 2
Joined: Thu May 04, 2017 1:31 pm
Has thanked: 2 times

Re: Nier Automata

Post by painpi »

delguoqing wrote:
o0Crofty0o wrote:Thank you very much!
Any word on how to get the wmb parser to work? Does it require a specific Python version?
I'm using python 2.7.8, and most likely it will work with 2.7.x.

Make sure you have python installed, then run the script with the wmb file path as argument.
for example:
python wmb_parser.py D:\data006\pl\pl000_dtt\pl000.wmb

A gtb file should be generated in the same directory as the wmb file. Then you can use Blender addon to import it.

Here's what it should look like in Blender.
9S.png
Hello, it`s my first time to use English communicate with others, sorry for my poor English
could you please show me an example of using the splitdds.py? i spent a lot of time but have no progress.now i can import the gtb file but no textures for my models.
User avatar
delguoqing
beginner
Posts: 22
Joined: Thu Jun 12, 2014 2:55 am
Has thanked: 5 times
Been thanked: 33 times

Re: Nier Automata

Post by delguoqing »

painpi wrote:
delguoqing wrote:
o0Crofty0o wrote:Thank you very much!
Any word on how to get the wmb parser to work? Does it require a specific Python version?
I'm using python 2.7.8, and most likely it will work with 2.7.x.

Make sure you have python installed, then run the script with the wmb file path as argument.
for example:
python wmb_parser.py D:\data006\pl\pl000_dtt\pl000.wmb

A gtb file should be generated in the same directory as the wmb file. Then you can use Blender addon to import it.

Here's what it should look like in Blender.
9S.png
Hello, it`s my first time to use English communicate with others, sorry for my poor English
could you please show me an example of using the splitdds.py? i spent a lot of time but have no progress.now i can import the gtb file but no textures for my models.
python splitdds.py --wtp your_wtp_file_path --wta your_wta_file_path

There's an easier way to save you a lot of time, for example, if you have all dtt and dat files unpacked in data006, then the command below will search wta and wtp pairs, and extract all textures.
python build_texture.py data006 your_output_path_here

make sure all these textures and gtb files are in the same folder, then you can get your model textured when imported into Blender.
painpi
ultra-n00b
Posts: 2
Joined: Thu May 04, 2017 1:31 pm
Has thanked: 2 times

Re: Nier Automata

Post by painpi »

delguoqing wrote:
python splitdds.py --wtp your_wtp_file_path --wta your_wta_file_path

There's an easier way to save you a lot of time, for example, if you have all dtt and dat files unpacked in data006, then the command below will search wta and wtp pairs, and extract all textures.
python build_texture.py data006 your_output_path_here

make sure all these textures and gtb files are in the same folder, then you can get your model textured when imported into Blender.
thanks very much!!!I can now use this time to do more things,such as animating my favorite characters.
User avatar
marcussacana
beginner
Posts: 35
Joined: Wed Jul 22, 2015 10:08 pm
Has thanked: 10 times
Been thanked: 13 times

Re: Nier Automata

Post by marcussacana »

Image
...some time after...
"2 new reply in the Nier Automata"
... "Maybe, now!"
... nothing...

Anyway, any news about the mruby?
michalss
Moderator
Posts: 954
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 161 times

Re: Nier Automata

Post by michalss »

Does anyone know where menu text and all local string are pls ? This is not in mruby files, so it must be elsewhere..
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/
User avatar
marcussacana
beginner
Posts: 35
Joined: Wed Jul 22, 2015 10:08 pm
Has thanked: 10 times
Been thanked: 13 times

Re: Nier Automata

Post by marcussacana »

michalss wrote:Does anyone know where menu text and all local string are pls ? This is not in mruby files, so it must be elsewhere..
you look this files?
Image

and why need you the menu strings if we can't edit the story scripts?
Pokkentag
ultra-n00b
Posts: 4
Joined: Mon Mar 20, 2017 11:45 am
Has thanked: 1 time

Re: Nier Automata

Post by Pokkentag »

Hi, I need help. I cannot get the gtb_importer addon to work for blender. Can someone tell me which version of blender they are using?
Pokkentag
ultra-n00b
Posts: 4
Joined: Mon Mar 20, 2017 11:45 am
Has thanked: 1 time

Re: Nier Automata

Post by Pokkentag »

nevermind, i got it to work. thanks delguoqing again for this awesome script.
SkacikPL
advanced
Posts: 53
Joined: Tue Oct 28, 2014 7:51 am
Has thanked: 3 times
Been thanked: 4 times

Re: Nier Automata

Post by SkacikPL »

Speaking off-tangent but has anyone tried to do in-game model replacement by simply switching files within the game?

Also the 10th pod skin - Amazarashi head seems to be intact as item/script in PC version but model is removed, anyone attempted borrowing it from console version?
lyutor1945
beginner
Posts: 39
Joined: Mon Nov 02, 2015 6:24 pm
Has thanked: 23 times
Been thanked: 3 times

Re: Nier Automata

Post by lyutor1945 »

Pokkentag wrote:nevermind, i got it to work. thanks delguoqing again for this awesome script.
Hi! how are you doing? I noticed your message on the forum. I faced the same problem as you. Can't install the gtb_importer. How did you manage to fix it?
michalss
Moderator
Posts: 954
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 161 times

Re: Nier Automata

Post by michalss »

marcussacana wrote:
michalss wrote:Does anyone know where menu text and all local string are pls ? This is not in mruby files, so it must be elsewhere..
you look this files?
Image

and why need you the menu strings if we can't edit the story scripts?
We it is not a problem anymore, but problem is that i cannot find the main menu string so it looks like it is textures. Try to search for example for "New Game".
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/
Post Reply