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

Prototype 2 Language Files Help

Need help translating games in other languages? Have your language problems solved here.
Post Reply
Kara6321
beginner
Posts: 26
Joined: Fri Dec 01, 2017 6:02 pm
Has thanked: 5 times
Been thanked: 3 times

Prototype 2 Language Files Help

Post by Kara6321 »

Prototype 2 language files I am going to make a patch in Turkish
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: Prototype 2 Language Files Help

Post by Gh0stBlade »

Please only use 1 thread.
Click the thanks button if I helped!
User avatar
hnnewgames
n00b
Posts: 19
Joined: Wed Nov 22, 2017 3:11 am
Location: Brazil
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: Prototype 2 Language Files Help

Post 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
WebSite: HNNEWGAMES
YouTube: HNNEWGAMES
UtkuGARIP
beginner
Posts: 38
Joined: Tue Feb 28, 2017 1:53 am
Has thanked: 11 times
Been thanked: 6 times

Re: Prototype 2 Language Files Help

Post by UtkuGARIP »

Kara6321 wrote:Prototype 2 language files I am going to make a patch in Turkish
Send language file.
sinnerclown
n00b
Posts: 12
Joined: Fri Aug 21, 2020 10:49 pm

Re: Prototype 2 Language Files Help

Post by sinnerclown »

hello how can i import language file back to rcf file?
sinnerclown
n00b
Posts: 12
Joined: Fri Aug 21, 2020 10:49 pm

Re: Prototype 2 Language Files Help

Post 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.
Post Reply