Author Topic: Breaking News: Chris is a Grade A+ Moron  (Read 19020 times)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Breaking News: Chris is a Grade A+ Moron
« on: July 09, 2016, 05:23:09 pm »
Original: http://arcengames.com/breaking-news-chris-is-a-grade-a-moron/

Yeah, you know what I'm about to say: the release is pushed back again.  This is the third time in a month.  I'm now targeting the launch to the 21st.  So what the heck is going on this time, right??

Weighing feedback from youtubers, they're having a lot of fun with the mechanics, but there just isn't enough content yet. We're on the verge of having a waterfall of content thanks to our level editor being nearly complete, so it seems very stupid to launch prior to that.  At core, that's the issue here.

Pull Up A Chair

The Level Editor

I say that the level editor is "nearly complete" because there are a lot of polish things with it that have been slowing me down in actually creating content.  My big fear with any player-made content (not to mention my own content) is that we have tacky things like wall sconces three inches from the wall, etc.

I have a lot of experience in 3D editors, and there are a variety of ways of solving this problem.  Various sorts of grid snapping, vertex snapping, and drop to the ground things usually are the key.  This works very well... IF all your content is a very uniform sort of size.

Overall our content is a pretty uniform size, and I've been doing things like building the wall structures myself in probuilder, then exporting them to finished geometry and texturing them, etc.  But one example of this going awry is I accidentally made one wall with windows in it 0.25m thick instead of 0.1m thick.  Then when I went to use that, it didn't line up.  Of course.  But I probably wasted 5 minutes trying to figure out what I'd done there.

LevelEditorSuperIncompleteHall

Those sorts of problems are compounded when you start talking about "props" type items that are of extremely arbitrary sizes.  Having a center of rotation on them is a pretty tricky thing as well, because even when rotating the offsets around the rotation center of the objects, I wind up with things that are not fitting together when rotated 9 degrees because the OTHER thing (in this case a wall) is not conforming.  Specifically the wall should have been rotated 270 degrees instead of 90 degrees in order to have its axis aligned just-so, and thus it's about 0.03m offcenter and the wall sconce now sticks into the wall a bit.  I now have to adjust my grid scale and fix the sconce by hand.  I also have to actually know to check for that.

In other words, it's not a casual undertaking because there's a bit too much freedom (in some respects), versus the editor inferring what you want to do.  There are a variety of games that do this well, most notably Minecraft and 7 Days To Die.  You'll note that those are 3D-tile-based, of course.  I'm not going to do THAT.

However, it's possible to do that sort of thing with an invisible tile grid that nonetheless has orientations baked into them.  And which exists only in the space of the editor, not in actual gameplay-space.  There are some games that do this I think, and 7 Days kind of does that with its objects in general, but I can't think what the games are right off the top of my head.  At any rate, editing needs to be freer and more fun.  It's ALMOST there, but not yet.  I need maybe another day, maybe two, to perfect that.

LevelEditorBedroom

Procedural Generation

The approach that this game takes to procedural generation is one of combining prefab scenes together to make a whole.  It's using a heavily modified version of DunGen, which is a really cool component.  But DunGen wasn't able to use runtime-created geometry, and I had to invent my own data format and get that in there along with a variety of other enhancements that are game-specific.

Along with those enhancements have come some pretty tantalizing realizations: I can do even more.  DunGen already supports things like prefab groups that swap in and out (so you have something that is, for instance "a living room set" that gets chosen at random to go in living rooms of type A).  That gives you some pretty combinatorial numbers of distinct results that players encounter, while still having everything be hand-designed at core.

It's a super flexible approach, and I've actually coded about 95% of it.  I need to have time to code the interface, though, and make the interface make some kind of sense, which means that last 5% can be a real pain in the butt.  I figure I can knock that out in a half day or so.

Another thing on my wish-list is having certain types of tiles do pre-combining into mega-tiles before going into DunGen proper.  Actually that's a really complicated subject, and I have three different approaches in mind, one of which wouldn't take much code at all.  And honestly this is something I can experiment with during early access.  But we were talking about procedural generation, so I figured I'd mention it.

Turn Out The Lights

Level Editor Assets

In order for levels to be created, it requires building blocks.  The more building blocks, the better.  It's no secret that we're using asset store assets for a lot of these things, but we're also creating various things ourselves in Probuilder (me), or in Sketchup or Maya (Blue).

