Game Project
Game Project
It's been a while since I've posted here. I'm working on designing a game engine as I had an idea I liked using the C# language. The game engine is in its very early alpha stages so don't expect much.
The game is sort of in the style of a space shooter. However, you have the ability of 360
The game is sort of in the style of a space shooter. However, you have the ability of 360
Last edited by ExileLord on Wed Nov 29, 2006 4:07 pm, edited 3 times in total.

If there is a problem on the forums, message me through IRC, AIM, or through PM.
Why We Mod - Completed
- xXxCocoFangxXx
- Posts: 3756
- Joined: Thu Sep 08, 2005 9:57 am
- Contact:
-
- Posts: 1557
- Joined: Thu Mar 16, 2006 5:50 pm
- Location: RI
-
- Posts: 1698
- Joined: Sun Nov 07, 2004 12:13 pm
This looks really good, very smooth.
I've been looking into learning C# (XNA for the Xbox 360 uses C#), I'm fluent in Java myself, but from the code you posted, the two look very similar. I've been thinking about using some basic motion parallax to simulate three dimensions in an applet, but I haven't got around to it. Last year in my computer science class, I pretty much got to mess around for the month or so after the AP exam, and I made a pretty simple space game; minus the cool depth part. Although I did do an awesomely complicated missile tracking system (using dynamic control points on a cubic B
I've been looking into learning C# (XNA for the Xbox 360 uses C#), I'm fluent in Java myself, but from the code you posted, the two look very similar. I've been thinking about using some basic motion parallax to simulate three dimensions in an applet, but I haven't got around to it. Last year in my computer science class, I pretty much got to mess around for the month or so after the AP exam, and I made a pretty simple space game; minus the cool depth part. Although I did do an awesomely complicated missile tracking system (using dynamic control points on a cubic B

looking great! i hope this turns out well. sorry, but i know no C# and i'm rusty on C++, looks like it took you forever to do though.
ASPARTAME: in your diet soda and artificial sweeteners. also, it's obviously completely safe. it's not like it will cause tumors or anything. >.>
always remember: guilty until proven innocent
always remember: guilty until proven innocent
- JunkfoodMan
- Posts: 1061
- Joined: Fri Jan 27, 2006 10:18 am
- Location: London, Englandia
- xXxCocoFangxXx
- Posts: 3756
- Joined: Thu Sep 08, 2005 9:57 am
- Contact:
- RaVNzCRoFT
- Posts: 6208
- Joined: Mon Jan 10, 2005 3:05 pm
- Location: Raleigh, North Carolina, USA
![]() |
![]() |
I've been much busier than I used to be, but I try to come on here when I have time. Right now I don't though and should probably work on my Physics work instead of posting this.xXxCocoFangxXx wrote:You're a Moderator Exile, you need to come here more.

If there is a problem on the forums, message me through IRC, AIM, or through PM.
Why We Mod - Completed
- xXxCocoFangxXx
- Posts: 3756
- Joined: Thu Sep 08, 2005 9:57 am
- Contact:
- xXxCocoFangxXx
- Posts: 3756
- Joined: Thu Sep 08, 2005 9:57 am
- Contact:
Nice pointless posts Coco...
This isn't about whether or not Exile gets to keep the Modjob.
As for the game, it looks pretty cool. I'll be looking forward to play it when it's in a more user friendly state and when you let people play it
I've been looking to get into game programming with C# and the XNA studio, so maybe you and I could start to learn something together in the future.

As for the game, it looks pretty cool. I'll be looking forward to play it when it's in a more user friendly state and when you let people play it

-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
- gh0570fchurch
- Posts: 3374
- Joined: Sat Oct 01, 2005 11:04 am
- Location: San Diego Area, CA
- Contact:
![]() |
Re: Game Project
Looks good and good luck.
And
And
you can say that again.ExileLord wrote:It's been a while since I've posted here.
I've posted the new build and moved the old ones into a folder which you can find here. Check the main post for info on changes. I'm still open to suggestions if you guys have any.

If there is a problem on the forums, message me through IRC, AIM, or through PM.
Why We Mod - Completed
-
- Posts: 6
- Joined: Sat Nov 25, 2006 10:00 am
Re: Game Project
Well the problem is that 3d isnt turned on. I know it sounds dumb put you need to turn on 3d for it to work. You know hitman and the maps? well 3d is turned off at that moment to show and overhead view of the actual map. Im serious. I forgot the code to turn 3d on but ill post it when i find/remember it.ExileLord wrote: I'm hoping to eventually get DirectX working with it but that's a far ways off as I have no idea how it works, nor do I want to find out as of now. At the moment, the player is a circle with a line showing the direction he's facing. Debugging information is shown in the top right of the screen.
Ahh i found it its
Code: Select all
d3d_start();
d3d_set_hidden(true);
d3d_set_lighting(false);
d3d_set_culling(false);
texture_set_interpolation(true);
Re: Game Project
This is being written in C# and DirectX is a lot more complicated than that.blueblaster wrote: Well the problem is that 3d isnt turned on. I know it sounds dumb put you need to turn on 3d for it to work. You know hitman and the maps? well 3d is turned off at that moment to show and overhead view of the actual map. Im serious. I forgot the code to turn 3d on but ill post it when i find/remember it.
As for Cuda, I haven't updated my post over since the general chat forum opened up at files. I'll update my main post with a working download link...
ExileLord wrote:I am adding other weapons. Not sure on the idea of powerups though. Made some major changes to the game engine since the last build. I figured out how to do image transformations so I can now have sprites in the game.
Here's a screenshot I just took.
Also, if you were wondering what the hell those lines are on the ship, that's the ship's skeleton. That will be able to move just like how a human skeleton can move. I don't have any images for the ship though but here's a concept image of the ship to give you an idea of what it will look like.
Still looking for suggestions and comments.

If there is a problem on the forums, message me through IRC, AIM, or through PM.
Why We Mod - Completed