Old Versions
Change Log
Compatible with all known mods.
Integrated with
Version Checker.
Can be added to existing games.
Can NOT be removed from games in which it was already used, but it can be disabled.
Highly configurable. See the OPTIONS.ini file in the mod folder.
This mod allows your fleet to “hyperwarp,” traveling up to 15 light-years in mere seconds.
The goal is to improve the QoL involved in travel as much as possible without disrupting normal gameplay more than necessary.
Unlocking the ability:
If you want to have access to hyperwarp from the beginning of a game, you can edit the options file and set “unlockedByDefault” to true.
Otherwise, you will eventually be presented with hints about how to unlock it during the course of normal play.
Using the ability:
Move in the direction you want to go and activate the “Hyperwarp Jump” ability.
Warp distance is based on current burn level: 0.5 light-years per burn level.
Press “W” during autopilot to set your fleet to the correct velocity for warping directly to your destination.
Limitations and Disadvantages:
Can’t be activated near non-allied fleets.
Requires twice as much fuel in hyperspace as conventional travel.
Reduces CR of all ships (like emergency burn).
Massively increases your fleet’s sensor profile during usage and cooldown, also revealing your identity.
When certain enemy fleets detect yours from a distance, they may use their hyperdrives to intercept you (disabled for most factions by default).
Can’t be activated in systems with a destabilizing effect, such as ones containing neutron stars.
Tips:
Warping costs the same amount of supplies no matter how far you go, so long warps are more efficient.
Hyperspace storms can boost your burn level up to 30, maximizing warp distance.
Press “W” during autopilot to set your fleet to the correct velocity for warping directly to your destination.
Warping can be very dangerous to use in hostile space, but you can drastically reduce sensor profile using terrain, making nebulae safer warp targets.
Warping can be very precise. Use sustained burn and the S key for precise control of burn level (and therefore warp distance).
The distance mentioned in the course navigation widget above your radar is measured in light-years.
You can use this to calculate the correct burn level needed to warp directly to something.
Small enemy fleets that maintain contact with your own fleet are now more of a threat, as they can prevent you from warping.
In normal space, you can usually see fleets appear on your radar before they warp to you.
Nice going Sundog!
Would you be willing to provide hooks to blacklist, modify, and replace this functionality on a per-ship basis? I can think of a number of ways I’d like to extend, change, bend, fold, spindle, and mutilate a feature like that.
I’m happy to add any useful hook that wouldn’t be too taxing on system resources or require too much dev time, but I’m not sure exactly what you’re requesting. Are you talking about, for example, creating a ship or hullmod that adjusts how the ability works? In that case, all of the settings available in the options file are also publicly exposed (and writable) in hyperdrive.ModPlugin. That’s not ideal though, since the user’s choices could easily be overwritten and those settings affect all fleets. I could provide proper functionality for that kind of thing if you want it.
The most useful means of blacklisting, I think, is provided by the API:
if(Global.getSettings().getModManager().isModEnabled("sun_hd_hyperdrive")) {
fleet.removeAbility("sun_hyperdrive");
}
So does DME add anything you think this mod would interfere with in ways it doesn’t already interfere with vanilla? Any fleets with custom AI I should watch to see if they might choose to jump at bad times?
Awesome! Awesome! I love the concept of this. I’ll be keeping an Eye on It!
Nice going Sundog!
The super cruise allows you to travel at 30+ burn, at no fuel cost. On the other hand, you can’t turn at all without disabling the ability, it has an extreme activation cost equivalent to a few months worth of supplies and rouhtly the fuel required to travel along a quarter of the sector width.
In practice it is only worthwhile for long stretches of travel across explored areas, or for emergency returns. Ressources wise, it is preferable to stormride so it really is for convenience for when you reached the late game, when travelling has become a thrill less chore and you can afford its use.
Hyperdrive 1.0.0 (BETA)
Fixed NPC fleets sometimes warping a very short distance
Changed: Fleets following the player due to the follow ability (from Nexerelin) will now warp shortly after the player does
Changed: Fleets of the same faction or a cooperative faction no longer prevent each other from warping
Changed: Hyperwarp now prevents fleets from engaging for 2.5 seconds after exiting warp. This is to prevent unavoidable warp interception
Added “sun_hyperdrive+” tag to the hyperwarp ability. The engine will prevent other abilities with the same tag from being active at the same time
Added debugging tools for tracking fleets and printing why they do or do not use hyperwarp (only active in dev mode)
Other things that I forgot (I didn’t keep track of changes, so this is from memory)





Fun fact: First time using this, I had no idea how far it’d take me when in-system, so when I jumped I ended up warped into a pirate station that has a capital and multiple cruisers around it while having only a tumbleweed and 4 shepards…aaaand my transponder was on.
Neither tested, but thanks in advance for the mod. I like to see your vision of the game before creating a mod. Congratulations.
Absolutely awesome mod. Makes traveling much more interesting when I have to travel long distances. This will be used as much as Starship Legends (aka always)
Fun fact: First time using this, I had no idea how far it’d take me when in-system, so when I jumped I ended up warped into a pirate station that has a capital and multiple cruisers around it while having only a tumbleweed and 4 shepards…aaaand my transponder was on.
Hah! Yeah, blind jumps can be pretty dangerous, especially in systems with hostile factions. Hope you had a recent save!
Well, it’s a trade-off. Sure, warping reduces the CR of your ships, but it also means you don’t have to pay the monthly supply cost you normally would. Warping any distance should burn about the same amount of supplies as traveling 7.5 light-years normally at burn-level 15. So as long as you jump further than 7.5 light-years, warping should be more efficient.
Plus I would assume over a long trip you’d probably use that many supplies due to storms anyway so it seems worthwhile
Plus I would assume over a long trip you’d probably use that many supplies due to storms anyway so it seems worthwhile
Yeah, for sure. The ability to bypass terrain while moving in a strait line is another major benefit. I considered increasing the fuel consumption of warping by something like 25% for this reason, but I didn’t want to encourage conventional travel for the sake of fuel economy. Personally, I just bump up global fuel consumption to balance out the power-creep from this mod.
Great idea I love it, but how can I remove the decrease in mission time, I’m personally not too fond of it.
Glad you like it
You can disable the time limit decrease for missions by opening HYPERDRIVE_OPTIONS.ini in the mod folder and changing “missionTimeLimitMult” from 0.5 to 1.0
That will prevent new missions from having reduced time limits, but not existing ones. That includes existing missions you haven’t discovered yet, so you might still find a few “new” missions with reduced time limits after changing the setting.