To begin, some context: a planetary survey is something you do to figure out whether a planet is worth establishing an outpost on. There might be other reasons to do it – for example, thinking about whether gathering survey data could be a good way to earn some early-game credits, and/or influence faction behavior – but those things aren’t central to the mechanic. The main path is: find a planet, survey it, and then establish an outpost.
This implies some level of procedural generation, so that the planets and star systems you’re exploring differ from game to game. I don’t want to go into the details here – it might be worth it’s own blog post, and I’m not sure how much I want to dive into how it works in the first place, to avoid spoiling the experience – but will say that yes, procedural generation is now officially a feature.
David: [discussion of new ships] – a lowtech cruiser carrier,
Alex: How is this going to be substantially different from the Heron? Could go with either 1 deck + heavy armament (more in line with Hegemony doctrine? but also kind of the Venture, but stronger and with less useful out-of-combat stats) or 3 decks and almost no armament (which could also fit in with the Hegemony doctrine, if looked at as greater specialization…)
D: Ooh, I’ve got this: So given that Hegemony doctrine inherits the ‘traditional’ doctrine of the Domain at the time of collapse – of heavy line battleships, though at the start of a transition back to cruiser/carrier doctrine – this specialized lowtech cruiser carrier could be a holdover from the previous wave of Domain doctrine that had a larger role for fighters.
So why are these in the field? The Domain navy decommissioned them from military service, so they were de-militarized and sold to budget-minded civilian enterprises in development on the Domain’s frontier, as having some former carriers with big handling/construction bays can be a very useful thing. Once the Collapse comes around, these former construction/mine drone handlers slash ersatz mobile drydocks are re-militarized (thus less useful out-of-combat stats than one might expect). Used perhaps more by pirates, independents, and the Luddic Church more than by the Hegemony or TriTachyon, so that the big carrier fleets of these guys can be supported by something better than Condors but not so good as the Heron or Gemini.
A: That sounds good (especially the lowtech cruiser) – but it might make sense to do these later (either for this release [ed. 0.7.2.a ] or, uh, more later) – I’d like to change up how carriers work at some point [HEGEMONY COMINT :: REDACTED // MOST SECRET]
Decommissioned then recommissioned ships reminds me of shipbreaking, of which many dramatic images can be easily found. I pulled a few together for palette & aesthetic reference.
To start off, I’d like to clarify what I mean by “economy” here – just the underlying simulation that moves around commodities and is responsible for matching up supply and demand across the Sector. This does not include things like trade disruptions, which are events that cause price changes. These are certainly part of a more expansive and player-centric definition of “economy”, but for this post, I’d like to focus purely on the commodity distribution algorithm.
Overview
So, what does the algorithm need to do? We’ve got markets and commodities, and each market has a supply (i.e. production) and a demand (i.e. consumption) for each. What we need to do is figure out where commodities will end up, given the supply/demand situation. For example, if one market is producing food, its output should be distributed among food-consuming markets according to their demand.
There are some further complications, but the above is the gist of it – fairly straightforward supply and demand stuff, though getting it to actually work out is anything but. Read the rest of this entry »
3/3/16: Another hotfix up, please re-download using the links below. Fixes an infinite credit exploit and several minor bugs.
3/1/16: Hotfix is now up, please re-download using the links below. Includes several bugfixes, including one for starting bonus officer going MIA.
Starsector version 0.7.2a is now out! This is technically a second polish release for the 0.7a version, but it’s heavier on features and content than one might expect. Of particular note:
Reworked phase cloak mechanics (speeds up ship-time while phased, has cooldown)
Several new ships, ship systems, and weapons
Improved faction hostility mechanics
Improved smuggling/cargo scan mechanics
Reworked starting options
Numerous other tweaks and improvements
The full patch notes are here. You can download the new version here:
As usual, after a major release there’s some time to polish up some things that there just hasn’t been time for up to that point. In fact, a lot of the upcoming 0.7.2a is turning out to be about “paying off” technical and design debt – things that are “good enough for now”, but do have to be addressed at some point.
One such is phase cloaking. There’s a post from a while back on how the current mechanics came to be if you’re interested in the details, but let’s summarize:
Way, way back, the original idea for phase ships was something submarine-like, being able to hide on the battlefield and deliver surprise attacks. That sounds like fun but didn’t turn out to be practical, so phase cloaking changed to become a way to avoid damage instead – shift to another dimension, let enemy fire pass through/over your ship, uncloak, and fire back. That essential concept remains unchanged in this new iteration; the changes are looking to address some specific issues with the implementation.