Page 1 of 1

Prototype 2 Language Files Help

Posted: Sun Aug 12, 2018 5:24 pm
by Kara6321
Prototype 2 language files I am going to make a patch in Turkish

Re: Prototype 2 Language Files Help

Posted: Tue Aug 14, 2018 8:11 pm
by Gh0stBlade
Please only use 1 thread.

Re: Prototype 2 Language Files Help

Posted: Tue Aug 21, 2018 12:11 pm
by hnnewgames
Kara6321 wrote:Prototype 2 language files I am going to make a patch in Turkish
These tools are used to edit the game text.
-------------------------------------------------------------
Prototype_2_Tools_By_Swuforce:
https://yadi.sk/d/wCv1J-_13aRZxz

Re: Prototype 2 Language Files Help

Posted: Mon Sep 10, 2018 9:30 am
by UtkuGARIP
Kara6321 wrote:Prototype 2 language files I am going to make a patch in Turkish
Send language file.

Re: Prototype 2 Language Files Help

Posted: Tue Dec 07, 2021 10:15 am
by sinnerclown
hello how can i import language file back to rcf file?

Re: Prototype 2 Language Files Help

Posted: Thu Dec 09, 2021 8:40 am
by sinnerclown
# Prototype 2 RZ
get EXT extension
if EXT == "RZ" # conflict with idstring/putdstring
idstring "RZ"
getdstring ZERO 6
get SIZE longlong
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
else
comtype zlib_compress
log MEMORY_FILE 0 0
putdstring "RZ" 2 MEMORY_FILE
for x = 0 < 6
put 0 byte MEMORY_FILE
next x
get SIZE asize
put SIZE longlong MEMORY_FILE
get NAME filename
string NAME + ".rz"
log NAME 0 16 MEMORY_FILE
append
clog NAME 0 SIZE SIZE
append
endif

There is a compression script written by Aluigi, but the size decreases to 300 mb in the file and it does not work.