Sabranan
Posts: 418
Joined: 2/24/2016 Status: offline
|
Revision 12 is up, I've done a number of things here. Firstly a bugfix, the components form wasn't recognising two of the Hyperdrive values as being used so it was setting them to 0, fixed now. Also on the same form, data validation wasn't applying properly to the Colonization Module type because the modding guide said that value 1 was in millions when it wasn't. So I assumed a value of 1 would be 1,000,000, when in fact it's just 1. Minor correction for the main menu's input log, if you loaded a mod without a races folder it would warn you, but the text would be white instead of orange. Fixed. For the inputter, it'll now accept the obsolete values found in the default DW "ketarov.txt" dialogue file. It just reallocates them to the equivalent Universe values, which should help keep the flavour text when loading any mod based on it. Finally, the parents section of the research form was using really crappy code to delete parents. I expect this resulted in the obligatory value getting switched sometimes, and quite possibly would account for some of the reports of corrupted parent lines being outputted. Should be much better now!
|