PARA CREAR SERVER en la PC HOST ================================ 1) instalas el juego 2) pegas en la carpeta del juego todo lo de teknomw3 2.7.0.1 3) haces lo del tutorial en ingles de abajo, de crear el bat y pergar los archivos de admin y player2 y las pegamos tambien en la carpeta del juego. 4) instalamos el server tool 1.5.8 y Para que funcione el launcher del administrador visual: poner en la carpeta player2 el arhivo default.dspl de la carpeta admin 6) para arrancar el server o le damos al bat o lo arrancamos del server tool 7) para entrar a un lan entrar por teknomw3.exe y poner lan multiplayer 8) en teknogods.ini q cada computadora tenga un nombre y un id distinto 9) entrar al juego por teknogods.exe (LAN multiplayer) Para crear un server online: abrimos el TecknoMW3 Server Launcher Editor 1.5.8 elegimos server visibility INTERNET y damos START DEDICATED SERVER desplegamos la consola para cambiar mapa: map mp_bootleg por ejemplo para cambiar los modos: map_rotate abrir puertos: 27014 a 27017, 5510 o 55100, 8799, 179 PARA EL CLIENTE QUE SE UNE ========================== 1) instalas el juego 2) pegas en la carpeta del juego todo lo de teknomw3 2.7.0.1 10) entrar al juego por teknogods.exe (LAN multiplayer) CUANDO CREAMOS UN SERVER ONLINE, para conectarse hay q poner en el launcher la ip publica del server, el puerto 27016 y poner en DIRECT CONNECT.. una vez dentro del juego apretar F12 Si pinta desbloquear las armas, usar el unlocker, con el juego en formato ventana. y despues ir a online personalizar la CLASS, y ponerle nombre. depsues aparecera en nuestras opciones de class cuando entremos al server. PARA BAJAR LOS ARCHIVOS NECESARIOS: http://www.mediafire.com/download/7lr6nxj6r7r6tja/TeknoMW3_2.7.1.3_ClientPatch.zip http://www.mediafire.com/download/q8h47gj6ua4j0t4/server+tool+and+files.rar ============================================ Here is my way of setup a game in an Lan environment without internets. Its for the peopel that have noe clue what to do, but have some minor skills in editing config files with an textedit. Based on 2.6.1.0. will work for 2.6.3+ Server/Client on the same machine. 1. add in Teknogods.ini under [network] "OnlineMode=false" it disables the Online/Masterserver lookup. i think the serverbrowser starts much faster. if you wanna play online you must enable this. 1.a every client needs a unique ID (8 diggits a-f/0-9) under [Settings] in Teknogods.ini. it will be created automaticly. but check this if you cannot join or some gets kicked from server at join. 2. create a file TeknoMW3_dedicated.bat for starting the dedicated (rootfolder where the .exe files exists) put this in the bat Code: @echo off TeknoMW3_dedicated.exe +set sv_config "server.cfg" +set dedicated 1 +set net_queryPort 55100 +set net_masterServerPort 27017 +set net_authPort 8799 +set net_port 179 +set sv_hostname "my server" +start_map_rotate 3. create or edit your server.cfg in players2 folder there are some values already stated in the batfile. anyway i take it there for my records. "Make assurance double sure!" Quote: // Modern Warfare 3 Server Configuration ////////////////////////////////////////////////////////// // Server command-line parameters // Specify server visibility (1 = LAN, 2 = Internet (default) ) seta dedicated 1 // Open game port (Steam-visible server game port) seta net_queryPort 55100 // Secure game port seta net_port 179 // Steam authentication port seta net_authPort 8799 // Steam master server (server browser) port seta net_masterServerPort 27017 ////////////////////////////////////////////////////////// // Server.cfg-configurable settings // Server host name. This should always be set by the server admin. seta sv_hostname "my server" // Dedicated server play list (DSPL) specifying server map rotation. // Valid game options are controlled via DSR (dedicated server recipe) specified in the DSPL. seta sv_maprotation "default" // Maximum number of clients that may connect to this server (range 1-18) seta sv_maxclients 16 // Server password. If set, users will be prompted on join attempt. seta g_password "" // Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) ) seta sv_privateClients 0 // Password for the private slots on this server. If set, users will be prompted on join attempt. // Users providing this password will have access to all slots. // Users providing an incorrect password will have access to the (sv_maxClients - sv_privateClients) public slots. seta sv_privatePassword "" // Remote console password. If set, users will have access to a remote console, allowing server administration from a connected client. seta rcon_password "myverysecurerconpass" // Server voice chat configuration ( 0 = "No Chat", 1 = "Free Chat", 2 = "Team Chat" (default) ) seta sv_voice 2 // Toggle voting for [player kick/map restart/next map] (0 or 1 (default) ) seta g_allowVote 1 // Toggle allowing dead players to chat with living players (0 (default) or 1) seta g_deadChat 1 // Time in seconds before the server will kick a user for inactivity (range 0 - 10000) seta g_inactivity 9000 // Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600) seta sv_kickBanTime 300 // Toggle flood protection (throttling of user commands - should be enabled for non-password-protected Internet servers) (0 or 1 (default)) seta sv_floodProtect 0 // Teambalance on/off seta scr_teambalance "1" // Friendly Fire 0=off 1=on 2=reflect 3=shared set scr_team_fftype "1" 4. you need a folder admin in rootdir (you can get the files by searching the forum or you can use my files at end of post) 4.a in admin folder are your playlist/gamemode recipes. i use the default.dspl for non-hardcore. you can duplicate that file and rename and edit it for hardcore use. edit your server.cfg for other playlists. (eg. seta sv_maprotation "hardcore" for "hardcore.dspl") Code: // Weight (1->1000) // Selection is weighted random (higher weights increase selection chance) *,TDEF_default,100 *,DOM_default,100 *,CTF_default,100 *,GG_default,150 *,HQ_default,150 *,SAB_default,20 *,JUG_default,20 *,DD_default,300 4. b !! I added a recipe for DD - demolition gamemode. This mode is not in the default configs. edit the files for every gamemode you use. dont use any dedicated config tools. they are crap. you can also try google for ESL configs. they have a nicer structure and can be easier edited. if want hardcore duplicate/rename your files and edit it for usage in hardcore.dspl. 5. start the "TeknoMW3_dedicated.bat" a dos window will open and close after the server is started 5.a you will get something like this Code: ]start_map_rotate Succeeded reading from default.dspl Loaded 8 map entries Loading DSR "CTF_default.dsr"... Loading Succeeded for DSR "CTF_default.dsr" ----------------------------------- Spawning map: mp_alpha, gametype ctf Initializing Steam Game Server: game port 55100, auth port 8799, query port 27017, gamedir modernwarfare3, version 1.0.0.0 ----------------------------------- Protected game port (net_port): 179 (needs to be NAT'ed out, also - use this port when direct-connecting (won't work if server is password protected)) Query port (net_masterServerPort): 27017 (you need to NAT this one out in order to make your server visible online) ----------------------------------- Steam Game Server initialized as LAN only. Steam Game Server connected. Local IP 192.168.2.107, Public IP 127.0.0.1, Game Port 55100 Steam Game Server is VAC Secure Spawn map (mp_alpha, ctf) complete. ----------------------------------- sometimes it will hang a moment. you can test it by type "status" or try "map_rotate" to load the next map in your playlist. 6. start your client "TeknoMW3.exe" multiplayer start (online/LAN). active serverbrowser in the options tab in menu. 7. open serverbrowser, your server should appear instant in LAN tab. if not try direct connect / restart mw3. this works with 2.6.3.0 too.