Help! "Last Man Standing"

Discuss programming in the QuakeC language.
Post Reply
Stealth Kill
Posts: 83
Joined: Fri Dec 29, 2006 12:34 pm

Help! "Last Man Standing"

Post by Stealth Kill »

Hi,
Can someone tell me how to make a "Last Man Standing" gameplay mod?
I have no idea how to make gameplay mods.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Post by leileilol »

You count the players in the level with a global float
when one dies, you count it down
when one disconnects, you count it down
when float reaches 1, end game
don't allow respawn
i should not be here
Stealth Kill
Posts: 83
Joined: Fri Dec 29, 2006 12:34 pm

Post by Stealth Kill »

OK thx :)
Baker
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Post by Baker »

Comprehensive tutorial forth coming with example progs.dat ...

I asked Bam to write up an example source for tutorialization earlier in the year similar to the Vote-Map Tutorial. He created the source around March. I'll tutorialize it today.

It is very nice.
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
Post Reply