changing groundplates

changing groundplates

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
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

changing groundplates

Post by Hoi »

so, i might be making a mod with a bio faction, what if i want buildings that have some kind of aura, corrupt the ground so the ground around buildings would be... diffrent, this should damege enemies or something like that and, if i build 2 buildings in a certain radius the corrupted ground should connect. is this possible?
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: changing groundplates

Post by Guessmyname »

(in before 'LUA')

The ground thing should be doable using ground decals. For damaging enemies, just give the building the appropriate weapon? It should attack any enemy that comes close automatically. Fiddle with the animations and effects to make it look like it's coming out of the ground, voila.
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: changing groundplates

Post by Hoi »

Guessmyname wrote:(in before 'LUA')
For damaging enemies, just give the building the appropriate weapon?
what weapon should i use? becaus the goal is to be able to damedge(yes, i dont know how to write that :P) enemy unitS if they step on an area on the floor, now i think of it, the water in speedmetal damages, but can i do this not map-whise, and can i let it not do anything/heal against my own units?
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: changing groundplates

Post by Guessmyname »

Well, I suppose you could alternatively just LUA it so that all enemy units that go within a certain radius of the building suffer damage whilst friendly units are repaired. That would probably be the best way of doing it.
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: changing groundplates

Post by Hoi »

Guessmyname wrote:Well, I suppose you could alternatively just LUA it so that all enemy units that go within a certain radius of the building suffer damage whilst friendly units are repaired. That would probably be the best way of doing it.
Me+Lua=Image

but i could try it :-)
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Re: changing groundplates

Post by yuritch »

Damaging aura = large AoE (but zero impulse), invisible projectile (and explosion) weapon that is set to not damage the unit that fired it (noselfdamage=1) and that is detonated under the building by COB script every few frames. Might need some adjustment to not damage friendly units as well.
User avatar
Pendrokar
Posts: 658
Joined: 30 May 2007, 10:45

Re: changing groundplates

Post by Pendrokar »

Does that mean you are throwing Tower Defence 4D away?
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: changing groundplates

Post by KDR_11k »

Lua makes this easier.
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: changing groundplates

Post by Hoi »

Pendrokar wrote:Does that mean you are throwing Tower Defence 4D away?
would you feel sad if i did?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: changing groundplates

Post by AF »

It would certainly entertain many people if you did
User avatar
Pendrokar
Posts: 658
Joined: 30 May 2007, 10:45

Re: changing groundplates

Post by Pendrokar »

Hoi wrote:
Pendrokar wrote:Does that mean you are throwing Tower Defence 4D away?
would you feel sad if i did?
To be honest... no absolutely not. 8)
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: changing groundplates

Post by Hoi »

Im going for the elementals mod, but i have some problems, like modeling living things, robots: no problem for me but i just cant get humanoids right, and i still need to learn bos/cob, but, i know what i want to make, what factions, what they are going to do, ect the thing i need to do first is just practice making humanoids and get them ingame, and after ive got some units i will think about the groundplates thing, custom nanosprays and cool effects with lua, but its going to take a while and some help would really eh.. help :P
Post Reply

Return to “Game Development”