Wow, that's a lot of questions lol! Here goes. (I'll try and organize this somehow so people can read it easier)
The IRCare you sure you have the IRC server address right in your first post? I can't use it in either mIRC or the browser.
Yes. It is [ thyreaper.game-host.org (port 6667) ]. It may have been offline some part of last night as my boss was installing an SSD to the server so we can do faster compiles and whatnot. I'm typically in #SRPublic
Do we need modelers?As to what I needed it for - do you need modellers? I'm using Lightwave, so can provide models in just about any format except Maya's.
PM me a link to your portfolio and we'll see. We use primarily .obj but the engine supports .x, .3ds, and a few others as well.
About Alien Tech.Can I salvage/cannibalize/resurrect the disabled ships of other civilizations? Can we learn alien tech from alien ships?
Yes; but you have to use the 'force attack' to do it in the current build of the game. Yes; both with a weapon called the Analyzer and by capturing it into with one of your ships if it has some sort of subsystem (that last one hasn't been put in yet so I'm not precisely sure how that will work). Also, if you capture an enemy planet while keeping at least a few of its structures intact if it was building an alien ship design you are given the option to continue building it; this will likely in the future add that design to your list explicitly.
Remember Tomorrow allowed you to collect disabled enemy fighters and repair them. Since we have subsytem damage here, maybe a different approach would work? For example, you study the disabled ship (well, more like just haul it in and wait for crews to repair what's left of it). Then you receive a design of the ship in your ship design screen, which would be incomplete, its destroyed subsystems missing. You could then retrofit the design with your technology, and subsequently use the ship yourself.
You can repair enemy vessels up to full health and crew them and so forth in the current build; a ship just doesn't understand how to 'reactivate' (we haven't taught them how to do that yet). I like the idea of that; we may do something along those lines. It would encourage people to use the Repair tool subsystem as that would allow you to get a better picture of the ship. Of course, the Analyzer should probably have the same behaviour -- whatever ship components were intact when you started pinging the ship will be recorded into the design.
How the 3D component of the game worksSo ships can't be ordered to move in three dimensions then?
Currently, it is a bit messy. You alter a variable through the console and then give a move order; their order is then offset by the amount stored in the variable you altered. We may work on a more elegant way to perform this order in the future.
Are the different objects in space placed in three dimensions or are they on a flat plane?
At the moment in-system objects are all on the same plane but systems themselves have different 'height's. This is how we keep the 3D-ness of the galaxy intact while also promoting visibility and "shifting battlefields". Though we could put the planets on non-standardized orbits as they were back when we began development we're not sure how much more that benefits gameplay over aesthetics.
Awesome thingsYou said that weapons have arc based on where you place them on the hull, will they have cool little animated turrets? Not really a big thing, but they're always fun.
We'd like to do that but we're not sure at this time; that is on our list of "things that would be cool to do" and we have put a lot of stuff that was on that list into the game already.
Can ships break apart and if so will the individual parts still retain some function until they are destroyed / degrade?
lol! Well, that'd be a lot easier for us to support/code if we had individual model components for ships. I'd certainly like to do this in particular for larger ships and planets but currently we lack a full-time modeler.
How does our targetting system work?How do you target individual parts of a ship, and how are hits determined? Do you use a number generator? Hit detection? I've been thinking about this because I've been playing Sword of the Stars lately and the targetting system in that is pretty cool and intuitive. You just click on the exact location on the enemy hull that you want your ships to center their weapons' cones of fire on. And you can give them standing combat orders to face front towards the target, broadside, or just order them to face a specific direction.
We're still thinking that one out. We use raycasting hit detection modified by the stats on your ship supplemented with a mersenne twister random number generator at the moment (if you have to go through stealth, then shields, then armor, then bulkhead reinforcements, then the hull, the chance of internal damage can get reasonably low). We certainly would like individually-targeting behaviors and that would improve a lot of the combat in the base game but we need to figure out a way to tie that to the impact points system and then get user feedback on which ones are which and so forth. In short: We'd like that sort of thing but we're still working out the mechanics of user interaction with the system and tying it together with already existing systems in the game to make it a smooth transition.
About newtonian physics and how ships move aboutIf you're using Newtonian physics, does that mean ships have to spin around to change direction or that we have to design them with equal sized engines on all sides? Graphically, is this represented realistically? I mean, do ships constantly have their engines firing while moving or do they stop once they get up to speed? While we're on that subject, do ship then only need to use fuel while changing speed and direction? Also, is there FTL travel that negates allot of this over long distances?
Ships do have to spin around to change direction at this time. Engines are not yet tied to the model but I could foresee ships becoming intelligent about their thruster usage; we have to be difficult with this system however as the ship would need to start performing evaluations on which thruster they had best use. Just as long as we can find an efficient calculation/formula procedure that can run on thousands of ships simultaneously then we might be able to add that in without restraint. Engines are shown on the model but the flare does not change size as the ship does not vary the amount of fuel it uses right now and as ships currently always pick the fastest path to their destination they accelerate the full length of their travel path (both to gain and lose momentum toward their destination). We may do FTL drives; for that matter we may also do system gates which would allow you to instantly travel to other systems. There is nothing in the game that is currently restricting a model from going infinite speed -- we're just not sure what happens when it does right now.
The scale of the gameWhat's the scale like for this game? I mean, ships versus planets versus stars versus Dyson Spheres etc. Are they represented in a realistic scale?
They're presented for maximum visibility. Unfortunately, as we can have really small ships and really huge ships we are at the limits of what math our engine can perform right now. We can present exactly one system at realistic scales at this time or present an entire galaxy. Ships have a lot of different scales and models for those scales and planets and stars vary greatly in size. But I wouldn't dare call what we have realistically scaled; especially since the default game is 150 systems (though I have tested the game and it can currently run beyond 7000 active systems though it is incredibly laggy). This is one of those 'we'd like to do it right, but current generation hardware just can't support this'. In a few years if we get the chance to make another Star Ruler we'll try to put in more accurate scaling but for now we're pretty much forced to stay where we are.
Will there be bizarre non-aligned entities (again like Sword of the Stars)?
Non-aligned? I suppose you mean neutral factions? If so, then yes. There will be Corporations, Splinter Factions of your Empire (these are gained dynamically; often not generated at start), Pirates, and perhaps Minor races.
What kinds of weapons will there be in Star Ruler?What sorts of weapons are you considering having? Are they all turret based or will it be possible to create things like spinal mounted gigantic beam weapons?
You can check out
our wiki for information on what weapons are in the current build (I update the wiki as we add new ones in the dev build; so feel free to bookmark that page if you'd like to see what we add over time; sorry about the mess over there, it's not really 'fit for public release' yet
). In the current build they are all turrets but we have talked about spinal mounting and rack mounting for a long while now so I feel comfortable saying that those will very likely be in the game once we get around to them.
Is all of the galaxy one space?Is the galaxy contiguous or is it segregated into sections such as certain areas around stellar objects, or stellar systems?
It is contiguous to the user but it is also divided into sectors and regions so that Sensors perform as they ought to.
I think it's not one galaxy. If the trailer is anything to go by, the universe is likely continuous, with no separation apart from arbitrary "jumping off-system" since there's nothing to see in the interstellar space.
The game does take place in one galaxy but the galaxy is procedurally generated every time you start a new game. There will be things in interstellar space but we haven't quite got those in the game yet. Pulsars, black holes which can be moved around with certain subsystems, nebulas which make sensors perform badly when nearby, etc. are all planned.
About massive weaponsAs for creating massive weapons - well, since you already kinda do use scaling... just put up a Very Large Conventional Cannon. Maybe even with black powder. Gigantic spinal mounts aren't different from turrets, they're just very large turrets that can't rotate.
Yep! Though, of course, we also have unlockable Superweapons for those of you who won't be satisfied with "just a large laser". (Not that an extremely large plasma beam with a coolant system attached to it isn't a formidable adversary)
Sorry for bombarding you from orbit with all these questions, but I'm just really interested.
Not at all. I enjoy answering people's questions about the game.