Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPGM 2000 VALUE's KeyInputProc not supported #408

Closed
Zegeri opened this issue Jan 29, 2015 · 7 comments
Closed

RPGM 2000 VALUE's KeyInputProc not supported #408

Zegeri opened this issue Jan 29, 2015 · 7 comments

Comments

@Zegeri
Copy link
Member

Zegeri commented Jan 29, 2015

I've noticed that KeyInputProc (event command 11610) wasn't working properly on certain RPG 2000 games. By using lcf2xml on the maps I found out that they had more parameters than expected. These extra parameters didn't look like the ones found in RPG 2003.

KeyInputProc parameters

Index 2000 2000 VALUE! 2003
0 var_id var_id var_id
1 wait wait wait
2 Down/Left/Right/Up ignored ignored
3 Decision Decision Decision
4 Cancel Cancel Cancel
5 Shift 0-9
6 Down +,-,*,/
7 Left Time Id
8 Right Count time
9 Up Shift
10 Down
11 Left
12 Right
13 Up

All these games had a RPG_RT.exe from RPGM 2000 VALUE of size 746.5 kB. This RPG_RT.exe is very common in japanese games. Here're some affected games:

  • .flow
  • Touhou Mother
  • Nobita's Resident Evil
  • Violated Heroine
  • 少女奇談

In Violated Heroine, for example, you can't choose other heroines in the main menu because of this.

@Zegeri Zegeri changed the title Alternative (modded?) KeyInputProc not supported RPGM 2000 VALUE's KeyInputProc not supported Jan 29, 2015
@fdelapena fdelapena added this to the 0.3 milestone Jan 29, 2015
@Ghabry
Copy link
Member

Ghabry commented Jan 29, 2015

Good catch. I wouldn't have thought that we can find another strange quirk after so many years. :(

@fdelapena fdelapena self-assigned this Feb 4, 2015
@fdelapena
Copy link
Contributor

@Zegeri did you try some code on this already? I'll try to fix it if not.

@Zegeri
Copy link
Member Author

Zegeri commented Feb 4, 2015

Yeah, I'll update my upstream soon.

@Zombrexo
Copy link

Zombrexo commented Feb 2, 2016

Dude i got a problem with violated heroine and by that i mean the textures of characters not showing.textures
screenshot_2016-02-01-13-54-59

@Ghabry
Copy link
Member

Ghabry commented Feb 2, 2016

It looks like you don't have the Runtime Package installed.
Download the RTP 2000 and RTP 2003 from the official website (rpgmakerweb) and extract them to /easyrpg/rtp/2003 and /easyrpg/rtp/2003

And your buttons look strange, A and B should be transparent, strange.

@Ciron144
Copy link

Ciron144 commented Sep 3, 2016

I'm having the same problem you are Zombrexo and I Ghabrys solution didn't seem to solve it anyone else have a fix for this?

@Ghabry
Copy link
Member

Ghabry commented Sep 3, 2016

In which folder did you put the RTP? Can I have a screenshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants