Author Topic: Taunts  (Read 2564 times)

This is a suggestion for a default feature.

This will slowly make Blockland similar to tf2, but probably earn Badspot a crapton of money in the process.
Basically, Badspot would be able to design a taunt system similar to TF2's, and have taunts be submitted through the steam workshop. Badspot approves them, easy money. More money means more development. More development means more happy campers.

I'm also thinking there should be a Blockland Store thing that sells hats and taunts.

Note that this was inspired by this and is probably a bad idea.

You know taunts are in more games than just TF2, other than that I think its a great Idea.



/support

I'm also thinking there should be a Blockland Store thing that sells hats and taunts.
oh god no

I'm also thinking there should be a Blockland Store thing that sells hats and taunts.
No! We payed for this game and we shouldn't pay more.

ive always wanted taunts after sick airshots so yea it'd be pretty cool

No! We payed for this game and we shouldn't pay more.
It's not unheard of for paid games switching to freemium models.

Unless Badspot's "compatibility-breaking update" includes changing how animations work, I can't see this happening in the near future.

How exactly would we get the hats then? Random drops?
I think a store system plus a drop system would be good, since you don't need to pay but if you want to you can (so you don't have to wait)

yo didnt prop hunt gamemode utilize taunts through pressing the light key

same concept concept could be applied to this idea by stripping that mechanic out of the gamemode itself

tho it might b recommended to bind it to something other than the light key since well uh lights are great and all

There's already a number of taunts in the game.

Dry humping

/love

/hate

clicking like loving crazy while jumping and spinning around

jetting away

all the numpad keys

There's already a number of taunts in the game.

Dry humping

/love

/hate

clicking like loving crazy while jumping and spinning around

jetting away

all the numpad keys
That's not what he wants though.

there is a taunt mod from my friend superlegoman100 but idk where it is anymore tho so i dont have the link

I might create taunts in the future.

there is a taunt mod from my friend superlegoman100 but idk where it is anymore tho so i dont have the link

http://forum.blockland.us/index.php?topic=242248.0

This would be awesome, since I got used to playing TF2 and pressing 'G' for taunt all the time, but I would also like a voice command keybind for calling 'MEDIC!' so that teammates can help you.

This would be awesome, since I got used to playing TF2 and pressing 'G' for taunt all the time, but I would also like a voice command keybind for calling 'MEDIC!' so that teammates can help you.

Code: [Select]
$remapDivision[$remapCount] = "Chat Keybinds";
$remapName[$remapCount] = "MEDIC!";
$remapCmd[$remapCount] = "Yell_Medic";
$remapCount++;

function Yell_Medic()
{
    commandToServer('messageSent',"MEDIC!");
}