Some time soon im going to put up something like a development roadmap that maps out the major features of the game up until beta and what exactly we're working on I really want people to understand how the development process works on a game like this its very different to the usual development process for example we can add every armor in the game in.. maybe 2 weeks, 1 week even if we all work on it? but the reason we do it so fast is because we have a special armor system and that SYSTEM can take a month if its very complex the entire game is made up of systems like that content is kind of secondary and happens extremely quickly when the system are done So most of what is in the game is a unique bit from aforementioned system? right I like that.=D but its problematic for us as developers because the time line looks like this work 1 or 2 months with zero armors to show you > work 1 week more and it's possible to show you all the armors it's not like we put out 1 armor per week /\/\/\/\? where i can show you a new one each week right tramsan exactly many interconnected systems in a simulation take a long time to balance, as I've learned from Warren Spector's excellent manifesto of Deus Ex Leaning toothpicks \o/ im going to keep using armor as an example, because its a good one then the problem is we have all this content come at once and it would be a major spoiler to show everyone all the armors in the game Right. but since this isn't a game that requires heavy balancing and will be open for modding, I'm all for making the systems as intricate and polished as need be for content added later to fit in seamlessly right sny^ we agree we're working realllly hard on making these systems really easy for everyone to use For the API? this isnt really an api its just the way the game works An api would be something that lets you design NEW systems not use the existing ones Oh. Gotcha. but the whole game is modular like this for example That's how a good programmer works :P we have the falling sand now right? Right. well its not just falling sand how will modifications done? dll? xml+lua? or.. Do a lot of work to avoid a lot of work in the future. i can apply that to any block with all kinds of settings in 2 seconds Oh damn. the ocean biome took me about 20 minutes to make o_o using our systems but before i could make it we needed our systems to be ready and for example, now that the system IS ready i could easily make a lava ocean and acid ocean again, in 20 minutes but its tough to share content this way I could just show everyone nothing for months and then show them tons of stuff at once So that's why the roadmap? we kind of tried that for a while but people were a bit upset by it, radio quiet + then a big exciting update, followed by tons more radio silence so yeah the roadmap I want something super user friendly like an actual map, with points on it you can mouse over and get more information on what we're working on sorry this isnt much of an announcement im just talking getting ideas straight in my head its awesome that you share it with us! -casually stalks the chat while sitting in french class- * photostyle wonders who will be the one to pastebin all this and dump it on reddit... it also makes things very hard to stream also A good example of that is npcs npcs have a behaviour system, each npc piece can have a unique behaviour attached to it and then it mixes and matches them to get a unique npc but of course, every npc behaviour we create (which are written in lua files, for the interested) needs to be tested and testing a new behaviour when there are tons of possible combinations is.. well.. not doable honestly so what we do is disable everything and enable one behaviour at a time but when i stream people (reasonably) assume that npcs only have one behaviour and are dumb and boring Are these compile time directives, or config flags, Tiy? Disabling parts, that is. config flags tramsan dont need to compile Also there are systems that are major components of the game that are not finished yet so its hard to show gameplay for example spawning chests and items to find. It's actually a pretty complex thing to do well and its a HUGE component to the gameplay so we want to do it perfectly but when that single system is missing, the game is entirely different containers are always not simple oh containers work perfectly :) and again! if anyone is interested containers are another modular system when we make a cupboard Sweet. we dont PROGRAM a cupboard all i do is add the word "container" in a config file for the cupboard and its a container and i can change the number of slots, etc a result of us doing it that way is that pretty much everything you can see, that you would expect to be able to put things into you can You guys really have been busting your asses making the system easy to use. its kind of required Aesthetic-Defile because theres so much content we need the programmers to be able to add it err artists* without the programmers help ok let me tell you guys what we're aiming for for the beta this might change so dont take it as set in stone maybe you should let artists take the spotlight for content while you're busy hammering away at the plumbing (i.e. systems) in the background sny^: that's exactly how it works :) ok so the beta it works like this the game is divided up into 10 tiers each tier has a range of 10 planet levels in it tier 1 is level 1 - 10 planets and so on The planet level dictates the stats of npcs, guns, what kind of drops youll get, etc etc etc the goal of each of the 10 tiers is two fold 1. to complete the premade mission at the end of a tier (full release, not beta) and 2. get the items and equipment you need to be able to do that Every time you beat a tier, youll unlock new gameplay elements so they kind of serve as checkpoints for story/item progression or fun bits and bobs for example, dungeons arent presented straight away, they start appearing in tier 2 you can get "tech", which are kind of like passive spells each tier has different tech available on it ores change monsters change the ship gets upgraded in certain tiers unlocking new features this is essentially how the game progresses play sandbox in the tier, gain the equipment you need to beat the tier's end mission > advance to next tier you also need to craft certain items to activate the mission so i guess without the missions being present in the beta, your goal will be to obtain that item does this also imply that we won't have access (or won't stand a chance) on planets with higher tier/level than our current progress? you will, but only up to a point Or, can the missions be disregarded all together by a player? accessing the entire universe is the end game Tiy how much of the game is actually ready ? What do you consider not finished yet? the missions cant be disregarded the first time lotsssss of things are not ready but like i said its periods of what APPEARS to be little progress as the systems behind everything are produced and then we USE that system to *very* quickly create content Tiyuri, are you still confident in a first quarter release of any kind? Have you shown any missions or these would be spoilers? aidey: honestly im not sure, we try to predict because people.. want us to I mean, we're asked for a guess a LOT but it's really really hard for us to know how long everything will take to produce sometimes we assume a feature is going to take a month and it takes a week other times, we think something is going to be a single days work, and it spirals into a fortnight its all putting a puzzle together, and you never really know whats going to happen until you start fixing it up and problems pop up you have to solve and sometimes you implement something and it's just.. not good so you redo it Time permitting, Tiy, maybe you could make a video where you highlight a few different kinds of NPC behaviours. Just to show what kind of variety there can be, since all(?) of the streams have been showing the basic beeline-for-player behaviour. oops im running out of battery let me grab a cable, hold on a sec ... so current progress lets see world generation is basically complete, we're still adding content because.. the more the better, honestly. But its there and ready to rock. Content wise too, we have lots of biomes with tons of content Dungeon generation is complete system wise. We have lots of dungeons done, not all of them yet, but getting there. There are going to be 2 hostile dungeons and 1 friendly dungeon (village) per race Crafting works, but it's a little ugly at the moment because it doesnt contain all the info its going to contain. So i dont show it off much Multiplayer is near flawless we have a navigation system in but its a bit basic, we want to put in a full star map vehicles arent in yet but we've found a way to do it that makes it very fast and easy npc quests arent in yet, those are going to be quite a big one, take us a while to complete i want to make sure theyre interested quests WEEOOOWEEEOOOWEEEOOO and not just walk 5 meters and hit 10 things the wiring system is in we have generators forrrr 4 legged npcs, 2 legged npcs, small npcs, flying npcs, small flying npcs, bugs, fish, some other stuff Tiyuri, I assume this will pop up, but given how Starbound seems to be system based, how many systems have yet to be started on? Are all systems at least partially complete? all the big ones are partially or mostly complete there are others like quests etc that we havent quite started on yet and we add more to the systems over time ike right now we have a system that generates guns with varying stats and behaviours but its going to get spruced up by a projectile modding system another system we havent started on yet is creature capturing but thats actually probably a very easy one probably Tiyuri, So post release, I assume updates might be New system + new content for existing right post release the artists and I will work on new content using existing systems the programmers will probably work on new features Tiyuri, could you add new Tiers as sort of expansions post release? we could do but tier 10 is being built as an end game not just a regular tier that will leave you with nothing to do afterwards its a LOT of content with not much to DO just yet if that makes sense but that will be fixed very soon when we throw in a couple of the cornerstones to all the gameplay Tiyuri: Wait, so Tier 10 is endgame. Which means Playability after main progression. yeah thats the idea So it doesn't just drop off with only buiilding left to do. we're trying to craft a sort of.. day Z like experience in end game and after release we want a level editor for missions Day Z experience in the sense that, the player has a very large world to play in, a ton of tools to play with, needs that they're required to tend to (hunger, etc), and the ability (should the server allow for it) to fight other players, or ally with them but with no mechanics forcing them to do one thing or the other so you could decide to be a bandit, or form a group of space pirates flying from planet to planet robbing other players Tiyuri: How do the size of the planets compare to worlds in Terraria? or you could try to be peaceful, work together, help eachother out Darkman802: our engine handles infinite sizes buttt they are capped at the moment because we want to encourage people to visit others and not just get lost in one Do you always beam down to the same place on a planet? within the same area we're looking at whether we should change that up or not It makes beaming down with friends less confusing :3 lots of people seem to like the consistancy How do you spawn, in an ocean planet? I suspect Ocean planets have small islands haha right now you acn sometimes end up warping to the bottom of the ocean when its finished, youll always spawn on an island Tiyuri, couldn't it be an option to build landing platforms which you can choose from when beaming down? This way you could combine consistency with early game randomness. yeah thats a possibility is there an air meter? or some other kind of drowning mechanism Elisa: there will be, we havent thrown it in yet, but its very easy its designed too Moonsorrow was asking about fishing, Tiyuri ahhh fishing fishing is one of those things thats really nice but might take more time to do that its worth post release though we might throw it in the problem with fishign in a game like this is that you can see into the water :P