16bit Trader .txt

How to translate the files of a game
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

16bit Trader .txt

Post by makc_ar »

Haoose
Posts: 68
Joined: Thu Aug 07, 2014 9:43 pm

Re: 16bit Trader .txt

Post by Haoose »

makc_ar
http://privatepaste.com/1dbc3036e3

"Decoder/Encoder" (16bitTraderTool)
Only for test!

Code: Select all

http://rghost.ru/private/8s4FpwD7z/4c36bf583cc6bd3b71df10b197957c28
http://www80.zippyshare.com/v/E21FzuzN/file.html
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: 16bit Trader .txt

Post by makc_ar »

Thanks a lot Haoose
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: 16bit Trader .txt

Post by michalss »

Haoose wrote:makc_ar
http://privatepaste.com/1dbc3036e3

"Decoder/Encoder" (16bitTraderTool)
Only for test!

Code: Select all

http://rghost.ru/private/8s4FpwD7z/4c36bf583cc6bd3b71df10b197957c28
http://www80.zippyshare.com/v/E21FzuzN/file.html


I was checking this format and it is interesting format :), can you please post struct i would love to have a look and learn something from it..
Haoose
Posts: 68
Joined: Thu Aug 07, 2014 9:43 pm

Re: 16bit Trader .txt

Post by Haoose »

michalss

Code: Select all

4 bytes - Strings Counter
{
  1 or 2 bytes - size of string
  N bytes - string
}
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: 16bit Trader .txt

Post by michalss »

Haoose wrote:michalss

Code: Select all

4 bytes - Strings Counter
{
  1 or 2 bytes - size of string
  N bytes - string
}


Hmm but this is nothing to encode or decode, it is simple non encoded text, i guess i misunderstood :) thx anyway
mugicoco
Posts: 17
Joined: Thu May 04, 2017 11:03 am

Re: 16bit Trader .txt

Post by mugicoco »

I am very sorry.
If you have anyone, could you upload 16bit TraderTool somewhere?
Thank you.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: 16bit Trader .txt

Post by makc_ar »

Try this
mugicoco
Posts: 17
Joined: Thu May 04, 2017 11:03 am

Re: 16bit Trader .txt

Post by mugicoco »

Thank you very much! ! !
Thanks to that, localization can be easily done.
I appreciate your kindness.