Base Localization Package - defterai/StarCitizenModding GitHub Wiki
Base localization package - extracted original game files from Data.p4k
package which can be used as base version for your localization.
All your localization work should be done based on latest version of this base package.
After each game update you should check for latest version of base package and get list of changed files since latest base package used by your localization to re-apply changes on latest version. In case base package is missing please request it by create new issue on GitHub
Please note we support only LIVE versions for now (no PTU or evocati)
- Copy new base package files which was modified by CIG to your modding environment.
Content of/data/Localization/english/
folder should be put inside your localization folder/data/Localization/<language>/
,
where<language>
is language name which you decide take for localization (same as value ofg_language
) - Apply all changes to base package files
- Clean modding environment from previous base package files (to reduce scope of work remove only changed files from last base package your are used)
- Copy new base package files which was modified by CIG to your modding environment.
Content of/data/Localization/english/
folder should be put inside your localization folder/data/Localization/<language>/
,
where<language>
is language name which you decide take for localization (same as value ofg_language
) - Apply all changes to modified base package files
LATEST - 3.17.0 LIVE [diff from 3.16.1]
PREVIOUS:
3.14.1 LIVE [diff from 3.13.1]
3.13.1 PTU [diff from 3.13.0]
3.13.0 LIVE [diff from 3.12.1]
3.12.1 LIVE [diff from 3.12.0]
3.12.0 LIVE [diff from 3.11.1]
3.11.1 LIVE [diff from 3.11.0]
3.11.0 LIVE [diff from 3.10.2]
3.10.2 LIVE [diff from 3.10.1]
3.10.1 LIVE [diff from 3.10.0]
3.10.0 LIVE [diff from 3.9.1]
3.9.1 LIVE
LATEST - 3.14.1 PTU [diff from 3.13.1]