Milchfr3ak
Tele-Tubbie
Dabei seit: 21.01.2006
Beiträge: 132
|
|
AWE + Map Voten ( + Player based Map-Rotation) |
|
Hi Leute
Hab auf meinem Root CoD UO + ModernWeapons + AWE laufen funzt auch alles einwandfrei !!
Ich habe das Voten beim AWE angemacht für die nächste Map , geht auch , nur zeigt er mir ca. eindrittel der map_rotate an der Karten die man Voten kann , habe den Server jetzt zum Testen mehrere tage laufen lassen und das ben gemerkt , wodran kann das liegen ??
Also er zeigt mir nur das erste drittel der map_rotate an zum Voten , der rest der Karten kommen gar nicht zum Voten !!
Dann direkt noch eine andere frage , ich habe auf einem anderen Server gesehen das die auch dieses Voten im AWE an haben , aber die haben das so gemacht das je nach anzahl der Spieler nur Karten zum Voten kommen , also z.B. wenn nur 10 Leute auf dem Server sind kommen beim Voten nur kleine Maps zum Abstimmen , sind 20 Spieler drauf , kommen nur mittel große Maps zum Abstimmen , sind 30 und mehr drauf kommen nur große maps zum abstimmen , weiß einer wie man sowas machen kann ??
--- edited by yoda: Thema angepasst ---
__________________ www.multigam3r.com
85.131.195.116:21000 .:.M3.:.ModernWeapons-Knife
85.131.195.116:28000 .:.M3.:.NewModernWeapons
Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von yoda: 20.02.2007 15:10.
|
|
|
|
|
yoda
Böser Admin
Dabei seit: 21.01.2004
Beiträge: 12.269
|
|
Server-Optionen AWE 2.12 für CoD:UO
//Abstimmumg nächste Map aus 5 zufällig gewählten Maps
//ACHTUNG! Aktivierung setzt die zufällige Maprotation außer Kraft und deaktiviert
//die nächsteMap/Spiel-Modus-Meldungen
//(0 = nein, 1 = ja) (Standard 0)
//set awe_map_vote "0"
//Timeout für die Abstimmung in Sekunden
//(min 10, max 180) (Standard 30)
//set awe_map_vote_time "30"
//Als letzte Option anbieten, die gleiche Map neu zu starten
//(0 = nein, 1 = ja) (Standard 0)
//set awe_map_vote_replay "0"
---
Was Du beschreibst, dürfte der "MOD" "Player Based Map Rotation" von Worms sein... Muss ich nachher mal schauen, hab ich glaub ich noch auf Platte rumflattern...
__________________ "Fürs Internet sollte das Baumhaus-Prinzip gelten:
Wer zu alt ist, um ohne Hilfe reinzukommen, soll uns darin auch keine Vorschriften machen."
Diskutiere nie mit einem Idioten - zuerst zwingt er Dich auf sein Niveau herab und dann schlägt er Dich mit Erfahrung...
|
|
|
|
|
| |
yoda
Böser Admin
Dabei seit: 21.01.2004
Beiträge: 12.269
|
|
Ich denke nicht, daß er die InGame-Anzeige meint, sondern die Auswahl am Ende der Map, wenn man die AWE-Voting-Optionen aktiviert - da kriegt man nur 5 Maps aus der Rotation zur Auswahl
Die Player-Based-Map-Rotation gibt es von Worms ("ausgebaut" aus CoDaM) als Stand-Alone-Version, hab sie mal schnell geuppt:
Player-Based-Map-Rotation für CoD und UO
ReadMe (Auszug):
What to do:
1) Determine the 3 'fill' levels for your server.
For example:
6 players and under = small map rotation
7-14 players = medium map rotation
15+ players = large map rotation
2) Determine what you want to run in each of the server 'fill' scenarios you listed above.
For example:
small rotation = gametype dm map mp_carentan gametype dm map mp_brecourt
medium rotation = gametype tdm map mp_dawnville gametype sd map mp_tigertown gmaetype ctf map mp_arnhem
large rotation = gametype sd allow_tanks 0 allow_jeeps 1 map mp_foy gametype dom allow_tanks 1 allow_jeeps 1 map mp_kursk
NOTE: you can use all the normal sv_maprotation commands including: exec, gametype, allow_jeeps, allow_tanks, and map. Also, this will work fine with custom maps.
Once you have the two above items figured out, you are ready to create your cvars:
scr_playerbased_map_rotation [0 / 1]
Turns on/off the player-based rotation. When off you will cycle through your normal sv_maprotation.
scr_small_rotation_limit [# players]
This is the maximum number of players before your server 'outgrows' the small map rotation. This number of players or below will cause the small rotation to run for the next map.
scr_med_rotation_limit [# players]
This is the maximum number of players before your server 'outgrows' the MEDIUM map rotation. If there are more than this number of players on the server, then the large rotation will be used. Anything between the upper limit set by this cvar and the lower limit set by scr_small_rotation_limit will cause the medium map rotation to be used.
scr_small_rotation [map rotation]
This cvar sets your small map rotation. Use it exactly like you would sv_maprotation.
scr_med_rotation [map rotation]
This cvar sets your medium map rotation. Use it exactly like you would sv_maprotation.
scr_large_rotation [map rotation]
This cvar sets your large map rotation. Use it exactly like you would sv_maprotation.
Other Notes:
The mod also uses 'current' values of each map rotation so that it can keep track of where each is in its own rotation. This should prevent bouncing back and forth between the same two maps if you keep going under and over a fill level treshhold.
There is no error checking! The worst problem is if you mis-spell a map name. If your map rotation is invalid your server will act just like it would if you made a mistake in your normal map rotation, which most of the time means it stops running.
__________________ "Fürs Internet sollte das Baumhaus-Prinzip gelten:
Wer zu alt ist, um ohne Hilfe reinzukommen, soll uns darin auch keine Vorschriften machen."
Diskutiere nie mit einem Idioten - zuerst zwingt er Dich auf sein Niveau herab und dann schlägt er Dich mit Erfahrung...
|
|
|
|
|
|
Milchfr3ak
Tele-Tubbie
Dabei seit: 21.01.2006
Beiträge: 132
|
|
Original von yoda
Ich denke nicht, daß er die InGame-Anzeige meint, sondern die Auswahl am Ende der Map, wenn man die AWE-Voting-Optionen aktiviert - da kriegt man nur 5 Maps aus der Rotation zur Auswahl
Die Player-Based-Map-Rotation gibt es von Worms ("ausgebaut" aus CoDaM) als Stand-Alone-Version, hab sie mal schnell geuppt:
Player-Based-Map-Rotation für CoD und UO
ReadMe (Auszug):
What to do:
1) Determine the 3 'fill' levels for your server.
For example:
6 players and under = small map rotation
7-14 players = medium map rotation
15+ players = large map rotation
2) Determine what you want to run in each of the server 'fill' scenarios you listed above.
For example:
small rotation = gametype dm map mp_carentan gametype dm map mp_brecourt
medium rotation = gametype tdm map mp_dawnville gametype sd map mp_tigertown gmaetype ctf map mp_arnhem
large rotation = gametype sd allow_tanks 0 allow_jeeps 1 map mp_foy gametype dom allow_tanks 1 allow_jeeps 1 map mp_kursk
NOTE: you can use all the normal sv_maprotation commands including: exec, gametype, allow_jeeps, allow_tanks, and map. Also, this will work fine with custom maps.
Once you have the two above items figured out, you are ready to create your cvars:
scr_playerbased_map_rotation [0 / 1]
Turns on/off the player-based rotation. When off you will cycle through your normal sv_maprotation.
scr_small_rotation_limit [# players]
This is the maximum number of players before your server 'outgrows' the small map rotation. This number of players or below will cause the small rotation to run for the next map.
scr_med_rotation_limit [# players]
This is the maximum number of players before your server 'outgrows' the MEDIUM map rotation. If there are more than this number of players on the server, then the large rotation will be used. Anything between the upper limit set by this cvar and the lower limit set by scr_small_rotation_limit will cause the medium map rotation to be used.
scr_small_rotation [map rotation]
This cvar sets your small map rotation. Use it exactly like you would sv_maprotation.
scr_med_rotation [map rotation]
This cvar sets your medium map rotation. Use it exactly like you would sv_maprotation.
scr_large_rotation [map rotation]
This cvar sets your large map rotation. Use it exactly like you would sv_maprotation.
Other Notes:
The mod also uses 'current' values of each map rotation so that it can keep track of where each is in its own rotation. This should prevent bouncing back and forth between the same two maps if you keep going under and over a fill level treshhold.
There is no error checking! The worst problem is if you mis-spell a map name. If your map rotation is invalid your server will act just like it would if you made a mistake in your normal map rotation, which most of the time means it stops running.
Jo genau das habe ich gesucht !!
THX Joda
__________________ www.multigam3r.com
85.131.195.116:21000 .:.M3.:.ModernWeapons-Knife
85.131.195.116:28000 .:.M3.:.NewModernWeapons
|
|
|
|
|
yoda
Böser Admin
Dabei seit: 21.01.2004
Beiträge: 12.269
|
|
Sonst poste doch einfach mal, was Du eingestellt und versucht hast und wir suchen den Fehler... Hab es selbst noch nicht ausprobiert ehrlich gesagt...
__________________ "Fürs Internet sollte das Baumhaus-Prinzip gelten:
Wer zu alt ist, um ohne Hilfe reinzukommen, soll uns darin auch keine Vorschriften machen."
Diskutiere nie mit einem Idioten - zuerst zwingt er Dich auf sein Niveau herab und dann schlägt er Dich mit Erfahrung...
|
|
|
|
|
|
|
Impressum ||Datenschutzerklärung
|