Blizz-ABS FAQ

Started by Blizzard, April 13, 2009, 03:58:03 pm

Previous topic - Next topic

Blizzard

Post questions. And answers, too, if you can. :^_^':
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Starrodkirby86

Q: I don't like the default HUD for Blizz-ABS? Where can I get a better one?
A: Check around the Chaos-Project forums for custom HUDs, or edit [HUD section of script, add information here (I'm a lazy fart)] in the Blizz-ABS Script.

Q: How do I add enemies?
A: Section 3.1 tells you how to create enemies in Blizz-ABS. [Make Section 3.1 direct to...Section 3.1, haha.]

Q: Why does my game crash when I try to use projectiles?
A: Maybe that projectile doesn't have a Character Set for it. Section 3.5 tells you how to work with Weapons efficiently. [Make Section 3.5, yeah you get it]

Q: Can I redistribute this script?
A: Sure, as long as you follow Terms of Conditions and lead the links and credits back to Chaos-Project. Remember that Blizzard is the author of the script, and not you! (No matter what)

Here's a few, haha.

What's osu!? It's a rhythm game. Thought I should have a signature with a working rank. ;P It's now clickable!
Still Aqua's biggest fan (Or am I?).




Aqua

Q: How do I start the event code of battlers?
A: The event code of battlers is automatically started when it is killed.
Blizz will be adding more event triggers soon.

Q: I used the battler template from The Chronicle of Sir Lag-a-Lot, but they don't work!
A: CoSLAL uses a very old version of Blizz-ABS.  Since then, Blizz has changed how the action sprites work.
The updated version uses a template of any sized graphic divided into 4x4 sections.
Blizz posted example graphics here: [link]

I'd post more, but I gotta go XD

Starrodkirby86

April 13, 2009, 04:37:36 pm #3 Last Edit: April 13, 2009, 04:59:36 pm by Starholekirby86
That last one isn't a question. I think it should be barred from the FAQ. :V:

I find it funny with those underlines are there to show emphasis. The answers should sound encyclopediac, so using the word Blizz or something of that nature wouldn't really cut out. That's what I think anyway. I probably am being hypocritical here, but I'm making a suggestion with this at the same time.

Q: I found a bug! Where do I post it?
A: Please make sure it isn't an error on your part and that it honestly is a scripting error or a real bug. Post on the Blizz-ABS topic after registering an account on Chaos-Project for the best support. When posting a bug, include the error window, what RPG Maker XP you run, and any other scripts that might conflict with Blizz-ABS. The more details the better. [link to Blizz-ABS topic or something]

Q: Sex4cashplz?
A: Go away, prostitute. >:I

What's osu!? It's a rhythm game. Thought I should have a signature with a working rank. ;P It's now clickable!
Still Aqua's biggest fan (Or am I?).




Blizzard

April 13, 2009, 05:07:33 pm #4 Last Edit: April 16, 2009, 01:39:37 pm by Blizzard
Q: This ABS is SEXY! Can I have sex with it?
A: No.

Q: Can I at least jerk off to it?
A: Yes.

EDIT: This had to happen. ._.; Blizz-ABS and sex simply go with one another. Back on topic.

EDIT:

Q: I have created a weapon of the "Bow & Arrow" type and I have assigned possible ammunition. Why do I get a buzzer sound every time I try to use that weapon?
A: Either you haven't assigned a possible item as hotkey item or you are out of ammo.

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

nathmatt

April 18, 2009, 06:39:12 pm #5 Last Edit: April 18, 2009, 08:55:39 pm by nathmatt
Q: how do you change the direct hotkey triggers
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


Blizzard

That's the first time somebody asked that question.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

nathmatt

well i g2 ask the hard 1s lol
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


RoseSkye

What's the difference between 3.31 and 3.23?

nathmatt

A: look in the manual under version history & click that version should tell u whats been changed
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


Blizzard

It's 2.31. And it's 2.5 now.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

RoseSkye

How do I check to see if enter is being pressed using a conditional branch?

G_G

Quote from: RoseSkye on April 22, 2009, 11:37:43 pm
How do I check to see if enter is being pressed using a conditional branch?


In the conditional branch, click the 4th tab, then click the Script button thing. Type this in
Input.trigger?(Input::Key["Enter'])

RoseSkye

Quote from: game_guy on April 23, 2009, 12:04:58 am
Quote from: RoseSkye on April 22, 2009, 11:37:43 pm
How do I check to see if enter is being pressed using a conditional branch?


In the conditional branch, click the 4th tab, then click the Script button thing. Type this in
Input.trigger?(Input::Key["Enter'])



Synthax error

Blizzard

Keys for God's sake. And it's either " or ', not both.

Input.trigger?(Input::Keys['Enter'])


Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

tSwitch

I like how this FAQ could be like...

Q: How do I check input triggers?
A: Read the Manual

Q: How do I make an enemy do specific actions, like a pattern, for a boss or something?
A: Read the Manual

Q: How do I make an ally?
A: Read the Manual

Q: What else does BlizzABS do?
A: BlizzABS Slices, Dices, Does your Laundry, Saves the Environment, and Makes the SDK Efficient.


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: tSwitch.us | Twitter | Tumblr

RoseSkye

Quote from: Blizzard on April 23, 2009, 04:24:32 am
Keys for God's sake. And it's either " or ', not both.

Input.trigger?(Input::Keys['Enter'])





uninitialized constant Input::Keys

tSwitch

Quote from: RoseSkye on April 23, 2009, 11:26:14 am
Quote from: Blizzard on April 23, 2009, 04:24:32 am
Keys for God's sake. And it's either " or ', not both.

Input.trigger?(Input::Keys['Enter'])





uninitialized constant Input::Keys


Quote from: NAMKCOR on April 23, 2009, 08:36:14 am
Q: How do I check input triggers?
A: Read the Manual


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: tSwitch.us | Twitter | Tumblr

RoseSkye

If I see that Read the Manual one more time!

tSwitch

Quote from: RoseSkye on April 23, 2009, 12:17:23 pm
If I see that Read the Manual one more time!


you might actually do it?


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: tSwitch.us | Twitter | Tumblr