Posts: 4,152
Threads: 872
Joined: Jul 2011
Reputation:
17
Votes: 0✔
Small fyi company id should be 0 for player. (And if the game ever goes multiplayer, it goes down -1,-2,-3 and so forth.)
"great writers are indecent people, they live unfairly, saving the best part for paper.
good human beings save the world, so that bastards like me can keep creating art, become immortal.
if you read this after I am dead it means I made it." ― Charles Bukowski
Posts: 4,152
Threads: 872
Joined: Jul 2011
Reputation:
17
Votes: 0✔
(01-18-2025, 02:21 PM)thexa4 Wrote: Ah, here the result for company 0:
Code:
sqlite> select active, skill, designskillseffect from ComponentSkills where companyid=0 and componentid=(select indexid from GearboxComponents where Name = 'Automatic');
0|5.05680908347988|0.0
I finally got a chance to look at the save game.
The SQL for the data is:
Code:
SELECT ComponentID, Category, Active, Skill, BudgetSlider, Budget, Lock, DesignSkillsEffect FROM ComponentSkills WHERE CompanyID = 0;
Automatics have a SelectableIndex of 62. It is in Category 11.
Which gives this results:
62 11 0 1 0 0 0 0
So, there isn't an error specific to this.
(IndexID value of 100 is the SelectableIndex for L-Heads.)
That said, there is an issue with the optimized SQL for all components skills. So, I will be looking into that. Just here to update you that the GUI itself is correct.
"great writers are indecent people, they live unfairly, saving the best part for paper.
good human beings save the world, so that bastards like me can keep creating art, become immortal.
if you read this after I am dead it means I made it." ― Charles Bukowski
Posts: 4,152
Threads: 872
Joined: Jul 2011
Reputation:
17
Votes: 0✔
I have fixed a couple other issues related to Gearboxes in the component research screen: being able to set research budgets before the design is active. Not setting the design to active when certain time periods are met. Not correctly coloring active dates, etc. These changes will be in the v2.5.0.2 update.
Thanks again!
"great writers are indecent people, they live unfairly, saving the best part for paper.
good human beings save the world, so that bastards like me can keep creating art, become immortal.
if you read this after I am dead it means I made it." ― Charles Bukowski