Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

rinart73/i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

i18n

Allows to localize Avorion mods easily by adding few files and just one line of code.

Installation

  1. Unpack mod archive in your Avorion folder, not in data folder
  2. Open data/scripts/lib/stringutility.lua and add following code to the bottom of the file:
if not pcall(require, "mods/i18n/scripts/lib/stringutility") then eprint("[ERROR][i18n]: failed to extend stringutility.lua!") end --MOD: i18n

More info in the official thread on Avorion forum