1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

KAG Wan't these mods on a sandbox server.

Discussion in 'Server Help' started by kaggit, Dec 20, 2014.

  1. kaggit

    kaggit Bison Rider

    Messages:
    176
    Hello!
    I've been searching the forums (And google) to find out solutions to my problems. I'm trying to get a few mods on a sandbox server. The mods I want are:
    Editor
    Blowjob
    Zombies redux
    and CTF expanded.
    I know it is possible coz I've seen it done in the past. Blowjob and the editor are easy but the editor never seems to work for me. but the real issue is getting Zombies redux and CTFE on sandbox. can someone please teach me or give me a link to a page that shows how it's done?
     
  2. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    As all mods, I guess this is just place it in /Mods/ and change the mods.cfg.
    For zombies, get in its folder and crawl to Base/Rules/ and read the folder name and change your config file to set the gamemode to that folder name.
    Also I don't think Zombies and CTF Expanded are compatible. You would need to recode some stuff and to modify "some" stuff.
     
  3. kaggit

    kaggit Bison Rider

    Messages:
    176
    So you mean, go to base/rules of the KAG folder or rules/ of the zombies folder.
     
  4. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    of zombies. depends of what gamemode you want.
    But pretty sure they conflict.
     
  5. kaggit

    kaggit Bison Rider

    Messages:
    176
    I'd take CTF expanded over zombies. Can you teach me how to get it on a sandbox server please?
     
  6. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    It's not that easy I'm afraid. You will need to tweak scripts to integrate them. Ask some modder, or learn modding. (I'd prefer the second solution - It'd take more time, but modding is something really fun)
     
  7. kaggit

    kaggit Bison Rider

    Messages:
    176
    Thanks for the help. I am currently learning Python and C++ so should be fun to mod :P
     
  8. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    You'd better learn C++ and then Python or the reverse. Mixing way different languages (in their syntax) is not usually good. KAG scripting uses AngelScript, which is close to C++. But somewhat easier imo.
     
  9. Fernegulus

    Fernegulus Bison Rider

    Messages:
    400
    less strict
    but still, "semicolon missing" error.
    if you can recognize a fucking semicolon is missing, why don't you put that there?! why do I have to restart the server and client, so you can recompile the files changed by one motherfucking character
     
  10. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    Maybe because that could lead to odd bugs.
     
  11. Fernegulus

    Fernegulus Bison Rider

    Messages:
    400
    so fck you, display the line, and ask me "do u wnant to restart or do i do it myself???//??"
     
  12. kaggit

    kaggit Bison Rider

    Messages:
    176
    C++ it is.