ItsMods

Full Version: dedicated server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
heya guys!.

I could need some help.
I've been looking for " how to create my own mw3 server" and i found something called "rcon tool"

My question is: Does that works on mw3 ded server?

Another question: If there a guide on how to set it up properly?

And last: Could someone link me a tool for my ded server?
A tool i have fully control over my server.

Thanks!
it might not answer all your questions but feel free to check out these threads_

http://www.itsmods.com/forum/Thread-Rele...addon.html

also this section: http://www.itsmods.com/forum/Forum-MW3-S...Addon.html
find and create your own plugins, includes general discussion and feedback
(02-29-2012, 20:43)d0h! Wrote: [ -> ]it might not answer all your questions but feel free to check out these threads_

http://www.itsmods.com/forum/Thread-Rele...addon.html

also this section: http://www.itsmods.com/forum/Forum-MW3-S...Addon.html
find and create your own plugins, includes general discussion and feedback


Cool!. that was awesome. thank you im gonna have a look on it!

thanks

Hey again!.


I have another question..

How do i add special classes to each map (Infected)

Like Mp7 on Mission knife on zombie and Smaw on arkaden.
(02-29-2012, 23:27)ueadmin Wrote: [ -> ]Hey again!.


I have another question..

How do i add special classes to each map (Infected)

Like Mp7 on Mission knife on zombie and Smaw on arkaden.

just create a different .dsr for each map eg:

mp_alpha,mp7,1000
mp_bravo,ak47,1000
mp_bootleg,acr,1000

set up a game in private, create the rules etc then save it to disk, then upload it. They are saved to C:\Program Files\Steam\steamapps\common\call of duty modern warfare 3\admin

For the initial infected do not give them any weapons at all, just perks, then they will have a pistol with no ammo and a knife. You can also have the first infected as a jug.
I've made it already but it wont load the specific class for the specific map..

This is how i made it:
Code:
*,INF_default,1
mp_alpha,Arkaden,1000
mp_bootleg,Firstclass,1000
mp_bravo,Secondclass,1000
mp_seatown,Seatown,1000
mp_dome,Dome,1000
(03-01-2012, 04:29)ueadmin Wrote: [ -> ]I've made it already but it wont load the specific class for the specific map..

This is how i made it:
Code:
*,INF_default,1
mp_alpha,Arkaden,1000
mp_bootleg,Firstclass,1000
mp_bravo,Secondclass,1000
mp_seatown,Seatown,1000
mp_dome,Dome,1000

//*,INF_default,1

you are loading the default classes as well.
(03-01-2012, 12:58)hillbilly Wrote: [ -> ]//*,INF_default,1

you are loading the default classes as well.

When i removed INF_default my server fucked up, i got disconnect and my players was unable to join it..
(03-01-2012, 15:00)ueadmin Wrote: [ -> ]
(03-01-2012, 12:58)hillbilly Wrote: [ -> ]//*,INF_default,1

you are loading the default classes as well.

When i removed INF_default my server fucked up, i got disconnect and my players was unable to join it..

Do you have
Code:
Arkaden.dsr
Firstclass.dsr
Secondclass.dsr
Seatown.dsr
Dome.dsr
in your admin folder?
(03-01-2012, 15:28)zxz0O0 Wrote: [ -> ]Do you have
Code:
Arkaden.dsr
Firstclass.dsr
Secondclass.dsr
Seatown.dsr
Dome.dsr
in your admin folder?

Yea, i have it in the default.dsr the bottom of the file..
Pages: 1 2