View Single Post
Author Message
Freecode
Never Fall Asleep
Join Date: Jan 2004
Old 08-29-2005 , 05:17   Super Hero Module 2.001a
#1

NEWER VERSION HERE

------------------------Below Kept For Archival Purposes-------------------

This is a BETA release of the Super Hero Module.
Its intent is for you guys to gather me some bugs and features you would like to see.
After I move (hopefully everything will be fine) i will begin bug fixing and will go down the request list to add more features.

Here is the mods basic layout as of now.

Gameplay:
  1. Upon killing someone you will recieve XP
  2. Gather enough XP to Level up and unlock heroes.
  3. For every level you earn you are allowed to pick a new hero
  4. If you choose a hero after Round has started your'e hero will be added on the next Round Start
  5. Dropping heroes is allowed at any time


Cvars:
  1. sh_superhero - <1/0> Self-Explanatory. Turns mod on/off. Put this somewhere into you config file (server.cfg is fine)
  2. sh_numlevels - <#> (default = 10). Number of Max Levels. Put this somewhere into you config file (server.cfg is fine)
  3. sh_savexp - <1/0> Save XP points or not? (will save to binary file only). No MySQL support in this version.
  4. sh_saveby - <1/2> Save int binary by: 1. SteamID 2. Name
  5. sh_debug - <1/0> Will log debug messages. Only use when your server is crashing. Post your log file into forums to help us fix the crash.
  6. sh_hsmult - (Default 1.0). Headshot multiplier. Gain more XP for killing with Headshot.

If anything is not clear ask here. Post your requests and bugs here and one of the devs will update the global Module thread.
If for some reason you dont see your request/bug there then it means its either not usefull or not a bug on the Module.

For developers:

The new API is different for making heroes. Once I get back I will write a small tutorial on it. If you still cant wait then post *SPECIFIC* questions only and vittu will answer them.

Requirements:
  1. Amx Mod X 1.50+ (1.55 recommended)
  2. Metamod 1.18/ Metamod 1.18p25
  3. NO BOTS, bots will crash server because saving xp has not been implemeted for them yet.

The attached compile is for Windows Only.
I have no way of compiling for Linux so no Linux build for now. JTP might do it when he sees this thread.
Attached Files
File Type: zip Shero2.0.zip (290.2 KB, 6945 views)
File Type: zip shero_amxx_i386.zip (50.0 KB, 4631 views)

Last edited by vittu; 05-19-2008 at 20:54.
Freecode is offline