1

Topic: [SUGGESTION] Looking for very good coders

Ok i have some great ideas!!! wink

First: Buildersmod

Its mod where you can build somethings with the weapon :
hammer--> hammer
pistol--> normal stone (which can get destroyed with 1 hit)
laser--> harder stone (2 hits)
rocket-->really hard stone (5 hits
shotgun--> 4 stones comes in one (1 hit the stones )
sword--> looks like normal stone but if that got destroyed team lose (only 1 player have it in a round and he have to place it)
now you think ok thats shit but now my idea comes!

there are 2 teams so the red team is going to play when blue team is in spectator but they only see a black screen and the time then the team who build have 5 minutes to bulid and protect the swordstone

second:who is the killer???

everytee automaticle chnage name to noname then one tee is the killer nobody knows who it is and only the killer can kill othertees if someone know who it is he write /iknowthekiller then everyteew gots a number and he can press the number what he think is the killer

2

Re: [SUGGESTION] Looking for very good coders

Well, I guess both mods are impossible.
The first mod: You can't create destroyable objects that are variable. Not even with a mod.
And the second one.. How should I know wich Tee is e.g. number 5 when there are no names etc?
And it would be too easy. You get killed, see his skin and do it. And you can abuse the funktion, by just entering any number. If you're lucky, you win. If not, I guess you'd be a spectator. So.. No.

- Pocram

» Use the Search-Function before asking questions!

3 (edited by Lappi 2009-06-27 13:17:03)

Re: [SUGGESTION] Looking for very good coders

If you are looking for a slower gameplay in which you can build things, maybe you should take a look at Clonk: http://www.clonk.de/news.php?lng=en there are some old versions which are opensource and free.

I guess the other ideas are neat, but do not suite a faster teeworlds (IMHO).

And you should take a look at this wikipedia-page which says:Another rule is to avoid typing in all caps, which is considered to be the equivalent of shouting or yelling.

Seriously: Stop it!

Question? search function
Short movies? Lappi's link loft
Teeworlds info'n'tuts on gfx? Landil's sketchbook

4

Re: [SUGGESTION] Looking for very good coders

ok another mod

car

just amod where you can drive cars to be faster or you can use a helicopter (Need to press w to get up)

5

Re: [SUGGESTION] Looking for very good coders

Pocram wrote:

Well, I guess both mods are impossible.
The first mod: You can't create destroyable objects that are variable. Not even with a mod.
And the second one.. How should I know wich Tee is e.g. number 5 when there are no names etc?
And it would be too easy. You get killed, see his skin and do it. And you can abuse the funktion, by just entering any number. If you're lucky, you win. If not, I guess you'd be a spectator. So.. No.

- Pocram

Everything is possible, but some mods need a custom client.

6

Re: [SUGGESTION] Looking for very good coders

Car mod, just animate the car on a map so it follows he plaer, no mod needed. Not possible to make new keys to go up and stuff.

Bye.

7

Re: [SUGGESTION] Looking for very good coders

ok but a mean that you are faster in the car and you can get out off it and jump with it everytime everywhere

8

Re: [SUGGESTION] Looking for very good coders

Can someone pls make a tutorial on how to make a mod for teeworlds then i maybe i understand better

9

Re: [SUGGESTION] Looking for very good coders

Chris787 wrote:

Can someone pls make a tutorial on how to make a mod for teeworlds then i maybe i understand better

It is very hard to make a how-to-mod-tutorial.

10

Re: [SUGGESTION] Looking for very good coders

just try it explain the basics and so on

11

Re: [SUGGESTION] Looking for very good coders

Chris787 wrote:

just try it explain the basics and so on

You have to learn a whole coding-language!
This isnt just summed up in a few sentences...
You will need time to understand everything and code in efficient ways. I suggest you buying a book of C++ to learn it.

When you know c++ well, then download the teeworlds source and check the support section for knowing how to compile it.
Then change the things in the source you want to be different, compile it, and you got the mod.

Dont put questions about this post before you know C++.
In the books you will be teached what words like "compiling" mean.

~{MonkeyStyle}~ - Instagib Teeworlds Clan
VISIT US: http://monkeystyle.xooit.com/
Check out our IRC channel: #monkeystyle on QuakeNet || Also check out the TeeWiki: http://teewiki.info

12

Re: [SUGGESTION] Looking for very good coders

ok but can someone pls make this mods?

13

Re: [SUGGESTION] Looking for very good coders

and 1 other idea i think its simple for good moders just a new weapon a machine gun its shoots like pistol only faster and 15 shoots

14 (edited by Tee Killa 2009-06-27 19:50:34)

Re: [SUGGESTION] Looking for very good coders

First please use the edit function!

Pocram wrote:

Well, I guess both mods are impossible.

Lappi wrote:

Seriously: Stop it!

Those two guys, I think, know TW and everything about it very well... Trust them and stop it wink

EDIT:

and 1 other idea i think its simple for good moders just a new weapon a machine gun its shoots like pistol only faster and 15 shoots

Have a look at this: Fire Mod

» Use the Search Function before opening multiple topics...
» Member of: JsA - Just stay Alloha! (since 2009)

15

Re: [SUGGESTION] Looking for very good coders

i only got messge "this is not valid zip archive"

16

Re: [SUGGESTION] Looking for very good coders

Sorrry...

CrazyMod
FireMod

» Use the Search Function before opening multiple topics...
» Member of: JsA - Just stay Alloha! (since 2009)

17

Re: [SUGGESTION] Looking for very good coders

ok

18

Re: [SUGGESTION] Looking for very good coders

Tom94 wrote:
Chris787 wrote:

just try it explain the basics and so on

You have to learn a whole coding-language!
This isnt just summed up in a few sentences...
You will need time to understand everything and code in efficient ways. I suggest you buying a book of C++ to learn it.

When you know c++ well, then download the teeworlds source and check the support section for knowing how to compile it.
Then change the things in the source you want to be different, compile it, and you got the mod.

Dont put questions about this post before you know C++.
In the books you will be teached what words like "compiling" mean.

You don't need to know C++ to make a mod. I am very bad at C++, but I learn from the Teeworlds-source, just like some others here (I don't say the names).