And then when it comes to EVERYTHING, I'm doing a lot of post-work to wire them up for fracturing or physics, for the occlusion system, to have the proper PBR effects, to have the proper texture efficiency (mostly compression -- seriously artists are wasteful sometimes), and doing things like setting up IES lightmap cookies on lights so that you get super-amazing-looking lighting.

Overall I have a freaking massive list of things that I need to get in place with this.   Just for the apartments levels alone, it needs easily a few thousand objects.  I have already directly integrated several hundred, and I've partially-processed another 1800 or so beyond that.  But each one takes some time, and it's hard to get more than a few hundred objects done in a single day.

With a tile-based approach for the level editor, this will be faster, but still.  (And the only reason I can do all this so fast in the first place is that I've made a custom unity editor extension for myself that I call the "Arcen Object Manipulator), which gives me one-button access for doing a ton of tasks.  And gives me hyperfast access to editing box colliders, because I wind up having to create a lot of those.  A lot of artists wind up using mesh colliders (efficient ones usually, but still), which are mega-expensive to process on the CPU compared to box colliders.   It's a major no-no.

AssetPrep

So I've done everything I can to speed up this process for myself, but even so it's a process that is time-consuming (on my sort of timescale).  A few hundred objects in a day is actually freaking amazing when it comes to most games, but when you're still setting up your first full batch of them it can feel really slow.  When I'm doing something like the military base level assets, certain things like concrete floors or the utility-style lights can be used in there as well as in the utility halls of the apartment buildings.

So I have every reasonable reason to believe that this process will go amazingly quickly and people will be very surprised at how fast new content comes out while we're in Early Access... yet at the same time, there are some humps I have to get over first or I'll be torn in too many directions to fully address any of them.  If we release on Monday, that's exactly what was going to happen to me.

AtTheFeetOfRax

More Robots!

We have a ton of robots already complete and animated... and not in the game.  By a ton, I mean that we have something along the lines of 17 distinct robots that are just sitting there waiting for me to have time to do something with them.

A game like this doesn't need the sort of insane enemy variety that something like Starward Rogue does, but all of the robots should each have a good and unique feel, as well as a number of sub-variants.  You see this with the spiderbots, for instance, and their three variants.

So why haven't I done more of these?  Well, to some extent it's a "cart and horse" situation.  I have a lot of cool ideas for the various robots, but a lot of that requires specific sorts of rooms.  You can't just stick any enemy in any rooms and expect for them to be fun to play.  Some of the ones that would require a lot of motion on your part would be a nightmare in a claustrophobic hall, for instance.  But it's nice to be able to create both claustrophobic halls for you and wide open spaces where (for instance) the apartment building has partially collapsed.  As well as lots of stuff in the middle.

To me, the design of most of the enemies is inextricably tied to the sorts of locations they populate, and I can't really test them to make sure that they work right until I am able to create those environments and test THOSE.  For that reason I've erred very much on the side of focusing on location rather than enemies first, while at the same time writing down tons of notes for the robots (and further locations).

Actually my BIGGEST focus so far has been on the feel of the raptor itself, and its move-set, because that's the #1 thing that needs to feel good.  And then spaces are designed to conform to that, and enemies are designed for the spaces that can fit the raptor, and so on.  So there's actually a bit more of a waterfall effect there than a true cart-and-horse effect, but still.

FatherBrainUntextured

This Isn't Just A Beat-Em-Up

The fact that it's been described that way pains me a bit, but I completely understand it.  Right now the goal is "go kill all the robots in the demo level," and you do that by attacking them with teeth, claws, and slapped-back shots.  So, sure: beat-em-up.

Even so, some of the placement of enemies like the turrets are designed to lead to mild puzzle elements where you can approach a situation multiple ways, but the obvious ways are going to lead to death or taking hits that you should not.  Basically it's the sort of "puzzles" that a game like Dark Souls might give you (although it's super dangerous to compare this game to that one, because they are very different beasts).

This is another case where there have to be more rooms (more content) before the puzzle-y nature of some of that will really show through.  I remember that in Far Cry 2 -- and actually in Red Faction: Guerrilla -- there were some places that were entrenched enemy fortifications and I had the most fun in those games trying to dismantle them.  But once you figure out a way that works for you, then you're done with that fortification.

