Skip to content

Poncle/vampire-survivors-localisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vampire-survivors-localisation

This tooling is used to automate converting .xlsx localisation to in-game compatible .json files for the game Vampire Survivors.


Usage


  • Firstly, clone the repo and run:
    npm install



  • Before running the conversion, please ensure you have placed the public loaclisation file into the correct path:
    • You should locate the following directory ./xlsx/ (or create it if not present)
    • Then place the loacalisation file into this directory using the required filename: input.xlsx

  • If you need to add a new language, please check the ./langs/langs.json template file and add the appropriate section for your new language including the correct locale code and name.

  • Once this is all setup, simply run the conversion using the following command:
    npm run convert-lang

  • You will now have an output folder at ./out/ which contains the converted .json files that are able to be used directly in the game.

About

Tooling to automate converting .xlsx localisation to in-game compatible .json files for Vampire Survivors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •