This member has provided no bio about themself...

Comment History
mitsurugi007
mitsurugi007 - - 16 comments @ Modding France MW3

yes contact me on xfire

Good karma+3 votes
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

yes I made a fix for linux server
link Mega.co.nz

Good karma+2 votes
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

play with test clients (!! no pezbot)

1) go in mod folder => Mods\bo2_mod\configs\server

2) open others.cfg file with text editor

// Enables the ability to use test bots for testing
set scr_allow_testclients "1"

// Leave this value at 0 until you enter the server.
// Make sure to uncomment it if you plan on using it.
// Whatever calue is then entered will spawn that many bots.
set scr_testclients "17"

Good karma+2 votes
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

strat mod :
[url]https://dl.dropboxusercontent.com/u/61197889/bo2 mod/how start bo2_mod.txt[/url]

add bots
[url]https://dl.dropboxusercontent.com/u/61197889/bo2 mod/how add test clients.txt[/url]

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

my xfire is mitsurugi007

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

no I dont have steam

yes I used and edited ow code

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

you right dsr50 isnt in I had to spare some xmodels :(
I m working on bo2_mod_v2 ... dsr will be in

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

map doesnt work with the mod => too much xmodelx

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

map name ??

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

add 127.0.0.1:28930 in your server list

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

about pezbots I will watch if I can add it ... but not sure
it is a big work for me because I never used pezbots

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

how do you start the mod ?? through the game ??
you must start the mod with a launcher

Step 4 - Create The Startup Shortcut
- Login to your box and open the cod4 folder.
- Right click the iw3mp.exe file and select "Create Shortcut". Drag the new shortcut to the desktop.
- Right click the new shortcut and select Properties.
- Find the Target field, you will see "C:\cod4\iw3mp.exe"
- Add the following to the end of the existing target, do not delete or change any of the existing target!
+set dedicated 2 +set net_ip 123.456.7890 +set net_port 28960 +set sv_maxclients 32 +set sv_punkbuster 1 +exec server.cfg +map_rotate
Note: Make sure there is a space between iw3mp.exe" and +set dedicated 2
Note: Change sv_maxclients to how many player slots you want.
Click Apply and OK.
Command Line Information
The command line is what starts your server, it sets the global variables for a server such as the IP and Port.
There are quite a few parameters you can use but I prefer to use the basics, the rest can be used in the server cfg to make changes much easier.
This is the startup command line for the above instructions: (Windows Only)
"C:\cod4\iw3mp.exe" +set dedicated 2 +set net_ip 123.456.789.012 +set net_port 28960 +set sv_maxclients 32 +set sv_punkbuster 1 +exec server.cfg +map_rotate

source => Theblackduck.net

mine is => C:\games_install\cod4\iw3mp.exe +set dedicated 2 +set net_port 28930 +set sv_punkbuster 0 +set fs_game mods/bo2_mod +set rcon_password 1234 +set sv_maxclients 20 +set ui_maxclients 20 +exec ow.cfg +map_rotate

ow.cfg is the main config file if you start the mod though your game ow.cfg is not loaded

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

the mod doesnt support all maps as it was said try another one
there is a list of stock maps in the description
try with a working stock map first

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

sound pack will be released soon :)

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

yep no pezbots only test clients

Good karma+1 vote
mitsurugi007
mitsurugi007 - - 16 comments @ Black Ops 2

you can change gametypes in mapcontrol.cfg in server folder, you can set gametypes in gametype folder

add test clients : in server folder => others.cfg
// Enables the ability to use test bots for testing
// 0 = Disabled (default), 1 = Enabled
set scr_allow_testclients "1"

// Leave this value at 0 until you enter the server.
// Make sure to uncomment it if you plan on using it.
// Whatever calue is then entered will spawn that many bots.
// 0 = default
set scr_testclients "17"

Good karma+2 votes