Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2.5.0.1 - Gear Component Skills not displaying correctly
#1
Component skill overview page seems to show wrong data for gearboxes, it shows automatic has no skill while the savegame does seem to think it should have skill:
   

Code:
sqlite> select skill, designskillseffect from ComponentSkills where companyid=1 and componentid=(select indexid from GearboxComponents where Name = 'Automatic');

11.1528306442911|0.0299683052052164


Attached Files
.zip   202503.db.zip (Size: 17.62 MB / Downloads: 13)
Reply
#2
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
Reply
#3
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
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)