Starsector 0.98a is out! (03/27/25)
Eventually... if no one else is interested in taking over the mod.
Glancing through the files, there's definitely some things here I'd need to chew on; not least of which being that onHit effects need to be updated for 0.95 for weapons like the Grapeshot; and frankly I can't even pretend to mimic the artstyle.
Quote from: ModdedLaharl on April 09, 2021, 03:20:16 PMGlancing through the files, there's definitely some things here I'd need to chew on; not least of which being that onHit effects need to be updated for 0.95 for weapons like the Grapeshot; and frankly I can't even pretend to mimic the artstyle.Updating on hit effects is very easy- you just need to add the ApplyDamageResultAPI argument. For example:public void onHit(DamagingProjectileAPI projectile, CombatEntityAPI target, Vector2f point, boolean shieldHit, CombatEngineAPI engine) becomespublic void onHit(DamagingProjectileAPI projectile, CombatEntityAPI target, Vector2f point, boolean shieldHit, ApplyDamageResultAPI damageResult, CombatEngineAPI engine)and that's it.
{ "id":"edshipyard", "name":"ED Shipyard", "author":"Ed", "version":"2.1.2", "description":"Adds some fun ships, fair and balanced!", "gameVersion":"0.95a-RC15", "jars":["jars/EDShipyard.jar"], "modPlugin":"data.scripts.ED_modPlugin",}try replace it to 0.95a-RC15 under gameVersion it run well and didn't crash when starting up the game but during the game play on battle it will crash so play at your own risk
We must have a savior out there! I need those ED Ships in my life. Anyone done the update and it's just posted somewhere?
Quote from: AlhazredTheMad on May 31, 2021, 03:33:47 PMWe must have a savior out there! I need those ED Ships in my life. Anyone done the update and it's just posted somewhere?I'll be your savior, I've fixed onHit method and now it's compatible with [0.95a]. So far didn't find any other issues. I hope mod author will not be angry that I ported his mod.https://github.com/GaryVary/ED-Shipyard/releases/download/1.0.0/ED.Shipyard.zipIf anyone will find other issues, then post exception text and (if possible) reproduction steps, I'll try to fix it (until Sunday, I will not have access to the computer, so I will not be able to start looking at the problems earlier.).