AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=44)
-   -   SH not dead, have faith. Need assistance. (https://forums.alliedmods.net/showthread.php?t=338610)

TauNeKas 07-16-2022 23:55

SH not dead, have faith. Need assistance.
 
Morning, fellas,

Just messing around with SH mod, came across that never seen SH mod with similar mini game like zombie mod has.
For example in zombie mod, random match one person is selected as superior and others have to kill him - vice versa OR there's only one alive and others are all zombies.

1. Does SH mod has this "special events" ? I.G all people became CT and one bot spawned as T, with 100k HP and only a knife. Or at least one boss trying to kill everyone or something like that..

2. How to make that people can select ONLY 2 active super powers(bind + power1; bind + power2)?

3. How to make that all abilities/levels refresh every single map.

4. Is it possible somehow to create super hero path? For example at level 1 I can choose A, B or C hero and depending on letter taken, i.e (B) Then I can only choose specific heroes, but others are not visible or are disabled?
Just to be clear, would like to:

POWERS:
A B C D E F G H I..

level 1:
A B C
level 2:
D E F
level 3:
G H I
and so on..

While being level 2, you cannot choose lvl 1 skills,
while being level 3, you cannot choose lvl 2 skills
and so on..

Thank you in advance!

mydas 10-21-2022 15:07

Re: SH not dead, have faith. Need assistance.
 
2. In amxmodx\configs\shero\shconfig.cfg, set "sh_maxbinds" to 2, so it becomes:
sh_maxbinds 2
//Number of heroes allowed with bind characters - after that you must pick non-bind heroes only. (max 9 default)

3. Same place, modify "sh_savexp" to 0, so it becomes:
sh_savexp 0

4. Only if you modify shmod itself, which would be a bit complicated.


All times are GMT -4. The time now is 01:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.