Skip to content

kokutoukiritsugu/csfconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Red Alert 2 CSF language file converter

by kokutoukiritsugu

python version(recommend):

Run:

python csftojosn.py csfFilename jsonFilename

python jsontocsf.py jsonFilename csfFilename

java version (not recommend):

compile:

javac csftotxt

javac txttocsf

run:

java csftotxt csfFilename txtFilename

java txttocsf txtFilename csfFilename