Here I (and other designers, and even players) can create a lot more content with a lot more of those sorts of situations, and enemies can be specifically designed around that sort of thing.  But that takes time.  The demo currently shows that off to an incredibly tame degree, and so it's easy to go "yeah that's a brawler," which I think sells it a bit short.

EmptyBedroom

Stealth

The other thing that I have figured out how to handle, but which isn't at all in the current demos, is stealth.  Having multiple branching paths and similar that you can explore, and the ability to in many cases see enemies before they see you, allows you to sneak by enemies in many cases.  You actually can already do that in the current demo, although there's no real reason to since you have to fight every enemy anyway in order to win the level.

To me, the sort of stealth that involves "don't go in the light or you die" really bugs me.  The kind that revolves too closely around lines of sight also bugs me, because I can never tell if these bushes or those bushes are enough cover or not.  Because of branching paths and the ability to be on different levels from enemies in this game, a lot of those problems can be bypassed and it's clearer when you're hidden from an enemy.

So why hide from them?  Well, the structure of the levels will be changing -- the demo game mode of "kill all the robots" was never the real game mode, and it said that from the start.  The real mode will have a big stationary robot named "father brain" at the end.  If any robots are aware of you (think having stars in GTA), his shields are up.  If no other robots currently know about you, then his shields are down and you can kill him and win the level -- no matter how many other robots are still remaining at the moment.

And there you go: stealth.  You can avoid enemies and get to father brain and kill him more quickly, but if they see you that just means you have to fight them in order to complete the level.  It's a nice non-binary system, because you can take a Red Dead Redemption attitude of "no crime was committed if there were no surviving witnesses" and kill certain robots with no regard to stealth while you sneak by others.

But for THIS aspect to work, I need to get the forcefield effects finished (the visuals are set, but the physics is about half-done), and get father brain himself set up in place (Blue has created him, and animated him, but I have yet to texture him or light him or rig up the ways you can knock pieces off of him to destroy him, etc).  Chalk up another half day there, reasonably.

Coming Soon To A Home Near You

Personality

Part of the reason we keep having delays is that we're listening to feedback from existing testers and youtubers doing previews, and things that they say -- or sometimes don't say, but rather just a nonverbal reaction they have -- tend to be instructive.

One of the things that has become clear to me based on that as well as some RPS comments is that when the raptor is running around fighting silent robots in sci-fi corridors, that feels generic.  Now granted, I love those sorts of environments and we will have them -- and we'll make them as unique as possible.  And in general with the robots and their movements, and the raptor and its movements, we've tried to really bring out as much personality as possible.

That said, the switch recently to having our game's first procedural levels be inside of apartment buildings was I think a good move on the personality front.  That feels viscerally familiar (we've all be in an apartment, but we've most of us not been in a space station or anything that looks like it), and also really fresh (we've seen raptors in labs and the jungle on TV, but not in our homes -- a T-Rex in the back yard was the closest that got).

But the other part is the robots themselves.  We've been working recently with a wonderful voice actor named Ben McAuley, and he's voiced a TON of lines for just the robots we already have.  About 30 lines for each kind of robot just seeing you at all.  They aren't long lines, but they gives some personality to the proceedings, and actually give a sense of each robot being a unique individual (some are bored, some are considering cowardice, some are ready to go guns blazing).

Those robot voice cues tie into both gameplay (ones without a gun remark on that) and story itself (things they say hint at the story, which otherwise you could completely skip).  But it doesn't slam your face into it, and we've recorded so vastly many lines for each robot so that you aren't hearing "I took an arrow in the knee" a million times.  We learned our lesson with Bionic Dues, where there are only about 6 voice clips per robot, and many of them were super distinctive in a way that got really repetitive.

Anyhow, I think that this is important for really having players connect with it.  Some of us just latch onto the mechanics themselves and that's enough, but for people who haven't been jonesing for a raptor fix quite as bad as I have, I don't know that that's enough without actually having a game with personality to hold it up.

And It Wants To Use The PC

So What's Wrong With Me, Then?

