Operation: Tank Command [My Indie Game]
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: Operation: Tank Command [My Indie Game]
Always research your chosen engines first. Research is basically step one of any development document.
-
- Posts: 867
- Joined: Wed Apr 18, 2012 11:37 pm
Re: Operation: Tank Command [My Indie Game]
Well I had a lot of successes with GM 8 in the past, but I guess time has caught up to me.edward850 wrote:Always research your chosen engines first. Research is basically step one of any development document.
"everything changed when the windows 8 attacked".
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: Operation: Tank Command [My Indie Game]
Uhm... Windows 8 is the natural progression of time. DirectX 8 is about 15 years old. The fact that people apparently use GameMaker without noticing this raises some interesting questions. Doesn't Spelunky use GM, or is that a different engine?
-
- Posts: 867
- Joined: Wed Apr 18, 2012 11:37 pm
Re: Operation: Tank Command [My Indie Game]
Spelunky, indeed uses Game Maker.edward850 wrote:Uhm... Windows 8 is the natural progression of time. DirectX 8 is about 15 years old. The fact that people apparently use GameMaker without noticing this raises some interesting questions. Doesn't Spelunky use GM, or is that a different engine?
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: Operation: Tank Command [My Indie Game]
Then how is that not using DX8? Specifically, it runs off 9.0c.
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: Operation: Tank Command [My Indie Game]
Except I seem to recall it does? The one time I tried running it on an underpowered laptop (600 MHz Pentium 3 running Windows XP on 256 MB RAM), it complained that it couldn't create a D3D 8 drawing surface.edward850 wrote:Then how is that not using DX8? Specifically, it runs off 9.0c.
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: Operation: Tank Command [My Indie Game]
The store page says 9.0c, but from reading the community hub it looks like that was due to an update (DX8 certainly doesn't have Xinput support, after all). So I'm not actually even remotely sure what it's actually doing anymore.
One would hope it's not mixing APIs.
One would hope it's not mixing APIs.
-
- Posts: 1268
- Joined: Wed Jul 20, 2011 4:24 pm
Re: Operation: Tank Command [My Indie Game]
You could actually use Doom engine (ie gzdoom/zandronum) to make a game like that.
I already did an experimental 2D project, I first did the demo game using SDL, and it was a pain in the ass.
What I did on SDL for about 2 full days (48hours programming) I just too hmm 4 hours in Doom '-'...
Idk how about selling stuff using id tech 1 engine, but using some special version of gzdoom where you doesn't have the software render and fmod would be a good start....
Or go to unity, it's free, and there's a really good multiplatform support.
I already did an experimental 2D project, I first did the demo game using SDL, and it was a pain in the ass.
What I did on SDL for about 2 full days (48hours programming) I just too hmm 4 hours in Doom '-'...
Idk how about selling stuff using id tech 1 engine, but using some special version of gzdoom where you doesn't have the software render and fmod would be a good start....
Or go to unity, it's free, and there's a really good multiplatform support.
-
- Posts: 867
- Joined: Wed Apr 18, 2012 11:37 pm
Re: Operation: Tank Command [My Indie Game]
I might not really jumping into commercial games just yet.ibm5155 wrote: Idk how about selling stuff using id tech 1 engine, but using some special version of gzdoom where you doesn't have the software render and fmod would be a good start....
Or go to unity, it's free, and there's a really good multiplatform support.

As for unity, i need to get more experience with JavaScript. I only know basic C++ and now learning advanced stuff (and failing at it miserably) so it's gonna be a long while before I jump to other engines.