decided server multiplayer

Users who are viewing this thread

PRO_Zocker

Banned
mal ne frage wie kann ich z.b andere maps wie waterproof.sco mit einem decided server hosten bzw.  sodass
dann die Karte waterproof.sco erscheint der der rein geht notfalls die map downloaden muss.
 
Ich nehme mal an, dass du einen dedizierten Server meinst. Falls das der Fall ist, so musst du in der txt zusätzlich noch den Befehl eingeben:
set_map multi_scene_[Zahl der Map]
Da, wo die eckigen Klammern sind muss eine Zahl zwischen 1 und 17 sein. Das sind, soweit ich weiß, die Multiplayermaps die es gibt.
Falls du noch ein Beispiel für eine txt brauchst...hier:
#WARNING: Make sure that you change the capital values with proper ones.
#uncomment the line below when you set a valid administrator password
set_pass_admin blablubb
#if you have premium members, set a password for them, otherwise delete/comment out the line below
#uncomment the line below when you set a valid private password
set_pass_private blubbblubb
#set a valid server name
set_server_name Deutschritter_Duelserver
#uncomment the line below when you set a valid welcome message
set_welcome_message Welcome, ...
#Steam must be running in order to use valve anti cheat
#Also you must use the Steam version of the dedicated server in order to use this option
set_enable_valve_anti_cheat 1
#setting deathmatch (multiplayer_dm) mode, others mode ( multiplayer_bt , multiplayer_cf , multiplayer_hq , multiplayer_fd , multiplayer_sg , multiplayer_tdm )
set_mission multiplayer_duel
#setting max players, first one is non-premium member limit, second one is premium member limit
set_control_block_direction 1
allow_changing_mission 0
set_factions_voteable 0
allow_renaming_server 0
set_ban_voteable 0
set_maps_voteable 0
set_max_players 20 20
set_num_bots_voteable 0
set_map multi_scene_17
set_force_default_armor 0
set_respawn_period 3
#adding all kingdoms to both sides just to randomize all of them
#adding less kingdoms will reduce the randomization set (used in set_randomize_factions command)
add_factions fac_kingdom_1 fac_kingdom_1
add_factions fac_kingdom_2 fac_kingdom_2
add_factions fac_kingdom_4 fac_kingdom_4
add_factions fac_kingdom_5 fac_kingdom_5
add_factions fac_kingdom_6 fac_kingdom_6
set_randomize_factions 1

#DO NOT EDIT anything below this line.  Also be sure if you use a different module or config file that these settings are transferred over.
#if the bottleneck is your server's bandwidth, then make sure that you set a correct value for upload limit
set_upload_limit 1000000
#if you are running more than one dedicated server on the same computer, you must give different ports to each of them
set_port 7940
#if you are running the Steam version of the dedicated server, this port must also be set, and same limitations of set_port apply for Steam port
set_steam_port 7941
set_server_log_folder Logs
set_server_ban_list_file Logs\ban_list.txt
start
Sätze mit einer # davor sind Kommentare
Zusätzliche Maps kannst du nur mit Hilfe des Admin-Tools hinzufügen.
Anleitung, wie das funktioniert ist dabei.
 
ehh ja gut aber dann muss ich die map erstzen
ich will aber wie bei anden server eine neue map im dedizierten server öfnnen


- gelöst hey man danke das mit dem admin tolls klappt


- eh ja bloß kann ich das leider nur in antive benutzen es muss eine andere Möglichkeit geben.
 
Back
Top Bottom