Why am I such a big idiot and keep giving these too-soon release dates?  Right, that bit.  Well, I'll break it down I suppose:

  • I legitimately thought that each target was hittable.

  • However, new information (bug reports, youtuber feedback, etc) made me re-scope certain things.

  • In general I underestimated how much time it would take to create the level editor, by a substantial margin.  Getting it functional was not bad at all, but then huge amounts of polish have taken up all that extra time.  Having a really killer editor is important for purposes of us being able to crank out quality content, though, and for purposes of players being able and/or inclined to do so as well, though.

  • I have been heavily incentivized to pursue aggressive release dates for early access because we continue to bleed money pretty badly even after layoffs earlier this year, and the Steam summer sale was a flop for us this year compared to most prior years.

  • Overall I've had a huge amount of internal back-and-forth (and discussions with my wife and staff) about the virtues of getting this into the hands of people early versus making sure the first impressions are positive enough that people want to tell others about it and jump on the bandwagon early.

  • When it comes to Youtube and Twitch, we're trying to really build as much attention and pre-release awareness as we can as well, and that's still an ongoing project that I don't want to prematurely end. The ball is rolling well on that, but my thought is that people have more interest in something that isn't available to the public yet.  Right now the current demo is just too short for them to really make a series out of playing it, and I feel like that hurts the ability of word of mouth to spread.


Overall there's a lot riding on this game, and I'm more than a bit twitchy based on that.  Consistent repeated delays sends a bad message that I'm quite aware of and regret, but at the same time it's important that people see enough of the game that they form the right opinions about it.

By "right opinion" I mean that, if they see an early simplistic build and conclude "it's a brawler" when the actual gameplay is a lot deeper, that's a problem.  If they see the actual gameplay and then think that's still not deep enough or whatever other problem, that's their right and not something I'm going to call "wrong," whether I agree with it or not.  But if I hand them an unripe strawberry and they say strawberries are terrible, then that's on me. ;)

Not that I've seen a single video talking about it being bad, which is super encouraging.  That's another thing that keeps encouraging me to go "just release it soon, just get it right on out there," etc.  But I think at the moment that would be a disaster for various reasons listed above.

raxinmaya

The Plan

Right.  I'm working all this weekend, and worked most of last one.  Next weekend I won't be able to, and next Friday and Monday are also out for me unfortunately.  So:

  • My top priority right now is getting the level editor and the procedural generation in shape so that Blue and Misery can start designing content with it.

  • And then I need to get as many assets in there for them to do further work with as possible.

  • Then I need to get father brain in there, and ideally some more robots as well.

  • Throughout this period I need to do level design of my own (something I love).

  • I'll need at least one more pre-EA recording session with Ben as new robots are added.

  • Ideally I'll put together a new trailer.

  • There are some mechanics-polishing things that have to be done inevitably as time passes, too.


Given that, and looking at the calendar and how long things have been taking me and other people, I conclude that a reasonable time to release is the 21st.  That's an extra 10 days, although I'm out of commission for 4 of them (bah).  But the key thing prior to those 4 days is making sure that the level editor and so on is in such good shape that Misery and Blue (and others, if they so desire) can proceed without me and I'm not such a bottleneck as before.

Will we hit this deadline?  Honestly I don't have the confidence to tell you yes at the moment. ;)  I think we will.  We certainly can.  But am I going to see some Youtube video three days for now that makes me smack my head and go "oh gosh, that's right, THAT needs to be addressed?"  That would certainly impact the schedule.

It's also possible that Misery and Blue and I won't be able to create enough content fast enough, for whatever reason.  It's possible that I've underestimated the amount of work on some component here, and the 7.5 work days I have between now and launch won't be enough for whatever reason.

I will say that I'm highly motivated to get this out prior to the end of July.  August is really a huge sales doldrum, and anyhow waiting that long just makes the financial pressure loom even larger.  So I mean, the spirit is willing. ;)

All righty.  This is over 3700 words long at this point.  I figured that with this news, folks deserved an explanation for what is going on, though.

Talk to you soon!

Chris
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline crazyroosterman

  • Master Member Mark II
  • *****
  • Posts: 1,558
  • Cluck.
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #1 on: July 09, 2016, 05:50:00 pm »
all good although i hope you don't end up pushing it again i know you want to make it perfect but obviously you dont really have the luxury to do it over and over again that and i actually want to play this and give you feedback between my rotations of starbound

