Jump to content

[Share][Guide] Superhero Install+Download+etc...


Recommended Posts

Posted

SuperHero Mod

 

Download SuperHeroMod v1.2.0.10

 

Introduction

 

Hope Page: SuperHero Mod

 

Download Updates and Extras Here

 

Extract the superhero zip package anyplace on your computer, just so you know where you put it. Make sure you are extracting with the folder structure, this is on by default in most unzipping software. If after it is extracted all the files are in one folder then it did NOT extract with the folders.

 

The default settings for SuperHero allow a maximum of 20 levels and 100 heroes. In the past there was no way to have more than 20 levels, now there is. If you need to change these settings the plugin must be recompiled to support it. Please see the compiling documentation. See the Extras section for info on the sample ini for 20 levels.

 

New Installation

 

First thing that must be done is installing AMXModX and MetaMod ( follow: Installing Metamod + AMX mod X )

AMXModX Base - CStrike | AMXModX Documentation

 

Please read the AMXX documentation and have a working installation of AMXX before attempting to install superhero. You need to install the CStrike package for AMXModX on top of the base package.

 

Once AMXX is fully working upload / copy everything you extracted earlier into your addons/amxmodx folder, except you do not need to copy the contrib folder. Make sure that the folder "shero" is created inside the configs folder or the plugin will error out and not work correctly.

 

Edit the plugins.ini inside the configs folder. You need to add some things to the bottom to load superhero which are shown in the block below. Don't think you are done after this step, keep reading to see how to enabled extra modules in AMXModX that superhero requires.

 

 

// ---------------------- START SUPERHERO PLUGINS -------------------------------

//To save XP to the nVault file (default)
superheromodnvault.amxx

//To save XP to the VAULT file  (uncomment this and comment out the other plugin) 
//superheromodvault.amxx

//To save XP to a mysql database (uncomment this and comment out the other plugin) 
//superheromodmysql.amxx

//Add these lines to enable all the stock heroes 
sh_anubis.amxx
sh_aquaman.amxx
sh_batman.amxx
sh_bomberman.amxx
sh_captaina.amxx
sh_cyclops.amxx
sh_daredevil.amxx
sh_dazzler.amxx
sh_dracula.amxx
sh_flash.amxx
sh_hobgoblin.amxx
sh_hulk.amxx
sh_humantorch.amxx
sh_ironman.amxx
sh_kamikaze.amxx
sh_magneto.amxx
sh_mystique.amxx
sh_nightcrawler.amxx
sh_punisher.amxx
sh_skeletor.amxx
sh_spiderman.amxx
sh_superman.amxx
sh_windwalker.amxx
sh_wolverine.amxx
sh_xavier.amxx
sh_zeus.amxx

// ---------------------- END SUPERHERO PLUGINS -------------------------------

 

Extra Modules / Plugins

 

* The "contribs" folder is a separate download

 

Example superhero.ini for 20 levels - Located in the contribs folder. Just place this file in your amxmodx/configs/shero folder overwriting the existing one and you should have 20 levels available on the server when it next changes maps.

 

Monster - The skeletor hero needs this module to spawn monsters on campers. Look in the contrib folder and find the monster zip file. Extract this into your mod folder (cstrike) and it will put all the files in their places. It should make a folder in addons called "monster". Edit the metamod plugins.ini and add the following lines to the end of it. This will load the correct plugin for linux or widows systems.

 

 

;Monster Mod
win32 addons/monster/dlls/monster_mm.dll
linux addons/monster/dlls/monster_mm_i386.so

 

 

Engine and CStrike Modules - for superhero these modules must be enabled. Edit the modules.ini in the configs folder and uncomment the lines to load the Engine and CStrike modules. You must restart the server for the modules to load. It should look something like this when enabled.

 

 

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

 

 

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

 

 

MySQL Instructions

 

If you are using the mysql saving method you will want to import the shero_mysql_install.sql script (in contrib folder) into your database. You should edit it to reflect the correct database name and username for your setup. If you need to ask about how to do this then you should not be using mysql saving, stick to the vault.

 

Enable the "superheromodmysql.amx" and disable the vault saving plugin as shown in the example plugins.ini entries above in the New Install instructions.

 

Edit the modules.ini for AMXModX and enable the mysql module, it should look like this when enabled.

 

 

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so

 

The AMXX compile of the MySQL saving plugin uses the new DBI API for AMXModX, it should support any of the modules that AMXModX supports. Please remeber that it has only been tested on MySQL though.

 

Edit the shconfig.cfg to enable and set the mysql cvars so SuperHero knows how to connect to the database. If nothing is set for those cvars superhero will use the amx mysql settings that are used by the admin_mysql plugin.

 

