Change multiplier keys in Chaos Project Debug System

Started by stripe103, September 28, 2010, 10:16:10 am

Previous topic - Next topic

stripe103

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


ForeverZer0

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.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

stripe103

September 30, 2010, 12:41:39 pm #3 Last Edit: September 30, 2010, 12:44:41 pm by stripe103
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

WhiteRose

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.