Star Traders: Frontiers

Star Traders: Frontiers

评价数不足
Simple Job Level Generator (37~57)
   
奖励
收藏
已收藏
取消收藏
标签: Jobs
文件大小
发表于
更新日期
703.515 KB
2022 年 12 月 3 日 上午 7:43
2022 年 12 月 3 日 上午 8:36
2 项改动说明 ( 查看 )

订阅以下载
Simple Job Level Generator (37~57)

描述
This mod is (extremely) simple job level generator for those who won't slave away, writing SQL, their dignity to overspecialize your officers.

In short, this mod generates, on run-time, job levels 37~57 via copying existing skill progression between 15~36, one-on-one, for each jobtype.

The mod works for any job so long as following conditions are met:
1. This mod works for mod jobs so long as this mod is loaded later (= has higher priority)
2. Job should have entries in jobLevel 15~36. If any entry is missing, the mod will tell you and abort generation.
3. Job should not have entries beyond jobLevel 36. If any entry has jobLevel larger than 36, the mod will tell you and abort generation.
4. Skill level progression should be positive; this mod will use 0 instead of negative skill levels if any job ever has retrograde skill progression.
5. Duplicate Job entries won't stop this mod from working per se, but I recommend against having duplicate job entries.

The nitty gritty details are less than sane, but it is obviously all SQL queries, and includes some comments if you have no idea how this works (so you can be even more confused).

Additional character levels and/or job level adjustments to have gazillion job levels with ease are not included. You can use More Levels mod, though: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2593924460

Future plans: more sanity. nonlinear skill progression (so higher levels has faster skill progression; considering this has to be done in SQL queries, this is going to be... difficult, so let me know if you really want it)

Special thanks to: ptarth
3 条留言
Montressor 2024 年 7 月 13 日 上午 7:29 
Scratch that. I just increase the priority of Xeno reaper and xeno combat medic and it worked! cheers!
Montressor 2024 年 7 月 13 日 上午 7:25 
This seems to conflict with the Xeno Reaper mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2907360487 and the Xeno Combat Medic mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2906356063

SQLITE_CONSTRAINT[19]: PRIMARY KEY must be unique

Can I edit anything to make it compatible?
Montressor 2024 年 7 月 11 日 下午 8:35 
Will this mod still work if I use this line to increase jobs I get per level?

UPDATE CharacterLevel SET job =2*job WHERE levelType = 1;

Will this conflict with this mod? I'm doing a tiny crew run right now.