Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
I'm just using Mini-Mods: https://psteamcommunity.yuanyoumao.com/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