Posts: 9
Threads: 2
Joined: Feb 2012
Reputation:
0
02-29-2012, 20:14
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!
Posts: 6,052
Threads: 429
Joined: Oct 2010
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
Posts: 9
Threads: 2
Joined: Feb 2012
Reputation:
0
(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
Posts: 9
Threads: 2
Joined: Feb 2012
Reputation:
0
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.
Posts: 836
Threads: 48
Joined: Feb 2012
Reputation:
11
03-01-2012, 01:47
(This post was last modified: 03-01-2012, 01:55 by hillbilly.)
(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.
Posts: 9
Threads: 2
Joined: Feb 2012
Reputation:
0
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
Posts: 836
Threads: 48
Joined: Feb 2012
Reputation:
11
03-01-2012, 12:58
(This post was last modified: 03-01-2012, 12:59 by hillbilly.)
(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.
Posts: 9
Threads: 2
Joined: Feb 2012
Reputation:
0
(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..
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
03-01-2012, 15:28
(This post was last modified: 03-01-2012, 15:29 by zxz0O0.)
(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?
Posts: 9
Threads: 2
Joined: Feb 2012
Reputation:
0
(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..
|