Posts: 11,228
Threads: 648
Joined: May 2009
My mouse script (and a couple other mice scripts) only attach themselves to the INPUT module and don't interfere with the use of a Joypad. So rather than just have RMXP (or vx) work with just the keyboard and controller, you get keyboard, controller and mouse.
So I got a question. Why hasn't anyone just 'aliased' the press and trigger statements in the INPUT module? Every dang INPUT script out there just rewrites the sucker and kicks the Joypad outta there. Why not just add the new button codes to press? and trigger?
Oh, and I don't mean to replace "Input.trigger?(Input::C)" that controls the [space/enter] key, but use "Input.trigger?(Keys::C)" for the letter [C] and "Input.trigger?(Input::C)" as the default.
Hell yeah... I'm gonna look into this...
Posts: 365
Threads: 8
Joined: Feb 2010
I'm Upgrading my graphics (again), adding new skills, making more mini games, Updating the SFX, and I'm thinking about giving some of my female battlers a "Reduction." LOL.
Also I may drop the M rating & OMEGA MODE, it's pending. Hmmm, it's like taking death out of a war game, or space from StarWars.... *Thinks*
Posts: 11,228
Threads: 648
Joined: May 2009
OMG. 'Alias/Attaching' the new FULL KEYS to the Input module is soooo easy!
My tests on my new keyboard input script allow for me to detect keyboard keys without screwing up the Joypad /Game Controller system I have Input.trigger? and Input.press? worked out fine and keys from 'Input::Key_A' to 'Input::Key_Z' (as examples) worked out, while not harming the already existing 'Input::C' codes.
Now to see about adding the other keys (Input::Key_3, Input::Backspace, Input::PgUp), and attaching working code to the Input.repeat? method.
Posts: 131
Threads: 8
Joined: Oct 2009
Hybrida Wrote:I'm Upgrading my graphics (again), adding new skills, making more mini games, Updating the SFX, and I'm thinking about giving some of my female battlers a "Reduction." LOL.
Also I may drop the M rating & OMEGA MODE, it's pending. Hmmm, it's like taking death out of a war game, or space from StarWars.... *Thinks*
You know what you need?
breast-based melee attacks
Posts: 112
Threads: 26
Joined: May 2009
I am uploading a game ^^
@DerVV:
Why would a mouse script mess up the joypad controls ?_?
I can understand why a keyboard script would and I really like your idea :3
Posts: 11,228
Threads: 648
Joined: May 2009
@Zeriab:
Nooo.... My mouse script "doesn't" interfere with the Joypad and still becomes part of INPUT. But it's been annoying that 'full key' Input scripts do. That's why I'm penning my own... and so far very successful too.
Imagine an ABS battlesystem (like Mr.Mo's) that can use Mouse, Keyboard with full key support and Gamepad controls all in one!
Posts: 112
Threads: 26
Joined: May 2009
Oh, I see I misunderstood what you said. I thought you said both mouse script and keyboard scripts mess it up. My bad ^^
On a different note I am against mouse scripting setting Left Click = Enter. It's not the same :|
*hugs*
Posts: 1,127
Threads: 43
Joined: May 2009
Posts: 867
Threads: 15
Joined: Nov 2009
just working on my first town, interior is finished and now the npcs, animals, monsters and quests are on the row
Working on weapons, states and enhancements. I just finished the home base and about 20% of my underground tunnels.