Yomawari Lost in the Dark (dat files)

How to translate the files of a game
MuslimCyberGames
Posts: 220
Joined: Sun Nov 06, 2016 3:28 pm

Yomawari Lost in the Dark (dat files)

Post by MuslimCyberGames »

Image

Hey, can anyone make some tools for export/import for the dat files?
I attach the sample for the test.

I used the swuforce tools (Yomawari Night Alone) and the tools can't export the files, just appears some error "Allocation Memory".

This for the dat sample:
Image


Sorry for my bad english.
LinkOFF
Posts: 88
Joined: Thu Aug 11, 2016 6:52 pm

Re: Yomawari Lost in the Dark (dat files)

Post by LinkOFF »

Code: Select all

Header:
uint - Entry Size
uint - Num of Entries

Entry:
uint - ?
uint -  looks like index
uint[6] - relatively offsets (id, jp, en, etc.)
uint - zero

Start of text block: (NumOfEntries * EntrySize) + 8
uint - Number of strings?
Sorry, i am too lazy to make a tool for it.