Search found 55 matches

by AlexZ
Aug 30, 2007 7:39
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Moon Project Beta 1 Ready!

Hey guys, I've done some work on the game, it's still not done and major parts are missing but it's going forward ;-) The major changes are - new music - main menu - updated HUD - freetype fonts - highscore list - gameplay adjustments Also I squished some bugs and the code is a tiny bit cleaner. The...
by AlexZ
Aug 23, 2007 14:15
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Alright, here's the latest status of my project folder. It has the .bas files for everything I've done so far, the game in 2D_fbgfx and some tests in 2D_opengl, isometric_fbgfx and 3D_opengl. You can use the arrow keys to rotate and zoom in opengl, the isometric engine can also scroll around. I've a...
by AlexZ
Aug 22, 2007 9:03
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Nice progress with the buildings but please stop working on it for now, here's why: I haven't had much time but I made 2 new versions of the engine. One is 2D like with a top view and you can freely zoom in and rotate, the other mimics a isometric view style where you can also freely rotate and zoom...
by AlexZ
Aug 19, 2007 8:18
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Hey, Dr_D, the second image is incredible! and yes, I'm definitely going to use OpenGL now :-) Been thinking about the texture size, if you recommend 256x256 then I think let's use that. I will look at your code samples at c0de.aknerd.com and also the formation code and work on it as soon as possibl...
by AlexZ
Aug 15, 2007 6:51
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Wow, since this is the first time I'm programming a game I'm really surprised about all the things you have to think of. The complexity is rising linearly ;-) Dio: I fixed all the bugs, thanks for pointing them out. I know the game goal isn't very challenging. Actually I just starting coding it with...
by AlexZ
Aug 14, 2007 19:02
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Here is a new version of the game with minor updates. See the changelog for what is new or read below: Fixed: - fixed green paint bug - fixed energy/population not decreasing when demolishing buildings Added: - switch HUD on/off with TAB - stop music with "s", increase volume with "q&...
by AlexZ
Aug 13, 2007 16:52
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

Thanks again for the feedback :-) Dr_D: Nice work, can you apply final textures and show me some other buildings if it's not too much work? Will probably use your buildings if they are going to look as good as I think :-) I'd also need ground tiles that link the different ground types. Like dust to ...
by AlexZ
Aug 11, 2007 6:57
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

BTW, is this a final version for you, or you plan to add some major changes? I'm asking because of http://games.freebasic.net ? P.S. Please including documentation with future projects. Espacially with games that need it, like yours. I'll never understand people not writing them. Maybe I'll do some...
by AlexZ
Aug 10, 2007 14:56
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

D.J.Peters wrote:nice how do you get 130 fps?

Joshy
Is that a lot for you? I only have a Core Duo processor with 1.66 GHz. My brother has over 500fps on his PC :-P

By the way, is the screenshot broken?
by AlexZ
Aug 10, 2007 13:47
Forum: Game Dev
Topic: RTS: Moon Project v0.5 released!
Replies: 95
Views: 58218

RTS: Moon Project v0.5 released!

UPDATE v0.5 - 04 Jan 2008 New version of the game available! Get it here ! Screenshots http://image-upload.biz/files/04f02759be10bfbfc39ca4cdc.png http://image-upload.biz/files/350f96adf076d0eaa28321ced.png http://image-upload.biz/files/da0d129919072aab7775f8101.png Hey there, I made my first small ...