also i didn't know misery was doing level editor related stuff is she on contract like with star ward rogue?  or is she doing it for shits and giggles?.
c.r

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #2 on: July 09, 2016, 06:03:11 pm »
Misery's just helping out because he's awesome -- same with Pepisolo and jerith, actually.  And garpu has helped with a lot of linux testing and other related stuff, too.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Mánagarmr

  • Core Member Mark V
  • *****
  • Posts: 4,272
  • if (isInRange(target)) { kill(target); }
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #3 on: July 09, 2016, 06:19:05 pm »
...between my rotations of starbound...

People still play that? O_o I thought that died the obscurity death after being condemned as "Terraria in space...and nothing more".
Click here to get started with Mantis for Suggestions and Bug Reports.

Thank you for contributing to making the game better!

Offline Logorouge

  • Hero Member
  • *****
  • Posts: 514
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #4 on: July 09, 2016, 06:24:10 pm »
People still play that? O_o I thought that died the obscurity death after being condemned as "Terraria in space...and nothing more".
I heard they released some major update a while ago. I'm guessing it got a few people curious.

Offline crazyroosterman

  • Master Member Mark II
  • *****
  • Posts: 1,558
  • Cluck.
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #5 on: July 09, 2016, 08:04:14 pm »
People still play that? O_o I thought that died the obscurity death after being condemned as "Terraria in space...and nothing more".
I heard they released some major update a while ago. I'm guessing it got a few people curious.
actually i got reminded about it when i saw one of my friends playing thing is I've played terraria but there's to persic reasons id play this over terraria (among some other super specific things)
1 the long mining range and the fact that you mine/place in a square rather than one block at time the fact that you can only mine block at time right in front of you in terraria drove me nuts and put me off after nine hours.
2 i really like the space theme and the feel of traveling to different planets and its infinitely more compelling to me than working to get some stuff when i know i'm probably going to replace it anyway thing is i was getting somewhere before i lost my save to an update so i really can't comment on what it's like in the later game but i'm really enjoying it so far

not trying to say it's better than terraria although i think its a bit unfair to compare the 2 considering how long terraria been updated for but i think its a valid alternative for those like my self who didn't like terraria if you get what i mean.

i should mention that its launching from early access in 12 days.
« Last Edit: July 09, 2016, 08:16:41 pm by crazyroosterman »
c.r

Offline eRe4s3r

  • Core Member Mark II
  • *****
  • Posts: 2,825
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #6 on: July 09, 2016, 11:40:55 pm »
To be honest reading all that I think you are not a moron, rather it would be economic suicide to release something unpolished on EA nowadays. According to steamspy, your early access release IS your release in terms of attention and sale impact.
Proud member of the Initiative for Bigger Weapons EV. - Bringer of Additive Blended Doom - Vote for Lore, get free cookie

Offline TheVampire100

  • Master Member
  • *****
  • Posts: 1,382
  • Ordinary Vampire
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #7 on: July 10, 2016, 05:13:22 am »
The problem with Early Access on Steam is that developers and players see the game with different eyes.

Developers see the potential of the game and what it could become with the help of the community. they count on the help and believe that together it could shape the game.
Players however see not what the game might become but only what it is at that point. and they rate exactly that. they don't care about the ifs, they only care about their first experience with it, even if the game still is in development. There is currenlty only a few amount of people that really get what EA is about and how to use it right and players mostly dislike EA games just because they don't see the value of the future of the game.

So in short, it is always advised to take extra time to shpe the game before going the early access route. players will then have a better first time experience and that is exactly what you aim for. The real release isn't interesting anymore for those people because they OWN already the game on release.

Offline tombik

  • Full Member Mark II
  • ***
  • Posts: 172
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #8 on: July 10, 2016, 09:29:21 am »
Why do you even pick a release date if you will change it 10 times afterwards? That does not serve any purpose does it, it just kills the hype bit by bit. Even though it is not on a crucial thing, you are still wasting your credibility for no reason.

Just say end of October and stick with it, and if you are done early, make an early release which looks definitely more professional than this.
« Last Edit: July 10, 2016, 09:32:14 am by tombik »

