Forum

> > CS2D > General > Classic SuperHero Script Has Been Released
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Classic SuperHero Script Has Been Released

35 replies
Page
To the start Previous 1 2 Next To the start

old Classic SuperHero Script Has Been Released

SQ
Moderator Off Offline

Quote
Classic SuperHero (1.0b) Script Has Been Released

-- [ Info ] --
> Version: 1.0 (Beta)
> Release Date: 2010/03/12
> Website: http://sites.google.com/site/superhero2d/home

-- [ Features In Short ] --
∗ 35 level up's for new items & heroes
∗ Credits system for buying items
∗ Reliable levels & experience system
∗ Usual heroes points system
∗ Advanced bad words system
∗ Customizable heroes & items
-> • 50 functions for heroes customization
-> • 15 functions for items customization
∗ Customizable buildings
-> • Text/Char drawing support
-> • Ability to link buildings for items and heroes
∗ Customizable weapon rounds
∗ Members/Bonus Say Commands/Color Text
∗ 26 say commands
∗ 17 console commands
∗ Save & Load
-> • U.S.G.N users saves
-> • New SH users saves
-> • Heroes & items saves for U.S.G.N & SH users
-> • Stats saving - level, experience/need, points, credits
∗ Extra Experience
∗ Hudtxt & Messages
∗ Advanced sounds
∗ Advanced configuration
∗ General configuration
∗ Serveractions & menus
∗ Quake/Unreal Tournament Stuff

-- [ Download ] --
Click Here To Download

-- [ Notes ] --
Custom scripting support & advanced configuration.
So if there are questions in these two, I can explain it in detail

Enjoy!

-- [ Credits Update ] -
I forgot to mention Skipper in credits list.
He help me a lot on making heroes/balance and testing.
Thank you Skipper =]
edited 3×, last 13.03.10 03:46:05 pm

old Re: Classic SuperHero Script Has Been Released

TheLetterP
COMMUNITY BANNED Off Offline

Quote
It's a nice script definitely, but I personally don't like it.
there a few bugs too.
if you have the heal all armor for all teammates it gets rid of the stealth suit.

for some reason your max health is 220...why not 250.
I guess I could change all of these. I'm not sure about the bug though.

old Re: Classic SuperHero Script Has Been Released

SQ
Moderator Off Offline

Quote
@TheLetterP
All this stuff is customizable.
Including heroes, items, SH objects...

The best this script feature is that it's written for configuration and changing it.

Check "sh_superheroes.cfg"
You can add own heroes.
I gave free health (slot) and armor for your own heroes

old Re: Classic SuperHero Script Has Been Released

Admir
User Off Offline

Quote
@Blazz

hmm, the hit why doesn't have for health and armors?
it's only for money.. etc , I want to make it like dracula too, but I want plus health per hit :P, and what the member feature for? is that same like admin?

old Re: Classic SuperHero Script Has Been Released

SQ
Moderator Off Offline

Quote
@Admirdee
Okay, in this case you need to use #hook_hit=["Code"]
SH configuration supports Lua scripting. Great?
I will show how it works.
Spoiler >


--[ Dracula With Hit Effect ]--

This is add hero line.
Note: "#addhook" aplied for dracula_drain(p) function
1
#addhero : #name = New Dracula : #point = 1 : #info = Hit Drain : #hook_hit = ${ dracula_drain(p_id) }

You have to add this into "sh_custom_script.lua" file.
1
2
3
4
function dracula_drain(p)
	msg2(p,"©000255000[INFO]Dracula (+ 5 health)")
	parse("sethealth "..p.." "..player(p,"health") + 5)
end
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview