1

Topic: LAN Server Help?

Hello
I Have a Quick Question about a LAN Server Ive Been hosting at School For My Friends and I
Ok So First Off, Everything is Going well
I Made My Note Pad Named it autoexec.cfg And i put the Following inside of it

sv_name Death Match!
sv_map dm1
sv_scorelimit 50
sv_timelimit 10
sv_gametype dm
sv_rcon_password remember
sv_motd
sv_max_clients 12
sv_spectator_slots 10

Thats Exactally What I Put in there
And Only 2 out of like 9 People Could Join in and Play, The others Were Spectators(They could not play at all)
I would Like for someone to Tell me the code to get more people to join in and PLay with us.

And For The Second Question.
Ive been getting multiple Requests For Different Maps After Each Round is Over, its always the same Map, And i know how to change it But i have to take down the Server and then Reset it, I would Like For it to Rotate. I just dont know what the code is and where to put it inside my Notepad.

So if anyone Could give me an Example Of what It all Looks Like(The code for More people and map rotates) Then That Would Be Super Amazing! Thank you =]!

2

Re: LAN Server Help?

sv_spectator_slots defines the number of people that are only allowed to be spectators. Reducing this number will result in allowing more people to play. The exact amount of players is alway the the value of sv_max_clients(which defines the maximum of people allowed to join the server) minus the value of sv_spectator_slots.
what you had so far:
sv_max_clients 12 - sv_spectator_slots 10 = >2 players
eg. that would solve your your problem:
sv_max_clients 16 - sv_spectator_slots 7 => 9 players

I suggest you read the docs next time, before asking questions, there you would find the answer to your question as well.

3 (edited by JPOP 2009-05-06 21:07:19)

Re: LAN Server Help?

Xara wrote:

I suggest you read the docs next time, before asking questions, there you would find the answer to your question as well.

Yea Ive Been reading them Like All Day, Just not understanding a Few Parts Of Things

And Thank you For that Answer! That Solves One Of My Problems =]

Just Now ive got to Figure Out Map Roations and Having a Message Pop Up Every time Someone Joins in The Server


Thanks! =]


EDIT::: Also For Maps, Is there a List of all the map Names or something cuz like In     sv_map dm1
Its at 1, Does anyone know How far that number goes? Thank You Again xD =]!

4

Re: LAN Server Help?

sv_motd write your message to pop up here.
sv_maprotation dm1 dm2 dm6 ...
big_smile

Bye.

5

Re: LAN Server Help?

the offical maps are:
dm1, dm2, dm6, dm7, dm8, dm9
ctf1, ctf2, ctf3, ctf4, ctf5

all aof the should be in your /teeworlds-0.5.1/data/maps folder

6

Re: LAN Server Help?

The standard maps are:

dm1

dm2

dm6

dm7

dm8

dm9

ctf1

ctf2

ctf3

ctf4

ctf5

so you can do like:

sv_maprotation dm1 dm2 dm6 dm7 dm8 dm9

for DM and:

sv_maprotation ctf1 ctf2 ctf3 ctf4 ctf5

for CTF..

if you want to change map after the round is over you need to set a rcon password like this:

sv_rcon_password password1

and wen you have loged in you can type:

sv_map "and then the name of the map" with out quotes and .map at the end" like this:

sv_map dm2


hope this helps.. big_smile

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

7

Re: LAN Server Help?

MertenNor wrote:

hope this helps.. big_smile

MertenNor

That Helped Alot! =]
Thanks For That Info! =]

8

Re: LAN Server Help?

JPOP wrote:
MertenNor wrote:

hope this helps.. big_smile

MertenNor

That Helped Alot! =]
Thanks For That Info! =]

ha any time wink

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

9

Re: LAN Server Help?

MertenNor
Ive got another Question haha, Sorry For Bothering you But I was reading This Stuff about Tunning And Im So Confused on what To Do, Like for ground_control_speed 50.0
This is What it Looks like

sv_name Death Match!
sv_maprotation dm1 dm2 dm6 dm7 dm8 dm9 ctf1 ctf2 ctf3 ctf4 ctf5
sv_scorelimit 50
sv_timelimit 10
sv_gametype dm
sv_rcon_password remember
sv_motd Death Match Presented To You By JPOP
sv_max_clients 17
sv_spectator_slots 1
sv_warmup 30
ground_control_speed 50.0

I put that in my autoexec.cfg File, Is that Where its Supossed to Go? I cant Really Figure out this Tunning Stuff =[
If you know please help =] Thank you! =]

10

Re: LAN Server Help?

you cant tune your server with a standart gametype like "dm". It will be reseted automatically to standart wink
and the command should be like that:
tune ground_control_speed 50.0

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 ^^