Offline Logorouge

  • Hero Member
  • *****
  • Posts: 514
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #9 on: July 10, 2016, 10:06:33 am »
Why do you even pick a release date if you will change it 10 times afterwards?
The answer is right there in the original post. Look at the section called "So What's Wrong With Me, Then?"

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #10 on: July 10, 2016, 10:54:07 am »
Yep, it's a tricky thing all the way around.  And in terms of why not just say the end of October or whatever, we would collapse financially before then without moving to EA.

Even if we didn't, we've had issues in the past (Starward Rogue for instance, but other titles also) when we did not communicate early and often enough about games.  Unfortunately, what comes hand in hand with communicating early about games is that some of the early information winds up being incorrect or needing revision.  Past experience has shown that this is preferable to coming out of the blue with no press in advance, though.

The moronic part is me trying to fit a square schedule into a round calendar hole, so to speak.  I don't know a better way to do it, and hindsight is 20/20 obviously, but basically I find myself being both "the idiot suits at the publisher" and "the development manager asking for seemingly infinite time."  Funny thing about self-publishing is that you have only yourself to blame, but you're still caught very much between two worlds there.  At least when a AAA developer gets pressured into an early release, they can blame EA or Activision.  I get into the same kind of scuffles the head of a AAA studio would with their publisher, except my scuffles are internal with myself.

I think that's more or less true for any indie that isn't just rolling in the dough, based on those I've talked to over the years.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Draco18s

  • Resident Velociraptor
  • Core Member Mark V
  • *****
  • Posts: 4,251
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #11 on: July 10, 2016, 11:31:49 am »
I read about half of that wall of text, Chris. Things are looking great, I don't think anyone's really going to complain about the pushback if the result is worth it (and from what I got out of that wall: its going to be worth it).

Keep it up :)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #12 on: July 10, 2016, 11:41:17 am »
Cheers. :)

That did turn into a mega-wall-o-text for sure.  I figured it was time for a new dev diary anyhow, partly as kind of a peace offering for the delay. ;)  But in seriousness, I figure that giving people a clear view of what is happening and why is a lot better (and more interesting!) than just "this is happening, no explanation, goodbye" that so often happens.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline TheVampire100

  • Master Member
  • *****
  • Posts: 1,382
  • Ordinary Vampire
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #13 on: July 11, 2016, 12:08:36 am »
I couldn't find it in the text (sorry that I didn't read it all, only the most important passages) but is the robot raptor in the pics gonna be a playable raptor type/unlockable skin or is htis an enemy. Like the robots attempt to counter the raptor with his own weapons.

Also, since this is going on Steam first and will have a level editor: will you finally support Steam Workshop with this. I was happy that Starward Rogue had mod support and a level/room editor but was disappointed that you didn't include workshop for the Steam version.

You really should consider it this time, makign a game modable or giving them level editors isn't enough anymore nowadays, people also demand an easy way to share their own designs. And a forum isn't really an easy way because you have to work your way through multiple threads and then download of a third person website which isn't always safe. Steam workshop gives customers an easy way to share their stuff and they don't have to worry where it comes from because everything runs through the Steam servers.

Offline Misery

  • Arcen Volunteer
  • Core Member Mark V
  • *****
  • Posts: 4,109
Re: Breaking News: Chris is a Grade A+ Moron
« Reply #14 on: July 11, 2016, 05:05:04 am »
all good although i hope you don't end up pushing it again i know you want to make it perfect but obviously you dont really have the luxury to do it over and over again that and i actually want to play this and give you feedback between my rotations of starbound

also i didn't know misery was doing level editor related stuff is she on contract like with star ward rogue?  or is she doing it for shits and giggles?.


I'm just volunteering again, basically.  I'm not in a position of needing money, to put it lightly, and really this sort of thing doesn't even qualify as "work" to me.  More like entertainment.  Level design for games is something I've always enjoyed.  And it doesn't involve bug fixing.  THAT is certainly a huge plus.  I'm so tired of bugs.

This should be an interesting challenge though, since what's being made here is rooms to be stuck together by the procedural engine, just like in some other Arcen games, but this time it's in 3D!  Some very different concepts at work with that sort of thing.   Part of the challenge will be keeping the rooms interesting and varied from a gameplay standpoint, but also having them make sense visually.  Cant be having an apartment building with huge rooms full of platforms and catwalks, now can we...

 

SMF spam blocked by CleanTalk