Jump to content
News ticker
  • Bienvenue sur le nouveau forum VeryGames
  • Welcome to the new VeryGames forum
  • VeryNews

    roro


    roro62

    Recommended Posts

    Well roro62 that's a good question that, I think, has not been posted yet on this forum, despite the fact you've asked it in french.

     

    The best thing to do is quite simple : super hero mod is an amx mod, so amx ,and of course metamod, must have been installed on your server verygames.

     

    Once it's done (amx fully installed and working), download the mod on http://www.amxmod.net ( accurate link [ here ] ) and gain knowledge with the readme.txt (+10 l33t XP "experience point" and -2 IPSQOP "I post stupids questions on forums" ).

     

    Notice the official website of the super heros mod : http://shero.rocks-hideout.com/

     

    Copy the entire contents into you addons/amx folder except you do not need to copy the contrib folder. For AMX 0.9.9+ make sure that the folder "shero" is created inside the config folder or the plugin will error out and not work correctly.

     

    Then add this in your plugin.ini files :

    // ---------------------- START SUPERHERO PLUGINS -------------------------------
    
    //To save XP to the VAULT file (default)
    superheromodvault.amx
    
    //To save XP to a mysql database (uncomment this and comment out the vault plugin) 
    //superheromodmysql.amx
    
    //Add these lines to enable all the stock heroes 
    sh_anubis.amx
    sh_aquaman.amx
    sh_batman.amx
    sh_bomberman.amx
    sh_captaina.amx
    sh_cyclops.amx
    sh_daredevil.amx
    sh_dazzler.amx
    sh_dracula.amx
    sh_flash.amx
    sh_hobgoblin.amx
    sh_hulk.amx
    sh_humantorch.amx
    sh_ironman.amx
    sh_kamikaze.amx
    sh_magneto.amx
    sh_mystique.amx
    sh_nightcrawler.amx
    sh_punisher.amx
    sh_skeletor.amx
    sh_spiderman.amx
    sh_superman.amx
    sh_windwalker.amx
    sh_wolverine.amx
    sh_xavier.amx
    sh_zeus.amx
    
    // ---------------------- END SUPERHERO PLUGINS -------------------------------

     

    Hoping it had helped you.

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...