New Space Game

Started by
5 comments, last by MarcusMaximus04 12 years, 5 months ago
I've started working on a new game and decided to try to both get the word out and take a measurement of community interest.

The idea came from loving older games like the Escape Velocity series and (to a somewhat lesser extent) Star Control 3. It's been a while since I've seen a new one of that genre of exploring space, dealing with a range of hostile to peaceful aliens, conquering planets, etc. and I figured those games are extremely fun and could really use an injection of more modern graphics and gameplay.

My idea is along the same lines, to have the player take on the role of a human captain, initially with a weaker ship, and roam around randomly generated solar systems with groups of randomly generated aliens to act as both helpful NPC's and enemies. There'll be a kind of stellar map, showing systems that the player has discovered and where bordering systems are(ala Escape Velocity). The player can travel, in a top-down view, around the current solar system, and then it'd switch to a first-person or 3rd person(I haven't decided yet) view when they get close enough to one of the planets. Obviously, the player will later on, through some kind of standard currency and trade/looting be able to upgrade his/her ship and equipment, with a hopefully wide array of both.

For the look of the planets, I'm currently thinking of using Perlin noise to randomly generate terrain, which will be used to generate both texture and normal maps. For both the stars and weapon/exhaust effects I'm planning on heavily leaning on particle effects, likely with some post-processed refraction effects based on a heat value for the particles.

All the planets, ships, etc, are currently made with realistic values(i.e. I looked up standard ranges for masses of stars and planets, distances between them, etc) and use gravity based on the gravity equation to govern orbits and the like(I used the centripetal velocity equation in reverse to calculate the needed speed of the planets to keep them perfectly in orbit around the star).

I'm currently doing all the work on this project myself(from the code to the art assets made in blender). I believe this project should enable me to do all the work myself, since most of the art assets will be procedurally generated, outside of the 3d models.

Finally, for platforms, I'm currently doing all the development in ubuntu using OpenGL(my machine is currently running version 4.1, but, at least for now, I don't believe I'm using any features beyond 2.0) with glut and targeting both standard linux and Android(obviously without GLUT and with OpenGL ES 2.0 instead of OpenGL 4.1) simultaneously. I'd also like to release a windows version, the feasibility of which will likely depend on how easy it will be to port, though I don't foresee any major problems.

Anyway, I'll try to post some screenshots as soon as I have something even remotely worthy of showing off(for the moment both my planets and ship are multicolored triangles), but thoughts?


Update: So, a lot has changed. I now have fully working refraction effects working on both PC and android versions(for android only the ship's exhaust uses the refraction effects, as turning them on for the sun slows things down WAY too much). I also have now implemented a behind-the-ship mode. Right now it can be manually switched into, though in the final version, I'll likely make it just automatically switch when you get close enough to a planet. My particle effects are looking a lot better as well. Anyway, enough talk, here's some screenshots(for bigger, better versions of these, look here: https://picasaweb.google.com/MarcusMaximus04/SpaceGame?authuser=0&feat=directlink):
SC20111026-135840.jpg SC20111026-141635.jpg SC20111027-092004.jpg


SC20111026-135815.jpg SC20111026-141642.jpg


SC20111026-141558.jpg SC20111026-141652.jpg


SC20111026-141604.jpg SC20111027-094219.jpg

All of these are screenshots taken from my Droid Charge android phone, as was this (admittedly, unfortunately low quality) video:

[media]
[/media]
Advertisement
Hi Marcus. I don't think you can make realistic representation of planets and distances; they're simply too big.
But do post some screenshots of you progress and I'll be happy to offer you my [color=#1C2837][size=2]thoughts. Good luck! ;)

??? Legen... wait for it... dary Game Art for your every needs! ???

keep it up :)
---------------------------------
FAR Colony http://farcolony.blogspot.com/

Hi Marcus. I don't think you can make realistic representation of planets and distances; they're simply too big.
But do post some screenshots of you progress and I'll be happy to offer you my [color="#1C2837"]thoughts. Good luck! ;)


Sorry, didn't mean to imply that I'm using realistic values for everything. I'm just using realistic distances and masses. For the actual size of the planets and the ship, both are scaled up pretty significantly so they're actually visible in the solar system view. For the planetary view, I'll probably try to scale them to realistic values, depending on how that ends up looking/playing out.

Also, for the terrain, it won't be interactive in any way, I'm just planning on using randomly generated terrain to make texture and normal maps for the planets so when you look at them, they look like real planets. This is where realistic values for size in the planetary view might end up having problems, since I obviously can't have these textures be too high of resolution. We'll see how it works out.

For the last unrealistic value I can think of that I'll be using: time. At least in the solar system view, time will be fairly massively sped up, so you can actually see the planets orbit without waiting months/years in real time. I'll probably just explain away the massive amount of in-game years that'll pass by because of this with: "It's the future. People live longer."
I've made significant progress since last posting here so I figured I'd post an update. I now have perlin noise terrain generation for the planets working and creating randomized textures for them. I've also added a 3d model for the ship. Right now the ship is just piggybacking off one of the planet's textures until I can devote some time to making one for it. I've also tweaked the sizes of the planets and the ship. Not a big deal, just bigger planets and a smaller ship seemed right to me.

I have a screenshot of the newest build running on my android phone attached to the first post.
Another status update. I now have my particle system up and running. Definitely makes the sun look a LOT better.
Fairly massive update. Just to let you guys know I'm still working on this ;).

This topic is closed to new replies.

Advertisement