Page 1 of 1

Wanting To Make A 'vs Superplayer' Gametype

Posted: Sun Sep 18, 2011 5:26 am
by The Vet
Hello!

I've recently started playing Team Fortress 2 (team-based FPS like BZFlag). There's a game type there that I really enjoy called 'vs Saxton Hale'. It's where a whole team is pitted against a player who has super health and only a very high melee attack; similar to BZFlag's Rabbit Hunt except the rabbit is super'd.
I would like to bring this game type into BZFlag if it hasn't been already. How would I go about developing such a game type?

The Particulars I Am Considering:
  • Super Rabbit has hitpoints determined by opposing team size and strength. Better/more players result in a stronger Super Rabbit.
  • Super Rabbit has only a short range weapon such as SR or a small-radius SW. Can't change weapon.
  • Rabbit Handoff is either standard (Rabbit killer becomes next Rabbit) or is determined at random.
  • Scoring is either standard (one kill makes a point) or is counted by the number of times you hit the Super Rabbit/how many players the Super Rabbit kills.
What do you guys think?

- The Vet

Re: Wanting To Make A 'vs Superplayer' Gametype

Posted: Sun Sep 18, 2011 5:50 am
by blast
Hitpoints can sorta be done with a plugin and shield flags. You could repeatedly give a tank shied flags when they get hit. This isn't perfect, of course, since lag would come into play, and some flag powerups (like SR) would kill them anyway. The client still decides if they die, so you can't really override that.

You can't set the SW radius for a single tank. So it would either be small for everyone or noone. Also, you can't prevent a tank from dropping a flag - you could just give them the flag back, though. (Also, you might be able to do it if you modify bzfs and set the "sticky" bit. I can't recall if that is client-side or server-side though.)

The last two things should be easy with a plugin though. The rabbit selection can be handled in a bzfs plugin, and you can override player scores properly in 2.4.x.

Re: Wanting To Make A 'vs Superplayer' Gametype

Posted: Sun Oct 09, 2011 11:16 pm
by The Vet
blast: Thanks!

Re: Wanting To Make A 'vs Superplayer' Gametype

Posted: Mon Oct 17, 2011 7:24 pm
by FangUp
Tell me, The Vet, did you copy that idea by either of this two games: RuneScape or MineCraft ? (: Just curious.

Re: Wanting To Make A 'vs Superplayer' Gametype

Posted: Mon Oct 17, 2011 8:22 pm
by Mark_IV
FangUp wrote:Tell me, The Vet, did you copy that idea by either of this two games: RuneScape or MineCraft ? (: Just curious.
Read his post, he got it from Team Fortress II

Re: Wanting To Make A 'vs Superplayer' Gametype

Posted: Mon Oct 17, 2011 8:59 pm
by FangUp
Ah i see