ItsMods

Full Version: Nukem's Modern Warfare 3 CUSTOM DEDICATED SERVER ADDON Demonstration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5


All created by
@Nukem

Video by:
@OrangePL

Thread by:
@JariZ

  • ALL DVARS UNLOCKED
    Both the 'mods' as plugins can make use of unlimited dvar access
  • Plugins!
    Yes! actual DLL addons with functions such as onSay and more
    (Like the aIW API but then in C++)
  • Message Rotation!
    Like in the good old days, configure a timeout and a list of messages the server wil tell to your users
  • Ranked
    You can choose whether this server is ranked or not in the custom config file
  • Server Logs!
    He added most of the stuff that's in the normal server logs from older COD's
    So this means we can start creating stat websites, B3 compatibility (if we can find some way to access rcon) and much more possibilities
  • Basic mods! (not gsc, more like a srcds cfg)
    It pretty much has 2 functions:
    - Setting a dvar/run a command line function
    - Making the server wait for XXX seconds before running the next command/dvar

Where are you waiting for? +rep the guy!

Download: http://www.itsmods.com/forum/Thread-Rele...addon.html
When will this be released?? Smile looks nice! Nice job @Nukem
thread updated Awesome
@Nukem Hero of the Year 2011!
omg omg omg !!!! great job,,, i cant wait it Smile
:O Great Job omg
PD: will this work in server.cfg or config_mp.cfg?
Bind F3 "+set scr_dm_score_kill 2000 +set scr_dm_score_headshot 2000"
(12-19-2011, 00:19)slipknotignacio Wrote: [ -> ]:O Great Job omg
PD: will this work in server.cfg or config_mp.cfg?
Bind F3 "+set scr_dm_score_kill 2000 +set scr_dm_score_headshot 2000"

It's a server, You can't bind stuff to it.
However, you can still run those commands by using the 'mods'
(12-19-2011, 00:22)jariz Wrote: [ -> ]
(12-19-2011, 00:19)slipknotignacio Wrote: [ -> ]:O Great Job omg
PD: will this work in server.cfg or config_mp.cfg?
Bind F3 "+set scr_dm_score_kill 2000 +set scr_dm_score_headshot 2000"

It's a server, You can't bind stuff to it.
However, you can still run those commands by using the 'mods'

I tried to put in rcon this: set scr_dm_score_kill 2000
And it worked (The server is dedicated ranked and mine)
UMAD? @SE7EN
[Image: cDWlh.png]

@slipknot Yes, we know this works, I didn't say it wouldn't work,
All I said is that you can't bind any keys to commands
IMPORTANT
@Nukem if the plugins have functions like setdvar and getdvar and something like runcmd
I can code an homebrew RCON plugin Smile
(which would be epic as fuck)
(12-19-2011, 00:33)jariz Wrote: [ -> ]IMPORTANT
@Nukem if the plugins have functions like setdvar and getdvar and something like runcmd
I can code an homebrew RCON plugin Smile
(which would be epic as fuck)

for set/runcmd you can just do:
SendCommand("status");
SendCommand("sv_hostname bla");

getDvar will be implemented soon
Pages: 1 2 3 4 5