19

Re: [SUGGESTION] Looking for very good coders

can YOU pls give me a little tutorial?

20

Re: [SUGGESTION] Looking for very good coders

You can't give a tutorial! Go to  http://www.cprogramming.com/ and try and learnthe language. And i agree partly with kottizen. C++ isn't always needed for simple mods.

Bye.

21

Re: [SUGGESTION] Looking for very good coders

Sure, you dont need to know c++ completely...
I kinda did the same as you, kottizen, once with a lua src xD

Anyways, you will stumble about some spots which you just cant understand... sure you can google for them, but people who cant use google will just post more topics about it here :S

~{MonkeyStyle}~ - Instagib Teeworlds Clan
VISIT US: http://monkeystyle.xooit.com/
Check out our IRC channel: #monkeystyle on QuakeNet || Also check out the TeeWiki: http://teewiki.info

22

Re: [SUGGESTION] Looking for very good coders

ok just say what i have to change if i want to make a instagib mod

23

Re: [SUGGESTION] Looking for very good coders

Chris787 wrote:

ok just say what i have to change if i want to make a instagib mod

Change so the players get unlimited ammo, only the rifle when they respawn, and so no health, lives and weapons are shown in the map.

24

Re: [SUGGESTION] Looking for very good coders

and where have i to change that in teeworlds source are to much files

25

Re: [SUGGESTION] Looking for very good coders

Chris787 wrote:

and where have i to change that in teeworlds source are to much files

Character.cpp
however its confusing what to change...maybe i'll look later and post here.

Bye.