[XP] Blizz-ABS

Started by Blizzard, January 09, 2008, 08:21:56 am

Previous topic - Next topic

winkio


Dweller

I have a question about _idl sprites on Blizz-ABS. They only shows the first frame (not the whole animation). May I´m doing something wrong or is not implemented on Blizz-ABS?
Dwellercoc
Spoiler: ShowHide

poxy

Quote from: dwellercoc on August 24, 2010, 03:40:29 am
I have a question about _idl sprites on Blizz-ABS. They only shows the first frame (not the whole animation). May I´m doing something wrong or is not implemented on Blizz-ABS?

Sounds like you don't have it enabled. Make sure you add the chars to "Animated actors" in basic configuration in the config app. Also, have to check the box for actor idle sprites in sprite control.
My Project: ShowHide

Dweller

QuoteMake sure you add the chars to "Animated actors"


thanks poxysmash , is working now.
Dwellercoc
Spoiler: ShowHide

Holyrapid

Hmm, i thought i asked this yeasterday evening, but it's not here...

So, what i want to ask is that, could some of the settings, like toggling enemy health bars etc. be incorporated into the game so that, if i.e. (no that's not internet expoler) the enemy health bars were causing lag, the palyer could swich it off in the options menu.

Shalaren

quick question.
how do I do that the party members can follow me on the map.

ShadowPierce

->In the Basic Configuration section, set Caterpillar to true...

How about my question?



Spoiler: ShowHide
Quote from: Blizzard on February 16, 2011, 03:44:48 pmThere you go. It's the proof that SDK is crap. It's incompatible with itself.
3DS Friend Code: ShowHide
1161-0627-9890

Shalaren

ok then another question xD, since im using a hud that doesnt show another party members, can I somehow do that there will be a hp bar on top of the other party members?

Holyrapid

Search the forum for winkio's party hud. That should be what you're looking for.

Shalaren

... not really, I dont want to use a different hud thats the thing, thats why I said,
the hud Im using doesnt have that.. all I need is a hp bar to display ontop of the character.. not the leader but the party members......

ojp2010

Events aren't working on my maps I have the autokill of and they still don't work. NPC, character transfers nothing. Any help?

Holyrapid

Could you send us a demo, so we can see what's wrong? Or at least tell with more details of the problem. The main char can move freely, apparently. Or am i mistaken.

ojp2010

The player can move around, but can't interact with anything; I.E. chest, map transfer events. etc. I have the autokill thing turned off and still everything seems dead. I can make a demo, but I am using RMX-OS + ABS. I guess if could have something to do with RMX-OS, but I am not sure I haven't had time to look into it I have to go to work. I will double check and dig more once I am home this evening.

Holyrapid

Try checking your sctiprt order...

ojp2010

August 27, 2010, 02:52:47 pm #3774 Last Edit: August 27, 2010, 04:39:04 pm by ojp2010
I figured it out. Isn't anything to do with the order of the scripts is has to do with the mouse controller, ABS controls, RMX-OS controls and Ton of Addons controls, together they are like over riding each other and not working. Everything can to be done with the mouse, but only thing that can be done using the keyboard is the arrow keys which are set for movement. Is there anyway to have them both on? Use the mouse and the ABS controls? I looked, but I can't really find any kind of control configure for the mouse controller, but to turn it on or off. I have Ton of Addons with custom control, but I am unsure what to have set as true and as false to make it all work together.  

List of controllers I found in the scripts I am using plus the HUD I am using. How should I have these configured to get them to work right?

Spoiler: ShowHide
Ton of Addons
RMX - OS
Blizz ABS
Mouse controller
Custom HUD/by nathmatt - http://forum.chaos-project.com/index.php/topic,7239.0.html

element

August 27, 2010, 04:08:52 pm #3775 Last Edit: August 27, 2010, 04:31:46 pm by element
Was mistaking nvm...
Feel so imbarrased now... Maybe I have to stop my drug bisseness now...

Blizzard

Quote from: Blizzard on January 07, 2008, 09:35:43 pm
I have noticed that many people have problems putting my scripts in the right order into the editor. It's not that bad if it were only 3 scripts, but what if it are 6, 7 or even more...? Anyway, here is the script order that should work for my scripts.


  • ~ before the script name  means "multiple scripts" and scripts not by me.

  • Bolded script names are scripts by me.

  • Italic script names are script plugins by me.



Keep in mind that there are exceptions for scripts that need to be put between or below my scripts. Be sure to follow this suggested order, but always give priority to the instructions of other scripters! If they say to put a script at a specific location between or after my scripts, put it there.


  • Resource Tester

  • ~ RTP scripts

  • ~ SDK

  • ~ Other people's scripts

  • Tons of Add-ons Part 1

  • Tons of Add-ons Part 2

  • Tons of Add-ons Part 3

  • Stormtronics CMS (any Edition)

  • RMX-OS Options

  • RMX-OS Script

  • Global Switches and Variables for RMX-OS

  • Remote Restart for RMX-OS

  • Blizz-ABS Part 1

  • Blizz-ABS Part 2

  • Blizz-ABS Part 3

  • Critical Sound for Blizz-ABS

  • Secondary Weapon for Blizz-ABS

  • Z-HUD for Blizz-ABS

  • EXP in HUD for Blizz-ABS

  • Random Action Sprites for Blizz-ABS

  • Auto-Targeting for Blizz-ABS

  • Rapid Fire for Blizz-ABS

  • Quick Weapon Switch for Blizz-ABS

  • Visual Equipment for Blizz-ABS

  • Blizz-ABS Controller for RMX-OS

  • Advanced Time and Environment System

  • Global Day-and-Night System for RMX-OS

  • Continuous Maps

  • Mouse Controller

  • Creation System

  • Pay to Heal

  • Chaos Rage Limit System

  • CRLS + Blizz-ABS plugin

  • Scene_SoulRage

  • Soul Force Combo System

  • Easy Overdrive System

  • Advanced Analyze System

  • Bestiary

  • Chaos Project Debug System

  • Dynamic Day and Night System

  • DREAM for Music Files

  • DREAM for Save Files

  • Easy Party Switcher

  • Unlimited Levels

  • Easy LvlUp Notifier

  • Custom Stat Growing System

  • Stat Distribution System

  • RO Job/Skill System

  • Full Reflection System

  • Blizz-ABSEAL (DO NOT USE IF YOU HAVE BLIZZ-ABS!!!)

  • ~ Main / ~ Modified Main



You do not have to maintain the exact order of my scripts, but I can't guarantee that there will be no problems if you don't. Individual scripts that I have created are not listed here. I will keep this topic updated.
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.

element

So or I made a serious mistake, or I messed meh game up  :huh:

Blizzard

RMX-OS under Blizz-ABS should give immediate errors.
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.

element

Yeah was just a mistake...   Sorry for being stupid :P