1

Topic: Help: How to creat a MOD?

Teel what programs I need to make a In-game mod like text bind please ^^

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

2

Re: Help: How to creat a MOD?

Learn C++, learn teeworlds code, then compile it. There's not a complete guide since you have to know that two important things. tongue

» Albert Einsteein: I have no special talent. I am only passionately curious.

3 (edited by DARK HUNTER 2011-06-11 20:06:11)

Re: Help: How to creat a MOD?

text bind mod??? lol lol

Son,it's not that simple...

Once in a century...

4 (edited by AwayD 2011-06-12 13:27:12)

Re: Help: How to creat a MOD?

If you want to know how to bind messages
press F1 and type

bind <key> say "<text>"

for multiple commands in one bind add a ';' and type the second coammand e.g.

bind <key> say "<text>";+fire

If you press the key you will say the text and shoot at the same time.

To unbind keys type

unbind <key>

I know you've asked how to make a mod but I somehow doubt that you know what you are talking about and regarding your example I would say youre asking for binds and not mods.

Edit: Dune is absolutely right.
I'm sorry.

5

Re: Help: How to creat a MOD?

bind <key> say "<text>";+fire

AwayD, this, if I remember correctly, will execute:

bind <key> say "<text>"
+fire

Better to place the double quote like:

bind <key> "say <text>;+fire"
Not Luck, Just Magic.

6

Re: Help: How to creat a MOD?

Tnks guys wink

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte