Fractal Softworks Forum

Starsector => Mods => Modding => Topic started by: NinjaSiren on March 15, 2020, 02:21:09 PM

Title: HELP: Error always appear when making a new game.
Post by: NinjaSiren on March 15, 2020, 02:21:09 PM
I am the mod developer of the new mod named, Hyperion Systems (https://fractalsoftworks.com/forum/index.php?topic=18126.0). I am on the process now of making a new faction and star system. But for some reason this bug keeps appearing when I make a new game.

(https://i.imgur.com/fHjxN3r.png)

Pastebin link (https://pastebin.com/raw/CacBCV43)
Full .log file Link (https://drive.google.com/file/d/1phe-U7XEX-aKZcMrdSSVOygtoQpamvYV/view?usp=sharing)

here's my github link.
Github Link (https://github.com/NinjaSiren/HyperionSystems)

I have removed all unnessecary mods, it still appear.

Should I just redo my code? Its already a mess.
Title: Re: HELP: Error always appear when making a new game.
Post by: NinjaSiren on March 17, 2020, 02:12:17 AM
REPORT: I have fixed the issue, and also re-wrote the code.  :)
Title: Re: HELP: Error always appear when making a new game.
Post by: Histidine on March 17, 2020, 02:35:39 AM
Make sure you clean up the vanilla factions' .faction files as well, there's no need to copy entries from the base game for known ships and the like.
Title: Re: HELP: Error always appear when making a new game.
Post by: NinjaSiren on March 17, 2020, 04:35:25 AM
Make sure you clean up the vanilla factions' .faction files as well, there's no need to copy entries from the base game for known ships and the like.

so only my ships. ok  :)
Title: Re: HELP: Error always appear when making a new game.
Post by: ASSIMKO on March 20, 2020, 07:19:46 PM
Make sure you clean up the vanilla factions' .faction files as well, there's no need to copy entries from the base game for known ships and the like.



In which folder I find this file to delete the entries to create a new game, because I'm having some bugs.
Title: Re: HELP: Error always appear when making a new game.
Post by: Histidine on March 21, 2020, 08:26:43 PM
Make sure you clean up the vanilla factions' .faction files as well, there's no need to copy entries from the base game for known ships and the like.

In which folder I find this file to delete the entries to create a new game, because I'm having some bugs.
[modname]\data\world\factions
This will only fixes bugs with fleet compositions (if there are any) though, if you're crashing it's not going to help you unless the file is broken in some other way.