Star Traders: Frontiers

Star Traders: Frontiers

More Talent And Job Points for Officers and Captain
12 kommentarer
Montressor 11. juli 2024 kl. 6:31 
So i found an alternate solution with the missing 41-45 levels.

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.
Montressor 11. juli 2024 kl. 5:23 
@wrobell Yeah, noticed this too.

Anyone know what is the "_id" of levels 41-45 of both officers and crew?
Loveless1987 7. nov. 2022 kl. 4:27 
I like where this mod took things. Sometimes, I just want all the talents of my classes. Thanks.
wrobell 6. jan. 2022 kl. 8:41 
Cool mod! I noticed you do not edit level 41-45, which could (if I understand correctly) revert progression back to vanilla levels upon reaching those levels.
jamesthesecond 29. aug. 2021 kl. 6:37 
Thanks.
The Boomslang  [ophavsmand] 29. aug. 2021 kl. 6:18 
this was designed to give all traits over time. every level up just granted you more points to spend. i didnt alter the progression in any way
jamesthesecond 29. aug. 2021 kl. 6:16 
Is this mod, was designed to give instant or over time?
The Boomslang  [ophavsmand] 29. aug. 2021 kl. 6:12 
possibly. i designed the mod so that you could get each officers 3 jobs up to level 20 each. i dont know about upper limits since that wasnt originally my intent.
jamesthesecond 29. aug. 2021 kl. 6:09 
It does not seem to be working properly. Some characters job rank go above 50, while some stay at 44 or 48. The cap, seem to top at 48, the officers at 44. Some latter hire crew members seem to hit above 50. Could the mod "instant max" be having a impact? Is it raising the original crew level before your mod take effect?
Cyborg009 28. aug. 2021 kl. 6:36 
Thank you for looking into that.
The Boomslang  [ophavsmand] 28. aug. 2021 kl. 6:32 
Dunno if the Variable for job amounts is editable, but next time i dive into the files ill see
Cyborg009 28. aug. 2021 kl. 2:57 
Works exactly as described.
Some how I read it as more jobs and had dreams of all officer combat team on my tiny scout. lol