Starsector 0.97a is out! (02/02/24); New blog post: Planet Search Overhaul (07/13/24)
As an aside, that's one hell of a game version this update requires :V
Question, how are you supposed to find the Rosenritter quest, I had a super long vanilla game with the 0.5 version of this mod and never found it. I did find 1 Rosenritter derelict after going through about 50% of the explorable star systems, but nothing else from them.
Update 0.7 - Sunderest time New boat, Izanami makeover, fun stuff all around!Download and changelog here
tahlan_skyrend_cover_Normal.png
tahlan_skyrend_cover_normal.png
return (MathUtils.getShortestRotation(angleToTarget, ship.getFacing()) <= DEGREES);
return (Math.abs(MathUtils.getShortestRotation(angleToTarget, ship.getFacing())) <= DEGREES);
Very nice mod with some super cool botes, but I found a bug in the tahlan_StormDriveAI script.Line 71:Codereturn (MathUtils.getShortestRotation(angleToTarget, ship.getFacing()) <= DEGREES);This will always return true on the ships left arc, as it produces a negative rather than positive value in that instance and as such will always be lower than the degrees value.Solution:Codereturn (Math.abs(MathUtils.getShortestRotation(angleToTarget, ship.getFacing())) <= DEGREES);
Hi. My game is crashing while i using a Metafalica's Phira cannons in the 1st mode (energy shells), all other modes works fine. Not sure if it is a mod bug or just a incompatibility with anoter mods...There's a error message from game log:
Are you using the latest version of MagicLib? If in doubt, re-download from the following thread:https://fractalsoftworks.com/forum/index.php?topic=13718.0
EDIT: after searching the changelog I have to ask is the Traumtänzer the thing I am searching for? If so I found it ages ago. Actually found it in my like my 3rd or 4th searched system. Found the carrier only recently.
Obligatory question: is it safe to update to 0.7 in the middle of a run?