2d mod?

2d mod?

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
User avatar
Muzic
Posts: 950
Joined: 09 Aug 2006, 07:08

2d mod?

Post by Muzic »

Im wondering what it would be to have a 2d mod. Becuase I reallllyy want to make this mod I have in my head, its a 'space' rts (funny becuase its 2d) but I want everyone to be able to play exorbitantly huge battles.

My questions are..

Can you make a 2d mod?

Would you get better performance becuase of the lack of triangles to draw from your GPU? Basically the mod would have the kernel panic feel, but 2d and..space ships ^^;.
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Post by Neddie »

I think you could have flat models, but... hurm.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

What exactly do you mean with 2d?
User avatar
hunterw
Posts: 1838
Joined: 14 May 2006, 12:22

Post by hunterw »

why
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Post by Guessmyname »

Use the icon system
User avatar
Zpock
Posts: 1218
Joined: 16 Sep 2004, 23:20

Post by Zpock »

No point, the GPU will not do any work and the CPU will be bottlenecked by things unrelated to rendering like pathfinding etc.
User avatar
1v0ry_k1ng
Posts: 4656
Joined: 10 Mar 2006, 10:24

Post by 1v0ry_k1ng »

make the mod for OTA
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

Are you serious?
I would suggest using some other engine.
User avatar
Muzic
Posts: 950
Joined: 09 Aug 2006, 07:08

Post by Muzic »

Like what engine <3?
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Post by smoth »

Ta supports sprite based units. Spring can do it via lua I am sure but I have no idea where to start to tell you how to do that.

Sorry the guys are so strong but the thing you need to understand is to us, 2d is like taking a step backwards. As in the lua forum located on this site. I am pretty sure that there would be a way to do sprites in lua.
User avatar
Tim Blokdijk
Posts: 1242
Joined: 29 May 2005, 11:18

Post by Tim Blokdijk »

Muzic wrote:Like what engine <3?
Maybe stratagus?
http://www.stratagus.org/
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Post by Argh »

Um, you could just use the Icon system to make a 2D mod... set the distance to absurdly-small, so that everybody always sees icons... use point-based models with children-points (for turret control) and add some sounds and FX, and yer done. Very easy to do.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Problem is the icon distance is a user setting, not a mod setting.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

The mod can set a multiplier though, there's a limit to the icon distance the player can set. In CvC I forced upgrades to appear as icons even at very short distances. To be fair I haven't tried setting my icon distance to the maximum yet, I keep it relatively low because at some distance you're not going to be able to tell stuff apart anyway.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Post by zwzsg »

Ta supports sprite based units.
Oh really? Unless you mean something like my naked santa and majorette tankwhich are actually 3d units, but with a script that constantly counter the unit rotation, show one face at a time and hide the others, faces which use textures with transparent pixels, so they don't benefit from any speedup real sprite would have, I have yet to see sprite based units in TA.


And as it has been said, graphics aren't the bottleneck in Spring, you can have 3000 poly models or 2D icons, it doesn't matter: the maximum size of battle before average computer choke will be limited by the "SimTime".
Post Reply

Return to “Game Development”