Posts: 1,678
Threads: 58
Joined: Mar 2012
Looks pretty cool. Let me guess... Made with Java? :p
Will your game have a storyline?
Anonymous Wrote:...the world is so much simpler if you just dont give a FUCK...
Posts: 1,222
Threads: 26
Joined: Aug 2008
Made with C# and XNA. Yes it will have a storyline. Most of it is already planned out, and it's got a lot more character interaction than you might expect from this sort of game. It's going to be great.
Posts: 217
Threads: 4
Joined: Mar 2012
May I ask how you plan to add character interaction into this sort of game?
Posts: 1,222
Threads: 26
Joined: Aug 2008
05-07-2012, 12:15 PM
(This post was last modified: 05-07-2012, 12:16 PM by Hoeloe.)
For one thing, each character is connected to the other characters via a radio. At any point during a level (in story mode only), they can chime in and have a conversation (with full voice acting). Between levels, we have a system of cutscenes to allow characters to interact with each other when not in their ships. Instead of treating this like a game when writing the story, we've treated it like a story that happens to fit to a game, thus the characters interact as they would in a book or film, rather than as they would in other games of this genre.
The characters themselves are also designed to have distinct personalities and relationships with other characters. One character, for example, is the leader of a team of 3, and really cares about the other members of his team, to the extent that an entire level is based on his blind rage after one of his team is kidnapped.
That enough for you?
Posts: 1,678
Threads: 58
Joined: Mar 2012
05-07-2012, 12:31 PM
(This post was last modified: 05-07-2012, 12:31 PM by ~Axis~.)
I like the storyline and it's style. Sounds really interesting. How much of the game have you finished making? (make it in percents if you don't mind :p)
Anonymous Wrote:...the world is so much simpler if you just dont give a FUCK...
Posts: 1,222
Threads: 26
Joined: Aug 2008
Very little, so far. At the moment, the actual content of the game is at around 0%, since I'm getting the engine sorted out first. In terms of total completion, it's hard to say, but it's probably around 2 or 3%. Progress should come quickly once the engine is done, though.
Posts: 1,678
Threads: 58
Joined: Mar 2012
The game engine is the hardest part to make. It's also the most time consuming. Once that's down, all you have to do is assign properties to the sprites/models (whatever you're using)
Anonymous Wrote:...the world is so much simpler if you just dont give a FUCK...
Posts: 1,222
Threads: 26
Joined: Aug 2008
Technically I'm using sprites, since the models are all pre-rendered.
It's not quite as simple as that, in any case, but that's the general idea.
Posts: 217
Threads: 4
Joined: Mar 2012
Sounds pretty interesting. You seem quite experienced, have you made many games before and have you got any general pointers for making a game?
Posts: 1,222
Threads: 26
Joined: Aug 2008
I made several flash games in the past, but I haven't finished a project for a long time. I've spent a few years practising, just brushing up my skills and the formation of my ideas. This will be my first completed project since 2007.