Main Menu
  • Welcome to The RPG Maker Resource Kit.

Input selection

Started by DoctorTodd, September 19, 2012, 09:15:39 PM

0 Members and 1 Guest are viewing this topic.

DoctorTodd

I have a bit of code that could allow me to write a script to have an input selection. I have two questions do you think it is worth it and if I were to write it like my difficulty script do you think it would work?

DoctorTodd

Does any one have an opinion?

modern algebra

I don't know what you mean by a script that has an input selection. That is very vague.

DoctorTodd

I mean a script that will give a game input selection, where you go into the options and modify the controls.

D&P3

So you mean modifying the input values so Input C equals something else besides ( "Z", "Space" and "Enter" )?
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

DoctorTodd

What I mean is a scene that allows the player to change the controls, like this.

D&P3

Yes it is worth it. Some default controls on some games are terrible, so having the option to map your own is definitely worth it.
I don't see why it wouldn't work if it was written the same way as your difficulty script.
It would just be an option though, so not something that necessarily must be forced to set prior to engagement like your difficulty script is. :)

Do it 8)
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

DoctorTodd

Alright I guess I will then.  :)


DoctorTodd

I started working on this today but before I go any further is there an initialize method that will only occur once? I swear I've seen it before but I can't remember what it is.

D&P3

Game_System I believe

It initialises before even hitting the title screen, then loads up when you load a save game... Is that it? I'm not sure :(
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

DoctorTodd

No it was something like this
def first.initialize
It was a method that would be called once and then never be called again.