[Tool] WRC 7 FIA World Rally Championship .PLOC

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

[Tool] WRC 7 FIA World Rally Championship .PLOC

Post by makc_ar »

Game: http://store.steampowered.com/app/62183 ... ampionship
Image

Image


Edit: soved!
Kylotonn Games PLoc File Tool by SileNTViP 2018 memberlist.php?mode=viewprofile&u=2507

Code: Select all

Usage:
-d <filename.ploc> Convert text filename.txt
-c <filename.txt>  Convert from text to filename.ploc
Last edited by makc_ar on Tue Apr 10, 2018 1:33 pm, edited 3 times in total.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: WRC 7 FIA World Rally Championship .PLOC

Post by Delutto »

It's just a text file encoded in Little Endian with all line-breaks(0x0A) changed to 0x00... open the file with a HEX editor and replace all 0x00 bytes with 0x0A, translate the text file and do the reverse process.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: WRC 7 FIA World Rally Championship .PLOC

Post by makc_ar »

Delutto wrote:It's just a text file encoded in Little Endian with all line-breaks(0x0A) changed to 0x00... open the file with a HEX editor and replace all 0x00 bytes with 0x0A, translate the text file and do the reverse process.

Thanks Delutto! You can make tool WRC_7_Replacer for all 0x00 bytes and back?
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: WRC 7 FIA World Rally Championship .PLOC

Post by Delutto »

There's no need. Any free HEX editor have the Replace function, maybe even with command line parameters to do this.