RPG Maker MV

RPG Maker MV

Darktoz 2018년 2월 21일 오후 9시 43분
Android Export: Conditional Branch Button Press Problem!
Hey guys, please help me with this!


I am using some conditional branches in my game, that are triggered by a button press at the right time: IF Button OK or Cancel is pressed THEN...something happens.


So far so easy, it works without a problem in the desktop version. However, if I port it to android, suddenly the button OK (should be a normal finger touch in android) and Cancel (should be a tap with both fingers) don't work anymore when it comes to triggering the conditional branch. So if you use the conditional branch for a loop for example, you are trapped in that loop forever!



I don't know how to fix it, please help me out! I'm getting so frustrated with this...
< >
전체 댓글 13개 중 1~13개 표시 중
XIIIthHarbinger 2018년 2월 21일 오후 10시 26분 
You might be out of luck,

Even among those of us who are "long in the tooth", Android deployments are a pain in the ass. So, many of us just don't deal with them at all.

Truth be told there are only about a dozen of us that answer tech support questions, & I am not sure if any of our regulars are doing anything with android deployments.
XIIIthHarbinger 님이 마지막으로 수정; 2018년 2월 21일 오후 10시 26분
Darktoz 2018년 2월 21일 오후 10시 38분 
Yes. And because of that it's a pain in the ass, I can't stop here. I had so much trouble getting it deployed to android, getting the bgm music to work, getting the plugins to work...it was such a long and painful journey. This is the last hurdle. You can't tell me now that there is absolutely no one who has an answer for this!
XIIIthHarbinger 2018년 2월 21일 오후 11시 30분 
Am I saying out of the nearly sixty thousand people who have RPG Maker MV on Steam, there isn't anyone who knows the answer, no.

However, there are only about six people who answer the overwhelming majority of the tech support questions.

Namely Caethyril, Kris, BigFatX, IguanaRebel, KittyLitterProductions, & me. I don't work with android. I don't think X or Iguana does either. Not sure about Kris. So that leaves Kitty & Caethyril, who out of the six of us have the strongest scripter chops, but I don't know if they are doing anything with Android.

Simply put, if one of the six of us don't have the answer, your chances aren't good.
XIIIthHarbinger 님이 마지막으로 수정; 2018년 2월 22일 오전 12시 00분
kittylitterproduction 2018년 2월 21일 오후 11시 51분 
I've given up doing anything with Android. Try asking in the official forums. You've got some Android people there.
Shadow 2018년 2월 22일 오전 12시 04분 
kittylitterproduction님이 먼저 게시:
I've given up doing anything with Android. Try asking in the official forums. You've got some Android people there.
What kitty said!
You should probably start by posting there.

https://forums.rpgmakerweb.com/index.php?forums/tech-support-all-makers.50/

If a mod moves it to a more appropriate discussion group, don't get intimmidatedd, blue texts are a little automated.
Shadow 님이 마지막으로 수정; 2018년 2월 22일 오전 12시 04분
Darktoz 2018년 2월 22일 오전 12시 38분 
I have posted there already. And yes, it got moved. And no, no one had an answer...
Shadow 2018년 2월 22일 오전 4시 02분 
Darktoz님이 먼저 게시:
I have posted there already. And yes, it got moved. And no, no one had an answer...
Give it some time. also can you post the url that sends on your post?
JT 2018년 2월 22일 오전 9시 37분 
Would you be willing to throw up a small project with the issue you're having? Dont have to upload the entire thing: just the maps, any non RTP assets, and the data files.

Basically everything that's not the image/sound assets and can be a blank map and an event to trigger some dialogue that'll eventually lead to that button or something

I'll run it through my android build chain and see if I can't hammer things out
JT 님이 마지막으로 수정; 2018년 2월 22일 오전 9시 39분
Darktoz 2018년 2월 22일 오후 12시 34분 
The thing is, that with 1.6.0. it seems to be a mess and not working for everybody, so I'm not sure if my project is working right for everybody. The event I'm talking about is very simple, I will just show you guys what I mean (if you want to replicate it, just place the succubus enemy picture in the Pictures folder):

https://imgur.com/0rNGaH7
Darktoz 님이 마지막으로 수정; 2018년 2월 22일 오후 12시 36분
JT 2018년 2월 22일 오후 2시 24분 
Fun fact: mouse clicks on desktop also dont work, even though they seem to do the same thing a touch would do on mobile (move, activate events, etc) which means a touch/mouse click is considered something else entirely.

You may have to use a Script, looking for, say, a mouse click to start, instead of looking for a Button press
Darktoz 2018년 2월 22일 오후 6시 52분 
TehGuy님이 먼저 게시:
You may have to use a Script, looking for, say, a mouse click to start, instead of looking for a Button press

I thought I had it, but it turns out it doesn't work

Input.isPressed('ok') || TouchInput.isTriggered()

that should make sure that it works, it even triggers the mouse button on the desktop version! But it still doesn't do the trick in mobile. I'm almost broken right now...
Darktoz 2018년 2월 22일 오후 7시 22분 
I did it. Here, so that no one shall go through the same painful journey that I did:

Input.isPressed('ok') || TouchInput.isPressed()

Thanks everyone for helping me

< >
전체 댓글 13개 중 1~13개 표시 중
페이지당 표시 개수: 1530 50

게시된 날짜: 2018년 2월 21일 오후 9시 43분
게시글: 13