Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: stripe103 on September 28, 2010, 10:16:10 am

Title: Change multiplier keys in Chaos Project Debug System
Post by: stripe103 on September 28, 2010, 10:16:10 am
I'm just wondering if it is possible to change the multiplier keys in the debug system.
I'm using Blizz-ABS so currently when I want to change a variable, I hit the D key to add one to the variable, but since the debug use the D key to multiply with 1000 it is instantly set to 1000, instead of 1.

When I want to lower the variable, I hit the A key, but that it multiplied with 10, so it goes down by 10 in one step. I don't like that. Is there any way to change those keys?

The S key don't do anything since I don't hit any of the right and left directional keys(which of couse in Blizz-ABS is set to A and D), so I want to change that as well.

I have some small editing skills but I can't find it anywhere in the script so if someone can just point me to the right direction, I'd be grateful.

Regards
Stripe103
Title: Re: Change multiplier keys in Chaos Project Debug System
Post by: stripe103 on September 30, 2010, 12:21:40 pm
Anyone?
Title: Re: Change multiplier keys in Chaos Project Debug System
Post by: ForeverZer0 on September 30, 2010, 12:28:54 pm
Quote from: stripe103 on September 30, 2010, 12:21:40 pm
Anyone?


Just search the script for: "Input.press?(Input::"
That will take you to the points where they are defined. Just change the constant after the colons to whatever you want them to be.
Problem solved.
Title: Re: Change multiplier keys in Chaos Project Debug System
Post by: stripe103 on September 30, 2010, 12:41:39 pm
How odd you are the one to reply because I acctually took the script from your CMS demo. Mostyl because you have combined the debug for the CCTS and the Debug System.
Quote from: ForeverZer0 on September 30, 2010, 12:28:54 pm
Just search the script for: "Input.press?(Input::"
That will take you to the points where they are defined. Just change the constant after the colons to whatever you want them to be.
Problem solved.

Yea I know, but that is the problem, I can't find the right line. And the keys A,S and D aren't standard controls so there should be some kind of other script to make that work. This is where it gets confusing.

EDIT:
Scratch that, I found it. Thanks for your help! :D

Regards
Stripe103
Title: Re: Change multiplier keys in Chaos Project Debug System
Post by: WhiteRose on September 30, 2010, 06:59:27 pm
I found this useful as well. Blizz, if you ever do an update to the Debug system, customizable keys in order to add compatibility with BABS would be an excellent addition.