Bueno, esta es la forma en que hosteo yo. Si alguien quiere agregar alguna mejor manera estaría genial, ya que funciona... pero cada vez que pongo online el server tengo que ejecutar fianna (lo cual no es gran cosa pero si no te organizas jode) , seguro que se debe a que no uso los cracks del creador del launcher.
Avisado esto empiezo:
Huno (como el Atila)
Abren puertos. Acá el que se necesita es el 7240 (aunque si por alguna razón del universo quieren cambiarlo puede, quizás no lo sabían) en TPC y UDP. Es sencillo, aceden a su router yendo a su navegador, tipean en el buscador
192.168.0.1 (o cual sea su puerta de enlace predet) > Port Forwarding > Colocan la IPv4 > Agregan 7240 en TPC y UDP (quizás tienen la opción de ambos, así funciona) y listo.
Si no saben su IPv4 escriben CMD en el inicio, una vez adentro de la consola tipean > ipconfig y ahí les dice.dOS (Como "Sistema Operativo")
Bajan estos archivos y los colocan donde quieran (yo los dejé en la carpeta)
Dos links de lo mismo, elijan uno.
-
https://xmd.prombux.com/downloads/file.php?dID=44 [Torrent]
-
https://mega.nz/#!6V8jAJiY!4OVrAtDeDTqf ... rON2z8lZpk [Mega]
TlesAbren "Dedicated_server_launcher.exe"
Una vez que saben qué modo de juego usar (Ejemplo: Deathmatch) > click en 'Edit' y les abre el .txt
acá dejo un ejemplo de un txt de Deathmatch bien editado. Si copian este contenido en un txt de battle se les va a abrir como Deathmatch obviamente, dentro del juego lo pueden cambiar, pero lo ideal es editar el txt bien. Para ello se fijan bien en los detalles.
Todo lo que tenga
# es lo que está 'desactivado' así que si quieren tener contraseña y set_pass_private tiene # antes no les va a funcionar (#set_pass_private).
Básicamente editan todo y le sacan los # a todo lo que quieran usar.
Ejemplo correcto: "set_pass_private patata"
► Show Spoiler
#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
#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
#uncomment the line below when you set a valid server name
set_server_name Outlaws
#uncomment the line below when you set a valid welcome message
set_welcome_message
#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 0
#setting deathmatch (multiplayer_dm) mode
set_mission multiplayer_dm
#setting max players, first one is non-premium member limit, second one is premium member limit
set_max_players 32 32
set_num_bots_voteable 20
set_map multi_scene_1
add_map multi_scene_2
add_map multi_scene_4
add_map multi_scene_7
add_map multi_scene_9
add_map multi_scene_11
add_map multi_scene_12
add_map random_multi_plain_medium
add_map random_multi_plain_large
add_map random_multi_steppe_medium
add_map random_multi_steppe_large
#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_3 fac_kingdom_3
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
since default team point limit is 300, the line below is necessary for this mode
set_team_point_limit 10
#if the bottleneck is your server's bandwidth, then make sure that you set a correct value for upload limit
set_upload_limit 100000000
#if you are running more than one dedicated server on the same computer, you must give different ports to each of them
set_port 7240
#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 7241
set_server_log_folder Logs
set_server_ban_list_file Logs\ban_list.txt
start
set_add_to_game_servers_list 1
Le dan a Start Server y yastá. Está super resumido pero sirve.
Nota: la línea "set_add_to_game_servers_list 1" es vital, sin este añadido el server no va a aparecer en la pestaña de Internet del juego.Nota 2: Si van a usar un módulo que no está determinado en el launcher, como Bear Force u otro como Mercenaries, van a tener que editar más archivos, porque los lanza como un Deathmatch del native por ejemplo.Nota 3: Me gustan las notas y comparto esto para los antis como yo que quieren explorar mapas sin joder a nadie y otras cochinadas.