Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Megamanx4884 on July 07, 2009, 12:21:12 pm

Title: Need a bit of help on Chaos Rage Limit System [XP] [Resolved]
Post by: Megamanx4884 on July 07, 2009, 12:21:12 pm
Hi, I'm a bit new to this website but I love all these scripts here. =] Anyway, I got a bit of a problem with the Chaos Rage Limit System for RPG Maker XP.

This is how I arranged my scripts:
(Bunch of other scripts that work fine)
addons 1-3
Active Battle Tab (RTAB v1.16)
Chaos Rage Limit System (CRLS)
Scene_SoulRage
Soul Force
Full Reflection System
Remodeled Damage Display (Add-on for RTAB v1.16 and has to be right above Main, else it doesn't work)

Anyway, I spent a long time rearranging these scripts (and looking at Blizzard's script order of scripts) and this appears to be the correct way to arrange them all to make them work.

Now whenever I try to start a battle with the Chaos Rage Limit System activated, this error pops up:
Spoiler: ShowHide
(http://i728.photobucket.com/albums/ww281/Megamanx4848/ErrorwithRPGXP.jpg)


And yes, I did put RTAB_ACTIVE = true for CRLS.

Now I tried working the Chaos System without RTAB (and thus I also had to remove Remodeled Damage Display else the game crashed) and it worked!  So, it appears there is a conflict with the RTAB and the Chaos System (awesome script, btw, Blizz). My guess is that the bar that fills up on the RTAB conflicts with the bar for the CRLS.

I'm not really good with scripts so I need any help possible. If someone knows how to fix this problem or maybe for an RTAB script that can work with the CRLS, then it'd be greatly appriciated. Thank you.  :^_^':

Also, for future help, I'm gonna need to figure out how to do team attacks with the addons and the CRLS. If I could get some help on that after figuring out how to work the CRLS in the first place, that'd be helpful. Thanks again!
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 07, 2009, 12:25:02 pm
Quote# Compatibility:
#
#   98% compatible with SDK 1.x. 70% compatible with SDK 2.x. WILL corrupt your
#   old savegames. Can cause incompatibilty issues with following scripts
#   and/or systems:
#   - exotic CBS-es
#   - Limit Break systems
#   - Custom Equipment systems (i.e. 2 accessories) (can be EASILY merged)
#   - needs the 6.x version of the Scene_SoulRage add-on if you use one
#  
# RTAB specific Compatibility Issues and Notes:
#
#   - Compatible with RTAB 1.16 and a majority of the available plugins.
#   - COMPLETELY INCOMPATIBLE WITH CONNECTED ATTACKING!!! Remove Connected
#     Attacking and turn it off, otherwise you WILL experience bugs! Also
#     remove the Consume Items Patch for Connected Attacking if you have it!
#   - Disables LEFT/RIGHT selection of actors in battle, use Q/W instead.
#   - Seph's slant bars will be used when using the DRAW_SR_BAR option
#   - not compatible with Chaos Drive System yet, refrain from using it in RTAB


And besides: http://forum.chaos-project.com/index.php?topic=23.0
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 07, 2009, 12:37:02 pm
Hmmm, what is "Seph's slant bars will be used when using the DRAW_SR_BAR option" mean? That part I don't really understand.

Also, Chaos Drive System won't work in RTAB, so I'll have to disable it, right? (The Chaos Drive System that is, I don't plan to disable RTAB)

According to the line where the script has an error, it says this
Spoiler: ShowHide
      # draw Seph's megaslow and laggy bar
      draw_slant_bar(x, y + 12, actor.sr, 1000, w, 6, color1, color2)


Where can I get "Seph's megaslow and laggy bar"?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 07, 2009, 04:23:55 pm
Simply don't use it. Turn on DRAW_SR_BAR (set it to true) and get Tons of Add-ons and you will be fine.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 07, 2009, 10:15:41 pm
Dam, it was no good. I can't figure this thing out at all. =/

Shall I upload it? So you can look through it yourself?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 08, 2009, 06:39:48 am
Sure, I'll take a look at it.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 09, 2009, 12:55:46 am
Alright, sweet. Thanks a bunch :D

http://www.megaupload.com/?d=9AOTDHAJ

I tossed in only these scripts since all the others work just fine:
Seph's Slant Bars
addons1-3
Universal Message System
Real time active battle (RTAB) with a TON of extra addons for it, below
(*) CRLS
(*) Scene_SoulRage
(*) Soul Force
Remodeled Damage Display

If you think any of the scripts are unnecessary, or there's a better version of it out there, the please feel free to inform me. I guess you can post the "fixed" version of it up after. Thanks a lot, once again. :P

And for those who just came in here looking curious, enjoy those scripts?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 09, 2009, 03:37:42 am
You STILL haven't read this topic: http://forum.chaos-project.com/index.php?topic=23.0
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 09, 2009, 03:46:19 am
God dammit, I uploaded the wrong one. That previous one was the scripts before I rearranged them. (I've already read that Topic before) Here:

http://www.megaupload.com/?d=9AOTDHAJ

Sorry for the mix-up. But I can't see the numbers in the battle system nor can I really perform any actions at all...What a pain. Thanks again ._.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 09, 2009, 03:48:32 am
Then leave it down there, but fix the rest. With RTAB below Tons it will 100% fail to work.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 09, 2009, 04:10:45 am
I put RTAB above the others, like you said in that topic, but I can't see a Rage Bar or any bars or numbers, despite I used Slant Bars. What am I doing wrong? X_x
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 09, 2009, 04:51:43 am
Don't use slant bars, use the ones from Tons of Add-ons.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 09, 2009, 10:58:37 am
Well, I tried removing the slant bars. But then, this message popped up again.

(http://i728.photobucket.com/albums/ww281/Megamanx4848/ErrorwithRPGXP.jpg)

Something is happening that's preventing all these things:
Selecting a Soul Rage or Soul Limit skill (probably a Chaos Rage skill too, but I disabled that)
Attacking with any character
Letting the ENEMY attack
And if I remove the slant bars by SephirothSpawn, I can't even go into a battle at all!

If any of the above happens, my game crashes.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 09, 2009, 12:42:13 pm
Quote from: Blizzard on July 07, 2009, 04:23:55 pm
Simply don't use it. Turn on DRAW_SR_BAR (set it to true) and get Tons of Add-ons and you will be fine.


And as the instructions say, turn on HP/SP/EXP Bars from Tons.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 09, 2009, 10:55:47 pm
I took off Seph's Slant Bar and set DRAW_SR_BAR to true. Also, I turned on the Bars in Tons of Addons.

Same error. >_> It's in that download I put up.

Edit:
I tossed the Tons of Addons and RTAB onto your Chaos Rage Limit System Demo that you posted up. o_o The exact same error popped up, even though I turned Bars ON and in CRLS, I turned the RTAB feature on too.

Can someone just please post up a demo of a project that works with Addons, CRLS, and a RTAB script? I can work off of that. >_> Thank you in advance if you help me.

No double posting within 24 hours
~Aqua
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 10, 2009, 04:07:45 am
I'll take a look at it then. I had no problems using those 3 scripts (except the ones I have already mentioned in the instructions).
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Megamanx4884 on July 10, 2009, 03:34:42 pm
Sweet =P Thanks a lot.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP]
Post by: Blizzard on July 13, 2009, 07:55:23 am
You think it's funny to waste people's time by sending them a project to fix the problems with custom scripts which has no custom scripts? I don't. Topic locked.

EDIT: Nah, I'm just messing with you. But seriously, you need to put the scripts in the demo. How am I supposed to know which scripts you are using and how am I supposed to have all those scripts?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Aqua on July 13, 2009, 12:24:49 pm
Megaupload likes to replace RMXP games with some other weird game that's in a cathedral thing... o.o

Maybe that's what happened?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Megamanx4884 on July 13, 2009, 04:41:22 pm
Holy crap, Blizzard, you scared me there. Just like your new avatar picture.
Yeah, it's pretty much what Aqua said, I downloaded it and saw the new game there (Wtf? Cathedral?). I guess I'll re-upload it later today, since the scripts are on my home computer and I'm away atm.

What's a good website to use, sendspace.com? or rapidshare?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: winkio on July 13, 2009, 04:50:38 pm
sendspace is best.  And wtf, how does that happen? :O.o:
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Blizzard on July 13, 2009, 05:30:19 pm
Definitely sendspace. I prefer it over rapidshare because there are no waiting times between downloads.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Megamanx4884 on July 13, 2009, 10:15:33 pm
Alright, here's the new link.

http://www.sendspace.com/file/077cwo

I downloaded this one and it did upload the correct download. Good luck, Blizzard!
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Blizzard on July 14, 2009, 03:05:22 am
Ok, this time it's the right project. I'll take a look at it ASAP.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Holyrapid on July 14, 2009, 04:52:19 am
Zshare.net i´d say. I listed it´s pros in the places to share your game at topic... (or some similiarly named one at least)
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Blizzard on July 15, 2009, 03:36:00 pm
Ok, I looked into it. You are using a very old version of Tons of Add-ons and you are not using the full RTAB.

Spoiler: ShowHide
(http://img9.imageshack.us/img9/4687/snap902.png)

There's even more that didn't fit into the picture.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Being Worked On]
Post by: Megamanx4884 on July 16, 2009, 02:22:23 am
Wow! You solved it! You're a genius  :D

Could ya post up the demo on that spoiler or give me the scripts/links to get them plz?
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Resolved]
Post by: Blizzard on July 16, 2009, 04:29:21 am
Link (http://www.justfuckinggoogleit.com)
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Resolved]
Post by: legacyblade on July 16, 2009, 02:43:00 pm
http://www.creationasylum.net/forum/index.php?showtopic=11827&st=0&start=0
http://forum.chaos-project.com/index.php?topic=105.0

that took all of thirty seconds. Just use google, as Blizz said.
Title: Re: Need a bit of help on Chaos Rage Limit System [XP] [Resolved]
Post by: Megamanx4884 on July 16, 2009, 03:30:21 pm
Alright, alright. Thanks Blizzard and legacy.