Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm just using Mini-Mods: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2586893280
Then just editing or adding the following lines depending on what you want. Make sure to add a -- before each of the UPDATE that you don't want to use.
For Captain Jobs, these are already in the mod:
UPDATE CharacterLevel SET job = 2*job WHERE levelType = 1;
For Officer Jobs, these are already in the mod:
UPDATE CharacterLevel SET job = 2*job WHERE levelType = 2;
For Crew Talent, these are already in the mod:
UPDATE CharacterLevel SET talent = talent * 2 WHERE levelType = 3;
For Captain Talent, add the following line:
UPDATE CharacterLevel SET talent = talent * 2 WHERE levelType = 1;
For Officer Talent, add the following line:
UPDATE CharacterLevel SET talent = talent * 2 WHERE levelType = 2;
"2*job" and "talent * 2" means it's doubling your job/talent. You can adjust it to the value you want.
Anyone know what is the "_id" of levels 41-45 of both officers and crew?
Some how I read it as more jobs and had dreams of all officer combat team on my tiny scout. lol