RED - An Adventure on Mars WIP

Hello everyone,

In the past month I’ve been working with AC and Unity, learning each day, asking for help and such.

I’m creating a very small adventure game about an astronaut (John) sent to Mars to find out what happened to the previous explorers, that went missing. His only link to earth, during this mission, will be an AI named Elle.

It’s a First Person Adventure, featuring:

  • Real Mars topography, from NASA, obtained from Curiosity;
  • Real NASA 3D models;
  • A lot of material creation / editing;
  • Full voice SFX.

It’s going to be free, since It’s a learning process for me.

Please check the first screens,

alimpo83

3 Likes

I really like the idea of the real topography, and the screenshots so far look pretty good.

Keep up the good work! :slight_smile:

Thanks RavenOfCode!

UPDATE

  • Implemented the “player limits” concerning freeroam. The player is now “stopped”, while listening to a warning from ELLE, but still can walk in anyway he wants, in the “mission area”, which is about 100x100meters, with an huge crater, and its surroundings.
  • Removed MiniMap, since It didn’t gave the gameplay any more substance and I prefer an hudless game screen.

A new screen, trying to get the lighting right.

1 Like

UPDATE 17th February

  • Main Menu finished;
  • Will have to take out any reference to NASA (concerning only symbols) but can use their 3D models;
  • Preparing interiors.

Will soon post a small video.

1 Like

One of the things that really surprised me about NASA’s recently released 360 degree video of the Martian surface (must see, but on a mobile device!) was just how “non-Mars” it really looked. Just like a rocky desert on Earth or something. The one thing I think would make it seem so alien is how quiet it would be. Assuming you were in a suit of some sort, you’d really only hear your breathing, the rubbing of your suit as you moved, and the crunching of rocks and soil beneath your feet, I assume.

@alimpo83 What kind of audio effects are you planning on using to make the environment feel alien?

1 Like

The player only has two sounds, and his voice while communicating with ELLE. While walking you’ll get a breathing sfx, and while running you’ll get a similar one, but a bit faster and stronger. You’ll get the voices from the astronauts and such while listening to comms, but there are no “exterior” sounds. The martian surface is completed by a soft, desolate soundtrack.

That’s really my idea. :slight_smile:

1 Like

A small Alpha gameplay. It has still a lot to be modified, but in this video you can listen to ELLE(yay!) and check the walk/run breathing cycles.

On tests concerning full screen FX, I found the fog even more oppressive than the dark lights. I’m liking the effect. Tell me what you guys think.

2 Likes

Update

Since I’m using mostly free models (it’s both for saving for next games and also to improve reskin capabilities), I’m taking some more time, but it’s coming good. It’s also good for creating new and different prefabs from available meshes.

  • Finished live camera implementation in the game, since I wanted a video of a character, but since I’m in Unity Free, used renderToTexture;
  • I’ve decided to finish implementing all text before creating all the sound, organizing all in-game dialogue;
  • Changed GlobalFog script to suit my needs, simple mod.
  • Implemented manual door openers, created lift and some small assets.

A small screen showing the base model for the astronauts shuttle.

1 Like

Great choice of music! Very bleak and hopeless feeling.

I think the breathing sound while running/tired sounds good, but before that it feels a bit disjointed. Kinda random. But a great start, for sure.

Did you record the breathing sounds and ELLE yourself?

1 Like

The breathing sounds I used a free sound and edited. Still working on them :slight_smile: They work good separated from one another, and when going from walking to running. But I’m still figuring the running to stop or walk to stop fades.

The ELLE speech is recorded through a text to speech app and then edited. I wanted the voice to be realistic enough, but still a little bit robotic, since it’s an AI.

The player voice is going to be fully recorded and added when all dialogues, hotspots and such are added to the main scene.

Thanks for the interest!

Well I have to say, that’s one of the better text-to-speech outputs I’ve ever heard. My experience with British women is sadly limited, but it sounds pretty spot-on to me.

To my ear, it seemed like the breathing noise was only happening while the character was moving. Is this true? And if so, is that what you intended? Because I don’t know about you, but I still breathe even when I’m not moving. :stuck_out_tongue:

Thanks :slight_smile:

And yes, the [NOT] breathing while being still is a bug :stuck_out_tongue:

Update

  • Finished implementing all mechanics on the Mars Scene! :smile:
  • Continue to work on scene 1 decors and details.
  • Started implementing mechanics on scene 2.

In March I’ll release the game. I would like the players to have 30-60 min of gameplay on a first run, and I’m trying to point to that. Maybe next week or so I would like to have beta testers, please leave your name and I’ll put you on a beta testers list.

Thanks!

1 Like

500 views! Yeah!

Been using and modding some of the old unity 3d examples. There are lots of goodies on those tutorials.

Created a Mars hologram, with animation. Since I don’t have the Pro edition, I’m pushing the personal edition to the max to suit my needs. :slight_smile:

1 Like

If you’re using Unity 5, any of the features available in Pro are also available in Personal. This wasn’t the case with Unity <= 4, so older tutorials aimed at the free edition may be having you do workarounds you no longer have to fuss with in 5.

That said, you’ve got a perfectly functional hologram there!

1 Like

The animated textures aren’t, I guess. And that’s what I wanted in a few situations in the game!

That was the only feature I didn’t have in Unity Personal that I needed.

And thanks, It works like a charm :wink:

As far as I know, Unity 5 Pro doesn’t have animated textures, either. You’d have to do the same thing as you did with Personal.

Anyway, looking forward to seeing more!

1 Like

UPDATE

  • I’m now on the process of recording all the SFX voices! It’s taking a while, but It’s coming out nicely.

I’m trying not to rush things.

PS: I’ve bought UFPS, so my next adventure will feature much smoother FP Control, it’s great. I’ve wondered if I should use it on this little adventure, but I’m not going to do so, and try to keep focus.

2 Likes