Skip to content

CommitteeOfZero/src2scs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

src2scs

SRC -> SCS (SC3) script converter
Converts SRC scripts (found in iOS ports of Steins;Gate Linear Bounded Phenogram, Steins;Gate Darling of Loving Vows and Chaos;Head Noah) to the SCS format, the source-form of the SC3 format.

SRC:

#label start
#mes "Hello World"
#end

SCS:

start:
  Mes "Hello World"
  End

About

[deprecated, discontinued] SRC -> SCS (SC3) script converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published