Once you have all this done you will need to STOP your server and restart it for the mysql AMXX module to load correctly.

 

Upgrade Existing Installation

 

Upload / copy the contents of the plugins folder into your existing plugins folder, overwriting any existing files. If CVARS were added or changed you can look in the shconfig.cfg in this package and see the changes / additions.

 

Make sure its Working

 

There are a few commands to make sure everything is loaded correctly. They must be run in the server console or in rcon via HLSW (or similar software). These commands will NOT work the same with the in game console unless it is a listenserver because then the server console is actually the same as the in game console.

 

Command:

 

Meta list

 

Example Output:

 

Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
[ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.00     ini  ANY   ANY
[ 3] Monster          RUN   -    monster_mm.dll    v3.00.00  ini  Chlvl Chlvl
2 plugins, 2 running

 

Command:

 

 

amxx plugins

 

 

Example output

 

[ 20] SuperHero Mod      1.17.5   JTP10181/{HOJ}Ba  superheromodvau  running
[ 21] SUPERHERO Anubis   1.17.5   AssKicR/JTP10181  sh_anubis.amxx   running
[ 22] SUPERHERO Aquaman  1.17.5   AssKicR/Lazy/JTP  sh_aquaman.amxx  running
[ 23] SUPERHERO Batman   1.17.5   {HOJ} Batman/JTP  sh_batman.amxx   running
[ 24] SUPERHERO Bomberm  1.17.5   AssKicR           sh_bomberman.am  running
[ 25] SUPERHERO Captain  1.17.5   {HOJ} Batman/JTP  sh_captaina.amx  running
[ 26] SUPERHERO Cyclops  1.17.5   AssKicR/Batman/J  sh_cyclops.amxx  running
[ 27] SUPERHERO Daredev  1.17.5   {HOJ} Batman/JTP  sh_daredevil.am  running
[ 28] SUPERHERO Dazzler  1.17.5   {HOJ} Batman      sh_dazzler.amxx  running
[ 29] SUPERHERO Dracula  1.17.5   {HOJ} Batman/JTP  sh_dracula.amxx  running
[ 30] SUPERHERO Flash    1.17.5   {HOJ} Batman      sh_flash.amxx    running
[ 31] SUPERHERO Hobgobl  1.17.5   {HOJ} Batman/JTP  sh_hobgoblin.am  running
[ 32] SUPERHERO Hulk     1.17.5   {HOJ} Batman      sh_hulk.amxx     running
[ 33] SUPERHERO Human T  1.17.5   {HOJ} Batman/JTP  sh_humantorch.a  running
[ 34] SUPERHERO Ironman  1.17.5   {HOJ} Batman/JTP  sh_ironman.amxx  running
[ 35] SUPERHERO Kamikaz  1.17.5   AssKicR/JTP10181  sh_kamikaze.amx  running
[ 36] SUPERHERO Magneto  1.17.5   AssKicR           sh_magneto.amxx  running
[ 37] SUPERHERO Mystiqu  1.17.5   {HOJ} Batman      sh_mystique.amx  running
[ 38] SUPERHERO Nightcr  1.17.5   {HOJ} Batman      sh_nightcrawler  running
[ 39] SUPERHERO Punishe  1.17.5   {HOJ} Batman      sh_punisher.amx  running
[ 40] SUPERHERO Skeleto  1.17.5   {HOJ} Batman      sh_skeletor.amx  running
[ 41] SUPERHERO Spiderm  1.17.5   {HOJ} Batman/JTP  sh_spiderman.am  running
[ 42] SUPERHERO Superma  1.17.5   {HOJ} Batman      sh_superman.amx  running
[ 43] SUPERHERO Wind Wa  1.17.5   AssKicR/JTP10181  sh_windwalker.a  running
[ 44] SUPERHERO Wolveri  1.17.5   {HOJ}Batman/JTP1  sh_wolverine.am  running
[ 45] SUPERHERO Xavier   1.17.5   {HOJ} Batman      sh_xavier.amxx   running
[ 46] SUPERHERO Zeus     1.17.5   {HOJ} Batman/JTP  sh_zeus.amxx     running

 

 

All credit goes to: AssKicR, JTP10181, Freecode, vittu from SuperHero Mod

 

 

/e:

- fixed link to SH Homepage

- fixed link for download

-- blooddog

 

  • 4 weeks later...
  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 1 month later...
Posted

i have to ask if all the players have the same lvl , i instaled a sh plugin , and all the new players had the same level as the pld players, i need one in wich the level is diferent from player to player

  • 3 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



  • Posts

    • For many Elden Ring players, especially those short on time or seeking a specific build, buying items online has become a practical and time-saving solution. However, as someone who’s made that choice multiple times, I know firsthand that not all sellers are legitimate—and the risk of losing your money, or worse, getting banned, is real. Through trial and error, and countless hours in the community, I’ve discovered five proven methods to help players like you find authentic Elden Ring items to buy—safely, efficiently, and without risking your account. Here’s how to make sure you’re getting exactly what you need, the right way. 1. Choose Platforms That Guarantee Elden Ring Items Without Ban The number one concern when you buy Elden Ring items is avoiding account penalties. I've personally used platforms that explicitly promote delivery methods aligned with FromSoftware’s guidelines—like safe in-game drops, no cheats, and no modded content. Look for sellers or marketplaces that guarantee you’ll receive elden ring items without ban risk. If that promise isn’t clear or backed by community trust, move on. One time, I made the mistake of buying from an unverified Discord seller—within a week, I saw strange behavior on my account and had to delete my save file. Lesson learned: stick with professional services that know what they’re doing. 2. Rely on Established Marketplaces with Verified Reviews Always look for buyer feedback and real user ratings. Reputable platforms will have a track record of successful transactions and transparent customer experiences. I tend to avoid any site or seller that hides feedback or has a generic, incomplete website. The platforms I trust most let users post detailed reviews and show proof of item delivery—usually with timestamps and screenshots. That added layer of transparency gave me peace of mind the first time I placed an order, and it’s been part of my decision-making ever since. 3. Start with a Small Order to Test Reliability If you’re uncertain, try a small purchase first. This was my approach when I first decided to buy Elden Ring items. I ordered just a few smithing stones to upgrade a secondary weapon and see how the process worked. The seller delivered in under 10 minutes, and the transaction went smoothly. That small step helped build trust, and I gradually scaled up future purchases for full armor sets and talismans. It’s the smartest way to gauge service quality without taking a big risk up front.  [url=https://www.u4gm.com/elden-ring-items][img]https://i.pinimg.com/736x/9d/7d/d4/9d7dd41fc381c64fe9b93e5c11584513.jpg [/img][/url]   4. Confirm Safe Delivery Methods (No Bots or Cheats) Authentic sellers will provide clear instructions on how the item delivery will happen—usually through password-protected multiplayer sessions where they drop items directly to your character. That’s how I’ve received every safe delivery so far. If a seller talks about instant “mailing,” bots, or strange back-end tools, that’s a red flag. Those methods are often tied to bans or corrupted saves. Look for sellers who mention manual delivery, cooperative drops, or private session coordination—these methods are the standard for getting elden ring items without ban issues. 5. Ask for Live Support or Communication Options Good sellers are responsive, offer live chat, or message confirmations. I once had a situation where I accidentally gave the wrong character name for delivery. Thanks to a quick reply from customer support, they corrected it instantly. If a seller isn’t responsive or has no support at all, that’s a sign they may disappear after you’ve paid. A platform with clear customer service builds trust and shows professionalism—especially helpful if you’re new to the process.   There’s nothing wrong with wanting to buy Elden Ring items to save time or explore new builds. I’ve done it several times, and when done correctly, it can genuinely enhance the game without ruining the experience. But your safety comes first. By following these five proven methods, you can make sure the items you receive are legitimate, safe, and won’t get your account flagged. Always prioritize platforms that clearly offer elden ring items without ban risk, and when in doubt—start small, ask questions, and trust your instincts. How to Earn Fast: Buy Elden Ring Items Safely – No Risk of Ban
    • Lol good joke.   If I'd be the one contacting yo then I'd say at least 50% in advance because you can basically just fuck off when things doesn't go your way, and then you as a developer just wasted days or even weeks of time with development.
    • "Just make your own game!" sounds simple until you’ve tried it. I did, with Epic Dragon World and learned the hard way that "open source" often means "free labor for resellers." The MIT license became a buffet for people to grab code, rebrand it and ghost the project. Even basic collaboration collapsed because everyone wanted their vision, not *a* vision. NCSoft’s lawyers aren’t theoretical. They’re a sword of Damocles. Even if you rebuild a client from scratch, if it feels like Lineage 2, they’ll come knocking. Ask the Chrono Trigger fangame corpses how that goes. MMOs are hospice care. The genre’s on life support, kept alive by whales and nostalgia. Look at Throne and Liberty, NCSoft’s own "successor" to L2, flopping harder than a 2004 PKer in ToI. Classic reboots (WoW, L2) are bandaids, not resurrections. This is the hobby. Optimizing old systems, reverse-engineering spaghetti code and preserving janky mechanics is the fun part. Monetizing it turns it into customer service hell. No thanks. Community? What community? The L2 scene is 90% resellers, 10% players who’ll quit the second they don’t get +16 on day one. Both asking how to install Java and why running the uncompiled server does not work.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock