Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: tatasz on January 18, 2008, 10:20:49 pm

Title: {RESOLVED} A question about Blizz-ABS
Post by: tatasz on January 18, 2008, 10:20:49 pm
It maybe is just silly... And, of course, I am a complete noob  :D
Okie... I am making a game, with the ABS script. Is it possible to start with the HUD disabled and then enable it later? And to disable/enable it in specific parts of the game? If it is, how to do that?
The same about the minimap.
Title: Re: A question about Blizz-ABS
Post by: Nortos on January 18, 2008, 10:44:44 pm
yeah it's easily possible at the start just make a parralel process event and use the call script command put this code in it
$game_system.hud = false
now when you want to turn it back on after the cut scene or w/e just put in call script command
$game_system.hud = true
Title: Re: A question about Blizz-ABS
Post by: tatasz on January 19, 2008, 07:54:40 am
Thank you.
Title: Re: A question about Blizz-ABS
Post by: Fantasist on January 19, 2008, 10:31:22 am
WAIT!
Quoteyeah it's easily possible at the start just make a parallel process event

You could just use a call script here too instead of parralel process. Putting it on parallel process keeps disabling it every frame, which isn't necessary :)
Title: Re: A question about Blizz-ABS
Post by: tatasz on January 19, 2008, 02:59:48 pm
Now that I am done with that, how about changing the HUD colors?  ::)
I looked the script, and find out how to make the bars ligter/darker (and some stuff related to it). But what to do to change the hue, and also the font and the font color?
I know, I am annoying  :-X
Title: Re: A question about Blizz-ABS
Post by: Nortos on January 19, 2008, 07:26:51 pm
there';s a lot of code for various stuff around line 5000 of (Blizz-ABS) Script I can't look into it now gota go in one sec but just head there and have a look you'll find out about the colours ect
Title: Re: A question about Blizz-ABS
Post by: tatasz on January 20, 2008, 09:04:20 am
Thanks... I've found that part. Will be trying to do something with it.
Title: Re: A question about Blizz-ABS
Post by: Nortos on January 20, 2008, 07:01:03 pm
k I hope that was right, I had to log off sorry :(
Title: Re: A question about Blizz-ABS
Post by: tatasz on January 20, 2008, 08:40:41 pm
No problem... I just gave up after all  :D
Too lazy for that, and since I am making a game for few friends...