11

Re: LAN Server Help?

Sushi Tee wrote:

you cant tune your server with a standart gametype like "dm".

Ohhhhhhhhh?
Then What Type of Game Can Be Tuned? Like Capture the Flag, Team Deathmatch?

12

Re: LAN Server Help?

you can't tune standart gametype named dm,tdm,ctf... so, you need some programming skills or use limited mod gametype (sv_gametype mod)

Icq 356259771
JID:wixur@jabber.ru

13

Re: LAN Server Help?

set sv_gametype mod . If you can  compile hen you can make your own mod...or someone can do it for you.

Bye.

14

Re: LAN Server Help?

dinosmoothie wrote:

you can make your own mod...or someone can do it for you.

Yea, I Have No Idea On How to Piece All Of This Together, I mean If Someone Got It Started then I Could Make All the Commands To what i want them to be like the Gravity and Stuff, But for now Ima Wait to See if Anyone is nice Enough To Start one For Me =]

That Would Be Nice =]
Thank You For The Replys
And Thanks To Whoever Makes That For me, Its Greatly Appreciated =]

15

Re: LAN Server Help?

So you want to use the "mod"gametype but you want to change display of the gametype e.g sv_gametype cool . Or something like that? I could build it for you if i have time, but you'll need to tell me if you want teamplay and what you want the gametype to be called. big_smile

Bye.

16

Re: LAN Server Help?

dinosmoothie wrote:

So you want to use the "mod"gametype but you want to change display of the gametype e.g sv_gametype cool . Or something like that? I could build it for you if i have time, but you'll need to tell me if you want teamplay and what you want the gametype to be called. big_smile

=] Thanks Dude =]
Ummm, Yea Make it Team Play and Just Call it Gametype Happy

If you want to know anything Else Just Ask =]
Thanks Dude, Appreciate it =]

17

Re: LAN Server Help?

New problem
So i made a config.cfg file and Put all the Tunes i Need in it And When i Open the Rcon in game and type in exec config.cfg
It says its changing the ground speed to what i put it as and then it says "reseting tuning due to pure Server"

What does that mean?

18 (edited by DinoSmoothie 2009-05-14 21:22:34)

Re: LAN Server Help?

That means that the gametype is dm, tdm or ctf. Remember, you have to have a custom gametype to tune. Are you on windows? I can only build for windows, im just gonna assume you are and build it. When ive built this for you all the config stuff will work, just relax xD.
EDIT:
Done for windows! http://filebin.ca/pdrqaj/teeworlds_srv_JPOP.exe

Use all the normal tunings and stuff you want and if you want the tdm gametype then do:
sv_gametype happy

If you want the dm gametype then do:
sv_gametype hapdm

And if you want ctf gametype then do:
sv_gametype hapctf

Have fun!

Bye.

19

Re: LAN Server Help?

Hey, Thanks For making That For Me man, Greatly Appreciated, But Im So Confused Now.
I Downloaded that File, Put it in My Teeworlds Folder, and Then Changed the gametype to happy and Ran it but it wasnt showing up under LAN Servers In game?

This is what my Autoexec looks like now

sv_name Death Match!
sv_maprotation dm1 dm2 dm6 dm7 dm8 dm9 ctf1 ctf2 ctf3 ctf4 ctf5
sv_scorelimit 50
sv_timelimit 10
sv_gametype happy
sv_rcon_password remember
sv_motd Death Match Presented To You By JPOP
sv_max_clients 17
sv_spectator_slots 1
sv_warmup 30

Any Idea Whats Wrong?

Thanks Again For Making that

20

Re: LAN Server Help?

When it should be under LAN Servers in game,
you've got to add

sv_register 0

to your autoexec.cfg.
Then the server is shown under LAN Servers.

21

Re: LAN Server Help?

Yea...put sv_register 0 wink

Bye.

22

Re: LAN Server Help?

Ha, I give up Dude, It still aint Showing, Maybe in doing something wrong =P

23

Re: LAN Server Help?

Dunno lol. So it does show up on the internet right? thne set a password for it e.g
"password jpop" in the config.

Then tell your friends and you can play privately smile

Bye.

24 (edited by JPOP 2009-05-16 15:15:18)

Re: LAN Server Help?

Dunno, Lol, Ill check it on the Internet, Never Even looked there xD

EDIT::: Yea, Its not under Internet Either =\

25

Re: LAN Server Help?

oO run your server and then go on the lan tab...in the bottom right box where it normally shows a load of dots and numbers, type localhost:8303 in it. If that doesn't work then check all the filters and make sure your not looking for a certain gametype or map name in the search boxes.

Bye.