Topic: Help: How to creat a MOD?
Teel what programs I need to make a In-game mod like text bind please ^^
You are not logged in. Please login or register.
Teeworlds Forum → Development → Help: How to creat a MOD?
Teel what programs I need to make a In-game mod like text bind please ^^
Learn C++, learn teeworlds code, then compile it. There's not a complete guide since you have to know that two important things.
text bind mod??? lol
Son,it's not that simple...
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.
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"
Tnks guys
Teeworlds Forum → Development → Help: How to creat a MOD?
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.