26

Re: [MOD] Modpack for teeworlds 0.5.1

@azmeuk
what do you want to see in a sample-configuration that is not listed in the option-list?^^
if you are unsure about a option, don't use it and everything is fine or ask for the meaning here wink

@MAP94
Please update your browser or download firefox, that is a problem of old browsers.

@Destiny
The patch is not necessary for hosting a server.
The new modpack is only downloadable from the english site, because the german one provides only old information (i'm too lazy and want to spent my time on better things than translating stuff)

@Wtf-Pepperoni
Sorry, that was a mistake on the site... the sv_spawn_delay option affects every spawn, not only the spawns after a selfkill.

27

Re: [MOD] Modpack for teeworlds 0.5.1

updated for 0.5.1

28 (edited by Sushi Tee 2009-01-25 18:01:44)

Re: [MOD] Modpack for teeworlds 0.5.1

lol... u dind t used the fix which is in the patch i posted wink
compiling for windows impossible ^^

edit: here the windows app: modpack

nad here what u have to change in code:

u have the following in es_server.c:

            int player_count = 0;
            int i;
            for(i = 0; i < MAX_CLIENTS; i++)
            {
                if(clients[i].state != SRVCLIENT_STATE_EMPTY)

remove the first two lines:

            int player_count = 0;
            int i;

and do it like this:

    if(clients[cid].state == SRVCLIENT_STATE_AUTH)
    {
        if(sys && msg == NETMSG_INFO)
        {
            char version[64];
            const char *password;
            int player_count = 0;
            int i;
uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

29

Re: [MOD] Modpack for teeworlds 0.5.1

modpack is woeking but in my settings are no sv_ so i can not make an other map sad and no rcon password sad

here Solek lol
in game The Teelight smile

30

Re: [MOD] Modpack for teeworlds 0.5.1

maybe the docs can help u wink

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

31

Re: [MOD] Modpack for teeworlds 0.5.1

thank you Sushi Tee...
mhm... i thought i took your patch... could be that i swapped it at some point with the old one :-/ sry....

but now it should be the new one again... thanks smile

32

Re: [MOD] Modpack for teeworlds 0.5.1

Great mod !

But can you add the Racemod to this pack ?

33 (edited by Destiny 2009-02-01 12:22:46)

Re: [MOD] Modpack for teeworlds 0.5.1

@scosu

1.
ye thats right but noone minds to get more information or to get the link work by changing the language on the site, thats because i posted my comment smile

2.
i wanted to set up an instagib server with a code like this

sv_gametype ctf-mod
sv_powerups 0
sv_start_health 10
sv_start_armor 0
sv_start_hammer 0
sv_start_pistol 0
sv_start_shotgun 0
sv_start_grenade 0
sv_start_ninja 0
sv_start_rifle 10
sv_rifle_regen 5000
sv_immediate_ammo_regen 1
sv_spawn_powerups 0
tune laser_damage 10

but it doesn't work there are still powerups (health etc. no ninja)

pls help me

by `aka~ Destiny'
Teeworlds-Server: www.destinyhas.gotdns.com:8302

34

Re: [MOD] Modpack for teeworlds 0.5.1

yeah... sry... it's sv_respawn_powerups. if you use that, you can't pickup the powerups. if you update to the newer version, the powerups aren't visible.

35

Re: [MOD] Modpack for teeworlds 0.5.1

What did you mean with "newer version"? i see the porwerups but cant pickup them.

36

Re: [MOD] Modpack for teeworlds 0.5.1

i have a qwestion how i can tune how long the ball is on the playfield when no tee have it?
because when i tune the respawn time it is the repaw time but no ball time oer something like that!

« Owner of Teesites.net
« Domination Mod "Developer"
« Uptee Designer

37

Re: [MOD] Modpack for teeworlds 0.5.1

i mean with "newer version" the updated source... i think the windows one aren't updated yet...

@Fisico: that are standard tunings for the server... search the teeworlds-doku for grenade_lifetime or something like that

38 (edited by ExiseR 2009-03-05 20:49:36)

Re: [MOD] Modpack for teeworlds 0.5.1

could anyone be so kind and compile the last sources for windows?! because they are outdated sad

i would also be happy if anyone could post a step-by-step tutorial for compiling this mod (for windows) or write a link to it smile
i only saw tutorials for compiling teeworlds in general T_T

thanking you in anticipation smile

p.s.: i refer to this -> http://scosu.de/index.php?site=28&language=en

39

Re: [MOD] Modpack for teeworlds 0.5.1

windows binary: teeworlds_srv.exe

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

40

Re: [MOD] Modpack for teeworlds 0.5.1

thank you sushi tee smile i uploaded it again...

btw: changes are for example the nearly bugfree support for more than one ball in the ball-gametype (you can see it at the server Multiball) and bugfree instagib

41

Re: [MOD] Modpack for teeworlds 0.5.1

Hi,
your site is actually dead, and I really need the BALL mod. I can't go on a server without being kicked by players that want to play alone.
Can you upload the patch file?
Thanks.

42

Re: [MOD] Modpack for teeworlds 0.5.1

Hi scosu, can you please tell me your configuration settings for gametype ball(tabletennis)? I want to use same config.

43

Re: [MOD] Modpack for teeworlds 0.5.1

where can I find it for linux?

44

Re: [MOD] Modpack for teeworlds 0.5.1

don't you have a kind of mod download pack so you can download all Mods at once ?

45

Re: [MOD] Modpack for teeworlds 0.5.1

because the ball (granate) respawn too much times,
when the ball have low speed, it return at begin....
how i can set right the variables to solve this problem?

46

Re: [MOD] Modpack for teeworlds 0.5.1

when i draw a map with new entities the server not work....

47 (edited by Dune 2010-03-26 13:58:31)

Re: [MOD] Modpack for teeworlds 0.5.1

What's the prob ?
P.S.: There are poor chances that scosu see this topic before his death, he donest' browse anymore the teeworlds official forum, I think. You'll have higher chances to get an answer from him on his hp (ball.allfex.org) ; but unfortunately, it's in german.

Not Luck, Just Magic.

48

Re: [MOD] Modpack for teeworlds 0.5.1

now inofficial hosted on teeworlds.secu.in too! wink

Official hoster of the Lvl|x servers | lvlx.org
Mirroring popular Mods at teeworlds.secu.in
Hosting tons of Servers on my Gbit Root

49

Re: [MOD] Modpack for teeworlds 0.5.1

all download doesnt work, is this beacouse im in norway? could someone give me a working download link to rapidshare or megaupload or something, i wrealy want the ball mod? xD

Sry if i writed bad english xD

Thanks, AndreasGan wink

50

Re: [MOD] Modpack for teeworlds 0.5.1

AndreasGan wrote:

all download doesnt work, is this beacouse im in norway? could someone give me a working download link to rapidshare or megaupload or something, i wrealy want the ball mod? xD

Sry if i writed bad english xD

Thanks, AndreasGan wink

This is because the topic is really old.

Look at the dates before just posting in threads, the last post was more then a half-year ago.

Also, try to read a bit more before just posting

http://allfex.org/index.php?site=28&language=en

privet