Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: "DEAD" popup pops even if Yanly's hide popups in ON !
- Original author: Fridjah
- Original date: May 15, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/dead-popup-pops-even-if-yanlys-hide-popups-in-on.61897/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker VXAce Support
Summary
: WHEN A NEW MEMBER JOIN THE PARTY THE "DEAD" POPUP POPS EVEN IF THE SETTED BUTTON (in Yanly script) IS ON ! I edited a demo the April 2nd 2016 and it was all ok. Few weeks after feedback, I decided to update bad stuffs. I added 2 scripts "Tsukihime Large Choice" and "Angr. AdiktuzMiko Custom Equip Conditions v1.01"
Archived First Post
Hello.
I currently have a problem that I dident get before. I mean, before it was working good.
EDIT#1 : WHEN A NEW MEMBER JOIN THE PARTY THE "DEAD" POPUP POPS EVEN IF THE SETTED BUTTON (in Yanly script) IS ON !
I edited a demo the April 2nd 2016 and it was all ok. Few weeks after feedback, I decided
to update bad stuffs.
I added 2 scripts "Tsukihime Large Choice" and "Angr. AdiktuzMiko Custom Equip Conditions v1.01"
Of course, I removed them to find out if it could be the problem, but not.
Then I optimised the speaches in the troop cut scene (where I have my problem) reduced number of pages
and turns to shorten the TUTORIAL scene.
All the content is the same, no switches, no variable, no mechanics change. I just made it shorter and now is the mess ... WHY ?!
EDIT#2 : I guess I got the CULPRIT !
The "Kadafi - Command Disabler" :
http://kakakadafi.blogspot.ch/2014/06/kadafi-command-disabler-version-1.html
The strange part is it was working perfectely before I rearrange my troop event.
I even retried an old backup and it's working.
I realy need this script and the "Yanfly Engine Ace - Ace Battle Engine v1.22" too.
I tried to insert "Kadafi - Command Disabler" at the top of all my script or at the bottom. Nothing changed.
- I have a troop with foes ... ok all is fine.
- The event page count is 8 pages ... ok all is fine.
- Only one hero is up till page 6, then someone join the party ... here is where the problem is coming.
I am using the script : "Yanfly Engine Ace - Ace Battle Engine v1.22" : where there is the possibility to hide popups :
# If this switch is ON, popups will be hidden. If OFF, the popups will be
# shown. If you do not wish to use this switch, set it to 0.
HIDE_POPUP_SWITCH = 174
You can see I'm using the switch : 174
Here the full script :
https://yanflychannel.wordpress.com/rmvxa/battle-scripts/ace-battle-engine/
The 1st picture show the original position where the new member comes with the command between the hide popup switch on/off
cause of the weired DEAD popup when a member join the team.
But recently the DEAD popup does not care if the switch is on and it popups !
I discovered that if the switch and the joining member is in page 4 or more it does not work, but it works in page 3 or less ...
Shown in picture 2.
EDIT#1 : It seems to be "turn number" the problem, cause I tried to move the page 6 to number 1 and the problem remain.
Then in page 6, I tried to just set to play if "Turn = 2" and it's working, But if I set "Turn = 3" or more, it's not working.
Of course, I cant add the new member at Turn 2.
+ Just descovered : If I only insert "POPUP HIDE SWITCH ON" and none switch OFF, the "hide effect" (cancel by it self : see ++) in my "Page 6 - Turn 5".
++ Only when the new member joined, the DEAD pop up is showing, all the rest of the popups are still hidden, so the "hide effect" is not canceled.
+++ All my tries bring me to the same result. Everything is working as long I dont make the member joining "Turn = 3" or more.
I am realy stuck.
++++ I imported an all fresh "Yanfly Engine Ace - Ace Battle Engine v1.22" in case I touched something wrong inside my current one, but the problem
remains.
I sometime touching here and there game script setting and I hope I dident messed it up, so if someone know what wrong I did,
it will be very nice.
EDIT#1 : This makes me crasy cause it looks to be no sens ... and it's burning all my free time to find out.
Thanks in advance
Protected downloadProtected download
I currently have a problem that I dident get before. I mean, before it was working good.
EDIT#1 : WHEN A NEW MEMBER JOIN THE PARTY THE "DEAD" POPUP POPS EVEN IF THE SETTED BUTTON (in Yanly script) IS ON !
I edited a demo the April 2nd 2016 and it was all ok. Few weeks after feedback, I decided
to update bad stuffs.
I added 2 scripts "Tsukihime Large Choice" and "Angr. AdiktuzMiko Custom Equip Conditions v1.01"
Of course, I removed them to find out if it could be the problem, but not.
Then I optimised the speaches in the troop cut scene (where I have my problem) reduced number of pages
and turns to shorten the TUTORIAL scene.
All the content is the same, no switches, no variable, no mechanics change. I just made it shorter and now is the mess ... WHY ?!
EDIT#2 : I guess I got the CULPRIT !
The "Kadafi - Command Disabler" :
http://kakakadafi.blogspot.ch/2014/06/kadafi-command-disabler-version-1.html
The strange part is it was working perfectely before I rearrange my troop event.
I even retried an old backup and it's working.
I realy need this script and the "Yanfly Engine Ace - Ace Battle Engine v1.22" too.
I tried to insert "Kadafi - Command Disabler" at the top of all my script or at the bottom. Nothing changed.
- I have a troop with foes ... ok all is fine.
- The event page count is 8 pages ... ok all is fine.
- Only one hero is up till page 6, then someone join the party ... here is where the problem is coming.
I am using the script : "Yanfly Engine Ace - Ace Battle Engine v1.22" : where there is the possibility to hide popups :
# If this switch is ON, popups will be hidden. If OFF, the popups will be
# shown. If you do not wish to use this switch, set it to 0.
HIDE_POPUP_SWITCH = 174
You can see I'm using the switch : 174
Here the full script :
https://yanflychannel.wordpress.com/rmvxa/battle-scripts/ace-battle-engine/
The 1st picture show the original position where the new member comes with the command between the hide popup switch on/off
cause of the weired DEAD popup when a member join the team.
But recently the DEAD popup does not care if the switch is on and it popups !
I discovered that if the switch and the joining member is in page 4 or more it does not work, but it works in page 3 or less ...
Shown in picture 2.
EDIT#1 : It seems to be "turn number" the problem, cause I tried to move the page 6 to number 1 and the problem remain.
Then in page 6, I tried to just set to play if "Turn = 2" and it's working, But if I set "Turn = 3" or more, it's not working.
Of course, I cant add the new member at Turn 2.
+ Just descovered : If I only insert "POPUP HIDE SWITCH ON" and none switch OFF, the "hide effect" (cancel by it self : see ++) in my "Page 6 - Turn 5".
++ Only when the new member joined, the DEAD pop up is showing, all the rest of the popups are still hidden, so the "hide effect" is not canceled.
+++ All my tries bring me to the same result. Everything is working as long I dont make the member joining "Turn = 3" or more.
I am realy stuck.
++++ I imported an all fresh "Yanfly Engine Ace - Ace Battle Engine v1.22" in case I touched something wrong inside my current one, but the problem
remains.
I sometime touching here and there game script setting and I hope I dident messed it up, so if someone know what wrong I did,
it will be very nice.
EDIT#1 : This makes me crasy cause it looks to be no sens ... and it's burning all my free time to find out.

Thanks in advance
Protected downloadProtected download
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...

