IW4M: Dedicated Server With A Playlist Tutorial
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
I have created 2 tutorials on how to create playlist dedicated server.. First one is already created playlists.info & the second shows you how to create a playlists.info. So your choice to pick which one you want
UPDATE 2.6.2013: Server crashing? download the playlist again. ported maps like gulag, contingency and burgertown can only work on war and tdm for now.. oilrig have all gametypes tho.
-->How to make a Dedicated Server for IW4M with a playlist<--
1. Follow the normal Dedicatedserver tutorial by napsterlove If you haven't setup a dedicated server yet.
2. Go into the \players\ folder and create a new file called "playlists.info"
3. Open up playlists.info with notepad. Copy all of the code from this page (ctrl + A , ctrl +C) HERE, and paste it on your playlists.info file that you just opened up.
--> Or, if you want to skip step 2 and 3, just download this playlists.info.
--> Make sure you have the DLC maps or remove them from the rotation.
4. Open your shortcut of your server add this line at the end of the target line.
you can change +set playlist 8 to any # below this list (only one at a time)
So lets say I want to have free for all playlist server.. My whole command line is going to be like this
-->How to manually create a custom playlist ADVANCED USERS <--
1. First off open a blank Notepad. Next we wanted to create a script function so to start off the first line.
2. This will be your script function command you going to use on your playlist. So to finish this off we want to give it a little more info so the dedicated server knows what we doing with this function. Lets add name,real gametype, and teambased on the last 3 lines
Now if this is a hardcore mode just put hardcore under the teambased...
3. So what if you want to set time limit and score limit? Well just add a rule and then dvar on each line like this:
4. Now that you have a working Team Deathmatch script function. Make sure to hit enter about 3-4 lines. Lets called this next line playlist 1. Now playlist 1 is going to be a +set playlist 0 yes I know math. Dedicated server likes to take a step backwards on each playlist. (Hopefully NTAuthority can fix that on his free time) So anyways on your notepad. We going to give it a playlist #, a name and description. So to start it off:
5. Now the fun part creating a rotation list of maps and game type and how heavy you want this map to load more then the others. So at the bottom of the description english "My Team Deathmatch" Lets put Afghan, Boneyard and Highrise.
Now if you want to make Highrise load more often. Just change the 5 to something higher like 8 and the dedicated server will load Highrise more often.
6. Now pat yourself on the back and save your playlists.info by going to File>Save As>Save as type: All (*.*) and put in playlists.info in your dedicated server players folder.
Here is a example on how your custom playlists.info should look like on your notepad
Keep in mind.. ported maps like gulag, contingency and burgertown can only work on war and tdm for now.. oilrig have all gametypes tho.
If you ever wanted to add more game types just repeat step 2 and 3 or you be better off copy and paste from my pre-made playlists.info for those normal people.
If you want to add more map files just keep adding each line as many as you want. Shouldn't have no limits like sv_maprotation and IW5M (yes IW5M have 15-16 limit for no reason.)
Special thanks to MAGIC for helping.