1

Topic: [QUESTION] How to create a server in wich you can vote for maps?!

I have a race server and i want to make it able to vote other maps or vote tuning like hooklength or jumper_add!
What must i do to make this work?! Thx for every answer!

2 (edited by Whitefire 2009-08-21 12:22:06)

Re: [QUESTION] How to create a server in wich you can vote for maps?!

Oh hehe that is really easy wink

Just add in your config:

addvote sv_map yourmap

Edit:
You just have to write addvote and than the param how it would be written in the rcon or config wink

Example:

addvote tune grenade_lifetime 0
addvote tune grenade_lifetime 1

Now player can vote for turning it on and off smile

Avatar by Crises
Tee-Project - Website coming soon... [http://project.tee-city.net]

3

Re: [QUESTION] How to create a server in wich you can vote for maps?!

oh thank you so fast answer big_smile
very nice i'll try it now and tell u wheather  it works big_smile
thanks wink

4

Re: [QUESTION] How to create a server in wich you can vote for maps?!

nice it works smile
thank you very much wink

5

Re: [QUESTION] How to create a server in wich you can vote for maps?!

oke not everything works..
i wrote in my .cfg:

addvote tune hook_length 9999
addvote tune hook_length 380

but in the server i cant vote hook lenght.. pls help smile

6 (edited by Mikael96 2009-08-21 13:21:55)

Re: [QUESTION] How to create a server in wich you can vote for maps?!

Use button called "Edit" xD

EDIT (xD): Wow really fast asnwer, one minute smile

7

Re: [QUESTION] How to create a server in wich you can vote for maps?!

No problem you're welcome wink

Yep next time please make use of the "edit" button xD Otherwise the moderators could be a bit angry with you wink

Sry I don't know why hook_length doesn't work, I never used this two commands. But what happens? Are the votes gone? Or do the tuning params not work? Have you tried to type them into your rcon (f2) if they work there?

Avatar by Crises
Tee-Project - Website coming soon... [http://project.tee-city.net]

8 (edited by TeeMan 2009-08-21 13:27:15)

Re: [QUESTION] How to create a server in wich you can vote for maps?!

oke next time i'll use it big_smile sorry

yes i tried to put it in the .cfg data and to write it in rcon but the vote option just doesn't exist..
only the map votes are there to vote..
even when i write addvote tune hook_length 9999 in the rcon the message comes:

added option tune hook_length 9999

but there is no vote option..=(

9

Re: [QUESTION] How to create a server in wich you can vote for maps?!

What gametype are you using?! Or better maybe you show your config? (hid the password)

Avatar by Crises
Tee-Project - Website coming soon... [http://project.tee-city.net]

10

Re: [QUESTION] How to create a server in wich you can vote for maps?!

sv_warmup 0
sv_motd Welcome to MaciMotos Race Server! Play and have Fun!
sv_teamdamage 0
sv_map race_4
sv_rounds_per_map 1
sv_powerups 0
sv_teleport 1
sv_teleport_grenade 1
sv_teleport_kill 0
sv_checkpoint_save 1
sv_strip 0
sv_regen 50
sv_pickup_respawn 0
sv_rocket_jump_damage 0
sv_scorelimit 0
sv_infinite_ammo 1
sv_timelimit 0
sv_gametype race
sv_tournament_mode 0
sv_spamprotection 1
sv_spectator_slots 3
sv_reserved_slots 0
sv_reserved_slots_pass
password
logfile
sv_name MaciMotos Race Server! Infinite Maps!
sv_bindaddr
sv_port 8303
sv_external_port 0
sv_max_clients 16
sv_high_bandwidth 0
sv_register 1
sv_rcon_password *****
sv_map_reload 0
sv_teambalance_time 0
sv_jumper_add 0
sv_speedup_add 0
sv_speedup_mult 10
sv_score_ip 1
sv_vote_map 1
sv_vote_kick 1
tune player_hooking 0
tune player_collision 0
tune hook_length 400
addvote sv_map race_4
addvote sv_map race_Amphibia
addvote sv_map race_Away
addvote sv_map race_Beachfight
addvote sv_map race_BeachRun
...many many more map votes
addvote tune hook_length 9999
addvote tune hook_length 400

thats my config.. hope it helps you smile

11 (edited by Whitefire 2009-08-21 14:11:01)

Re: [QUESTION] How to create a server in wich you can vote for maps?!

You wrote the gametype for race small (race).

sv_gametype RACE

That should solve it.

Otherwise I don't know any other solution, sry... sad

Edit: If you are using the mod nrace:

sv_gametype [N]race
Avatar by Crises
Tee-Project - Website coming soon... [http://project.tee-city.net]

12

Re: [QUESTION] How to create a server in wich you can vote for maps?!

ehm.. the race mode works xD
the only thing that doesnt work is the tune voting..
that's where i need help wink

but thx big_smile

13

Re: [QUESTION] How to create a server in wich you can vote for maps?!

Well, then I got no idea, I'm really sorry sad Hope you can solve it somehow...

Avatar by Crises
Tee-Project - Website coming soon... [http://project.tee-city.net]