Visual Entertainment and Technologies Forum

Full Version: 2.5.0.1 - Gear Component Skills not displaying correctly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
[attachment=1615]

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

11.1528306442911|0.0299683052052164
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.)
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