SuperHero mod is a mod where you gain experience and level up by killing your enemies. With each level, you are able to select a superhero and gain their power.
Commands
ConVarsADMINCOMMANDS
sm_shsetxp - BAN FLAG - Allows admins to set a players XP to a specified amount
sm_shaddxp - BAN FLAG - Allows admins to give add XP to their current XP
sm_shsetlevel - BAN FLAG - Allows admins to set a players level to a specified number
sm_shreloadvip - ROOT FLAG - Refresh the vipheroes config
REGULAR COMMANDS
sm_help - Outputs all commands in console
sm_superherohelp - Outputs all commands in console
sm_herolist - Shows the list of available heros
sm_playerskills - Shows every player's superhero info
sm_playerpowers - Shows every player's superhero info
sm_playerheroes - Shows every player's superhero info
sm_playerinfo - Shows every player's superhero info
sm_myheroes - Shows the heros you have already chosen and the binds that you have already made
sm_clearheroes - Is used to erase all your heroes (in case you want to chose other heroes)
sm_clearpowers - Is used to erase all your heroes (in case you want to chose other heroes)
sm_clearskills - Is used to erase all your heroes (in case you want to chose other heroes)
sm_showmenu - Shows you the powers menu if you can choose new powers
sm_heroes - Shows you the powers menu if you can choose new powers
sm_heromenu - Shows you the powers menu if you can choose new powers
sm_drophero - Is used to remove a hero from your hero list in case you want another
sm_drop - Is used to remove a hero from your hero list in case you want another
sm_whohas - Shows you who has the named heroes in the current game
sm_buyxp - Buy experience
Installsuperheromod_max_powers - 20 - Max amount of powers a player can have
superheromod_levels - (Value set in superhero.ini) - Amount of levels a player can have
superheromod_long_term_experience - 1 - Should XP be saved
superheromod_max_binds - 3 - Max amount of super power binds
superheromod_drop_alive - 0 - Drop power while alive
superheromod_headshot_multiplier - 1.5 - Amount of times points you should get for killing with a headshot
superheromod_start_experience - 0 - Amount of experience new players should get on their first join
superheromod_enable_logs - 1 - Enable logging for leveling up
superheromod_player_count_for_experience - 4 - Amount of players needed to gain experience
superheromod_allow_buy_experience - 1 - Allow experience to be bought
superheromod_amount_of_money_paid_for_experie nce - 16000 - Amount of money needed to buy experience
superheromod_amount_of_buy_experience - 50 - Amount of experience gained for 16000 money
superheromod_save_experience_interval - 60 - Amount of time (in seconds) between each save of experience occurs
Vip configEverything in addons/sourcemod/plugins/ goes into plugins folder (Except the heroes you do not want)
Everything in addons/sourcemod/configs/ goes into configs folder
addons/sourcemod/gamedata/ folder is not needed, disabled agentzero hero because of coding related stuff (GetInaccuracy offset change)
Everything in addons/sourcemod/translations/ goes into addons/translations/
Everything in sound/superheromod/ goes into sounds folder (csgo/sound/superheromod/)
Everything in materials/superheromod/ goes into materials folder (csgo/materials/superheromod/)
NOTE: Superhero convars will be auto generated in csgo/cfg/sourcemod/superheromod/
//
// Leaving the value empty will just allow everyone to use equip the hero.
// You do not need to add every hero and set the value to empty, this is done by default
//
//
//
// Example on adding heroes for vip flags:
// "VipHeroes"
// {
// "Anubis" "abcdef"
// "Dracula" "z"
// "Super Saiyan Gohan" ""
// "Madness" "opqrab"
// }
"VipHeroes"
{
}
Download