Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview

Please read the rules before you post!


Topic Summary

Posted by: vorpal+5
« on: November 15, 2020, 07:24:25 AM »

Thanks a lot Steve. Promised, I will be (1) prudent and (2) not report anything I can't reproduce on a vanilla game. Thanks for the trust and help  :)
Posted by: Steve Walmsley
« on: November 15, 2020, 06:00:16 AM »

I'm stuck on this one. The list of components to research is in TechSystem, but their mass is not defined here. I searched the data fields TechSystemID and TechtypeID in all other tables (well, np++ did that for me after a JSON export  ;D ) and I found no relevant info tying the techs to an additional table.

So, any idea gents? Perhaps that's hard coded in the code, or I missed something ...

The physical components are in FCT_ShipDesignComponents. The SDComponentID links to the TechSystemID. The Size column is in HS.

Be careful you don't accidently change anything to zero, as that would cause problems :)

Also, please don't report any bugs that can't be reproduced on a non-modified DB.
Posted by: vorpal+5
« on: November 15, 2020, 04:53:25 AM »

I'm stuck on this one. The list of components to research is in TechSystem, but their mass is not defined here. I searched the data fields TechSystemID and TechtypeID in all other tables (well, np++ did that for me after a JSON export  ;D ) and I found no relevant info tying the techs to an additional table.

So, any idea gents? Perhaps that's hard coded in the code, or I missed something ...