Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

FPSC Classic Scripts / Health HUD animated

Author
Message
Larmakind
12
Years of Service
User Offline
Joined: 27th May 2012
Location:
Posted: 6th Jun 2012 22:01 Edited at: 7th Jun 2012 14:04
Hi everybody.. What are you doing wrong with this script?

[;AIScript premade Markus

desc = Markus

;Header


; Setup Level Stats
:state=0:sky=skybank\natural\ngt
:state=0:music=,musicvolume=50,soundscale=25
:state=0:fog=0,fogred=0,foggreen=0,fogblue=0
:state=0:ambience=25,ambiencered=255,ambiencegreen=255,ambienceblue=255
:state=0:hudreset,hudx=50,hudy=50,hudsizex=1024,hudsizey=768,hudimage=gamecore\huds\fader.tga,hudhide=1,hudtype=3,hudmake=internal
:state=0:hudreset,hudx=50,hudy=50,hudred=128,hudgreen=0,hudblue=0,hudsizex=1024,hudsizey=768,hudimage=gamecore\huds\eyehud.tga,hudhide=1,hudtype=2,hudmake=internal
:state=0:hudreset,hudx=50,hudy=50,hudred=128,hudgreen=128,hudblue=128,hudsizex=1024,hudsizey=768,hudimage=gamecore\huds\zoom.tga,hudhide=1,hudtype=4,hudmake=internal
:state=0:hudreset,hudx=5,hudy=5,hudimage=languagebank\english\gamecore\huds\lives.tga,hudtype=1,hudmake=display
:state=0:hudreset,hudx=4,hudy=8,hudsizex=16,hudsizey=16,hudimage=gamecore\huds\numeric1.tga,hudtype=1,hudmake=numeric
:state=0:hudreset,hudx=15,hudy=90,hudimage=gamecore\huds\health hud100.tga,hudname=health1,hudmake=display,hudhide=1,hudtype=1
:state=0:hudreset,hudx=15,hudy=90,hudimage=gamecore\huds\health hud99-76.tga,hudname=health2,hudmake=display,hudhide=1,hudtype=1
:state=0:hudreset,hudx=15,hudy=90,hudimage=gamecore\huds\health hud75-51.tga,hudname=health3,hudmake=display,hudhide=1,hudtype=1
:state=0:hudreset,hudx=15,hudy=90,hudimage=gamecore\huds\health hud50-26.tga,hudname=health4,hudmake=display,hudhide=1,hudtype=1
:state=0:hudreset,hudx=15,hudy=90,hudimage=gamecore\huds\health hud25-1.tga,hudname=health5,hudmake=display,hudhide=1,hudtype=1

:state=0:hudreset,hudx=85,hudy=8,hudimage=gamecore\huds\ammo.tga,hudtype=3,hudmake=status
:state=0:hudreset,hudx=88,hudy=12,hudsizex=16,hudsizey=16,hudimage=gamecore\huds\numeric1.tga,hudtype=3,hudmake=numeric

; Setup Game Menu
:state=0:hudreset,hudx=50,hudy=10,hudimage=languagebank\english\gamecore\backdrops\basic\gamemenu.tga,hudname=gamemenutitle,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=40,hudimage=languagebank\english\gamecore\backdrops\basic\loadgame.tga,hudtype=2,hudname=loadgame,hudhide=1,hudmake=button
:state=0:hudreset,hudx=50,hudy=50,hudimage=languagebank\english\gamecore\backdrops\basic\savegame.tga,hudtype=3,hudname=savegame,hudhide=1,hudmake=button
:state=0:hudreset,hudx=50,hudy=60,hudimage=languagebank\english\gamecore\backdrops\basic\exitgame.tga,hudtype=5,hudname=quitgame,hudhide=1,hudmake=button
:state=0:hudreset,hudx=50,hudy=70,hudimage=languagebank\english\gamecore\backdrops\basic\returntogame.tga,hudtype=4,hudname=returngame,hudhide=1,hudmake=button
:state=0:hudreset,hudx=50,hudy=50,hudimage=gamecore\huds\pointer.tga,hudname=pointer,hudhide=1,hudmake=pointer

:state=0:state=1
;Health Controller

:state=1,plrhealthgreater=100:hudreset,hudshow=health1,hudshow=health2,hudshow=health3,hudshow=health4,hudshow=health5,
:state=1,plrhealthless=99,plrhealthgreater=76:hudreset,hudshow=health2,hudshow=health1,hudshow=health4,hudshow=health3,hudshow=health5,
:state=1,plrhealthless=75,plrhealthgreater=51:hudreset,hudshow=health3,hudshow=health2,hudshow=health4,hudshow=health1,hudshow=health5,
:state=1,plrhealthless=50,plrhealthgreater=26:hudreset,hudshow=health4,hudshow=health2,hudshow=health3,hudshow=health1,hudshow=health5,
:state=1,plrhealthless=25,plrhealthgreater=1:hudreset,hudshow=health5,hudshow=health2,hudshow=health3,hudshow=health1,hudshow=health4,

; Main Game
:state=1,escapekeypressed=1:pausegame,state=2
:state=1,scancodekeypressed=197:pausegame,state=11
:state=1,scancodekeypressed=64:hudshow=savingprompt,quicksavegame,pausegame,state=21
:state=1,scancodekeypressed=67:quickloadgame,state=31
:state=11,scancodekeypressed=0:state=12
:state=12,scancodekeypressed=197:resumegame,state=13
:state=13,scancodekeypressed=0:state=1
:state=21,scancodekeypressed=0:hudunshow=savingprompt,resumegame,state=1
:state=31,scancodekeypressed=0:state=1

; Game Menu
:state=2,escapekeypressed=0:state=3
:state=3:hudshow=gamemenutitle,hudshow=loadgame,hudshow=savegame,hudshow=quitgame,hudshow=returngame,hudshow=pointer,state=4
:state=4,hudselectionmade=2:loadgame
:state=4,hudselectionmade=3:savegame,state=6
:state=4,hudselectionmade=5:continuegame,destroy
:state=4,hudselectionmade=4:state=6
:state=4,escapekeypressed=1:state=5
:state=5,escapekeypressed=0:state=6
:state=6:hudunshow=gamemenutitle,hudunshow=loadgame,hudunshow=savegame,hudunshow=quitgame,hudunshow=returngame,hudunshow=pointer,resumegame,state=1]

Attachments

Login to view attachments
Troutflies
13
Years of Service
User Offline
Joined: 24th Feb 2011
Location: Stuck outside my map.
Posted: 7th Jun 2012 22:13
This line is one issue.


also I believe this should be hudimagefine=


Relativly new to scripting but thats what I saw
Larmakind
12
Years of Service
User Offline
Joined: 27th May 2012
Location:
Posted: 9th Jun 2012 16:15
No, I did something different. I created own hud

Login to post a reply

Server time is: 2024-11-24 00:30:54
Your offset time is: 2024-11-24 00:30:54