Catacombs
Arcane
- Joined
- Aug 10, 2017
- Messages
- 6,110
What mods?Popped in a few big mods and baby we are gaming.
What mods?Popped in a few big mods and baby we are gaming.
Just put it on auto and get the freecam "mod" :]I really like Starsector, but just like Rimworld there’s so many mods and I don’t even know where to begin. Also not a big fan of the ship controls (aiming and stuff).
Seriously, just letting the AI control my flagship worked really well for me most of the time. I only feel like I make a major impact as a pilot if I'm using some overpriced frigate to snipe shit and run away.Just put it on auto and get the freecam "mod" :]I really like Starsector, but just like Rimworld there’s so many mods and I don’t even know where to begin. Also not a big fan of the ship controls (aiming and stuff).
Once you finish this playthrough be sure to check out the modding scene. Some crazy high quality stuff there.Very cool game. Gotten to the point I've got a 200K colony (pristine Terran world with an almost-as-good Terran eccentric world smack bang next to it as well!). Smacked Kazeron up and stole their pristine nanoforge (took three capital ships though). Considering ditching my Hegemony commission as it just keeps tanking my relations with everyone.
Captures the original Warband itch of "bum to big deal" very well. Lore and writing is surprisingly interesting and thoughtful as well.
But then got the best ships/complementary plot. Now please pay your taxes.Whatever you do, stay away from the anime mods.
Modders that mod a game in beta should expect to have their mods broken with each update - the game's in active development for heaven's sake. Backwards compatibility takes time and effort and shits up the code - classes that ought to be 100 lines long suddenly become 500 lines due to all the legacy shittery. And it only gets worse with time as you need to do this shit with each update. The result is, invariably, loads of time burned on this crap, way shittier codebase, and forums flooded with "Hey I continued my save from version 0.0.1 and ran into these problems..."If you say so. Most of the mods I cared about died because the dev doesn't understand what backwards compatibility means and modders justifiably get sick of migrating their code every time the dev releases another microupdate that breaks his APIs.
That's total horseshit. Tons of new stuff regarding missions, faction behaviour, AI, colonies and events, significant changes to the skilltree, weapons and ships with entirely new functionality... these are all things that require changes to the API so people can implement new stuff into the mods.d hasn't changed substantially for many years
He's making a game, not a public libraryYeah, not breaking your public APIs takes concious effort. It's not as easy as when you just have a private program and can refactor at your leisure. But guess what? That's what a responsible developer does anyway. You don't break your users code unless it's absolutely necessary. Libararies that break user code every release will stop being used. Operating systems never break user code.
It's a pretty simple decision he has to make - does he want to have a shit codebase or not? Since he plans to work on the game in the future, the answer is obviously NO. What you call "basic courtesy" is up to months of work, repeated with every single iteration, and more and more shit, dead code hanging in the codebase for legacy purposes. I've written backwards compatibility for software before and it's like a long trail of shit that's holding you back throughout, up until management says the magical words that we're gonna break it, at which point the entire programming team erupts into cheers and eagerly goes to delete all those ancient stinkers.It's not one or two mods out there, there are hundreds. And the game's success and longevity is to a large extent thanks to them. The least he can do is have the basic courtesy to not break every mod in existence every time he has a brainfart and decides to randomly rejigger the modding APIs every time he does a minor update.
At least he has the decency to keep the old versions up.