Results 1 to 4 of 4

Thread: Mod without a map?

  1. #1
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts

    Mod without a map?

    Hey, any idea how to create a mod but without a custom map? E.g to modify stock gametype scripts etc. Can't seems to figure it out lel. Tried createing mp mod level then copy modified scripts to that zone folder. Didn't work.
    sudo apt-get rekt

  2. The Following User Says Thank You to voron00 For This Useful Post:

    kubislav23 (29th October 2016)

  3. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Tried that too, but had no luck aswell. Time for libcod_bo3 or something > steam ban for mem hacking

    The modding circumstances for BO3 are retarded.
    timescale 0.01

  4. The Following User Says Thank You to kung foo man For This Useful Post:

    kubislav23 (30th October 2016)

  5. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Just recalled, I've seen this gametype, which uses stock maps and runs custom mod: https://github.com/DidUknowiPwn/Infected-T7
    timescale 0.01

  6. The Following User Says Thank You to kung foo man For This Useful Post:

    voron00 (31st October 2016)

  7. #4
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Oh finally got it. So what you need to do is:

    1. Create a Mod in Launcher.
    2. Go to zone_source find mp_mod.zone add to it:
    PHP Code:
    scriptparsetree,scripts/mp/gametypes/tdm.gsc
    scriptparsetree
    ,scripts/mp/gametypes/tdm.csc 
    3. Copy tdm.gsc and tdm.csc from share/raw/scripts/mp/gametypes to yourmoddir/scripts/mp/gametypes
    4. Edit your tdm.gsc
    5. Build only core and mp mod level
    6. Enjoy
    sudo apt-get rekt

  8. The Following 3 Users Say Thank You to voron00 For This Useful Post:

    kung foo man (1st November 2016),Ni3ls (1st November 2016),Whiskas (1st November 2016)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •