Published on November 6, 2013 By Yarlen In Sins Developer Journals

I haven't written a developer journal in ages, but with the release of the Stellar Phenomena DLC for Sins of a Solar Empire: Rebellion today, I thought I'd give it a go. This DLC adds a number of elements to Sins that I've long thought of, so seeing it come into being has been a blast.  As with everything Sins, I worked closely with Ironclad in designing Stellar Phenomena, as did the rest of the team in creating it.  I love getting to work with Ironclad on this stuff, so the past couple months have been pretty sweet.

When we made Forbidden Worlds, our goals were pretty simple:  we wanted to add a little more specialization to planets, increase the types of planets in the game, and add in some more planet bonuses. Revising the planet textures during this process was a bonus, as was being able to more than double the number of planet bonuses available as a way to flesh out the Sins universe. Did you know that if you select a planet with a bonus and then hover your mouse over the slot in the lower left center of the UI that an Infocard will give you lore info on it?  Honestly, I didn't for a long time, but there's some cool stuff in there!

After the success of Forbidden Worlds, we started to think a lot on what we could do next in the Sins universe and we went back and forth brainstorming with Ironclad. As many Sins players know, we're very limited in what will safely 'fit' into what's left of our 32-bit (2 GB) memory limit, plus what will overtax the simulation and what we can actually accomplish with the time we have.  It's actually the #1 consideration we face right next to making sure we stay true to the Sins universe. 

One thing that we've always felt Sins needed more of were special, non-habitable gravity wells that had some kind of strategic significance on gameplay. To address this, we went in two directions by adding three new types of stars (Black Hole, Pulsar, and Neutron Star) and six new types of gravity well in the DLC (Comet, Antimatter Fountain, Radiation Storm, Ship Graveyard, Shattered Dwarf, and Ice Field). Each of these new areas has some kind of effect on passing vessels, or in the case of the Ship Graveyard, is a resource rich area to hold via its special outpost.

Another new feature we added in the DLC was random events. This is a feature that we've talked about for years as a way to force players to deal with situations they couldn't entirely foresee. Of course, since these events are potentially very...shall we say...disruptive, we've made this a gameplay option (enabled by default). Some of the events you may encounter are quite beneficial like the Economic Upturn that gives all players a big boost to income and trade; however, others may bite you if you're not careful. One of my favorites is Partisans, so you'd better watch out if you're going to lose a planet to culture!  Not all events are global or stationary either - some may move around the map, forcing you to re-evaluate your strategies. 

I and everyone at Stardock and Ironclad hope you enjoy Stellar Phenomena!


Comments (Page 2)
2 Pages1 2 
on Nov 07, 2013

No, if/when a Sins 2 arrives, it will be super-awesome spectacular!

See, now I just forced Ironclad to live up to a high standard.

on Nov 07, 2013

Yarlen, they certainly created a high standard with Rebellion, so I'm sure sins 2 should not be a problem (Seeing how 64 bit sins would be worth 20 dollars alone   )

 

And after playing a bit, I did notice atleast 1 grammar mistake for certain. In the info panel it states "a open rebellion has begun on planet x"(Or something along those lines) which should be "An open rebellion" for as far as I know.(Though feel free to bash me for that)

And some of the lore-explaining things(Which you pointed out and made me find out about that) got some things that I am wondering about, shouldn't the explorations be written like it has already happend?(IE: "Explores located a system of shelters" instead of "Explorers locate a system of shelters" since it feels more like they are still exploring it, instead of already having done that. Feel free to bash me about it but it sounds more logical to me)

 

 

Edit: Though the new things are very awesome! I haven't seen all of the new stuff yet but I look forward to seeing them!(Economic upturn  )

 

Edit2:

I just played around in dev.exe to check all the new things, and couldn't help but notice that the "ship graveyard" only has TEC/advent ships there. Does this mean you think vasari is OP? 

 

Oh, and the new things are really beautiful! With some nasty effects on them as well.

 

on Nov 10, 2013

Im a bit confused here... Ship Graveyard, what is it supposed to do?

"...in the case of the Ship Graveyard, is a resource rich area to hold via its special outpost."

I've played thru a couple small maps, and it just has a crystal or mineral asteroid to mine, and that's it. Am I missing something?

 

on Nov 10, 2013

BIGHORSE1
I've played thru a couple small maps, and it just has a crystal or mineral asteroid to mine, and that's it. Am I missing something?

The extractors yield more metal/crystal than other extractors given the same allegiance.

on Nov 10, 2013

Thanx GoaFan77 !

on Nov 11, 2013

I will try out distance worlds for right now but for later can U comprehensively compare the game stellar to sins of a solar empirre or galactic civilizations for me so I know if I should get this later. I know how ironclad and stardock relate, but can u tell me how these other companies relate to each other business wise,

on Nov 12, 2013

Yarlen promise me that when you guys are going to make Sins 2 it will have a spectacular multiplayer system as well . I mean like with matchmaking, quick finder matches, statistics and placements . You know i want this .

 

!PS i definitely will buy the expansion because this game is one of my favourite games . The devs of this game and the people involving it are SPOT ON!

on Nov 12, 2013

Well, Ironclad would be making a Sins 2 if/when that happens. I'm sure it'll be awesome all around.

on Jun 19, 2014

I've offered a fair bit of my own apologia for the relatively obscure Ship Graveyard (which although basically a planet type was added in SP not in FW) in another thread: https://forums.sinsofasolarempire.com/453893/page/1/#3474159

As for the 2 GB memory limit, that's actually 31-bit address space. There has been a (perennial?) discussion about enabling the /LARGEADDRESSAWARE linker [PE header] flag for Sins (and many other 32-bit games elsewhere), which on 64-bit Windows (Vista+) kernels would provide nearly 4GB user/application address space. And this without the end user needing to mess up with anything his machine's config, unlike the 3GB user space provided by the same LAA flag on the 32-bit Windows XP/Vista/7 kernel which requires a boot time kernel parameter tweak as well. But there needs to be some code auditing to ensure 32-bit (as opposed to 31-bit) compatibility, particularly as pointers (and their differences) are used and D3D9 effects; see https://forums.sinsofasolarempire.com/454494/page/2/#3474077 for some literature. I realize that despite Microsoft's advocacy for LAA, most "32-bit" game engines in the industry stuck to 31 bits app address space.

 

2 Pages1 2