Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 HiddenChest RGSS Player Executable
There appears to be issues with graphic rendering insofar as the usage of the Show Pictures/Move Pictures system.  When implementing a simple event system that takes five images from the Graphics\Pictures folder and merges/blend them into a single image within the center of the screen (a little warning/advert of sorts), I receive a strange flickering with your system. However, I looked at ReGaL and last executable builds of MKXP and had no issues. Videos presented below:

Correct RPGMaker and MKXP rendering: 
.mp4   Correct XP.mp4 (Size: 1,016.8 KB / Downloads: 3)

Improper with HiddenChest: 
.mp4   Incorrect HC.mp4 (Size: 887.41 KB / Downloads: 3)

There's a severe limit to upload-size with .mp4 files. Hence the short video lengths.

Huh?  Oddly, I should note that using OBS to record these images, I found that OBS saves a 4 second video with RPGMaker XP or MKXP as a 4MB sized mkv file. But using the same setup with OBS, a HiddenChest recording of the same 4 second length results in a mere 1.6MB mkv video using the 64bit h640.exe. This is curious indeed.


Insofar as the event code that should properly render, it is quite a simple Parallel Process Event:
@>Set Move Route: Player
:               : $>Wait: 100 frame(s)
@>Show Picture: 1, 'WARNING', Center (-1000,-500), (800%,800%), 0, Normal
@>Show Picture: 2, 'WARNING', Center (1000,-500), (800%,800%), 0, Normal
@>Show Picture: 3, 'WARNING', Center (-1000,500), (800%,800%), 0, Normal
@>
Show Picture: 4, 'WARNING', Center (1000,500), (800%,800%), 0, Normal
@>Show Picture: 5, 'WARNING', Center (320,240), (800%,800%), 0, Normal
@>Move Picture: 1, @40, Center (320,240), (100%,100%), 64, Normal
@>Move Picture: 2, @40, Center (320,240), (100%,100%), 64, Normal
@>Move Picture: 3, @40, Center (320,240), (100%,100%), 64, Normal
@>Move Picture: 4, @40, Center (320,240), (100%,100%), 64, Normal
@>Move Picture
: 5, @40, Center (320,240), (100%,100%), 64, Normal
@>
Wait: 20 frame(s)
@>Move Picture: 5, @20, Center (320,240), (100%,100%), 128, Normal
@>Wait: 80 frame(s)
@>Erase Picture: 1
@>Erase Picture: 2
@>Erase Picture: 3
@>Erase Picture: 4
@>
Erase Picture: 5
@>Control Self Switch: A =ON
@>


Obviously, there is a second page set to execute when Self-Switch A is turned on.

Seeing that this is done with nothing more than default event commands, this should not even be an issue. However, it is.  And below is a sample RMXP project with that event code you can test.

TEST DEMO:
.zip   OpeningImages.zip (Size: 925.86 KB / Downloads: 3)


OOOH, and curious. Rather than using the MKXP.Conf file which is essentially an .ini file, why hasn't anyone thought to just put the same initialization variables into Game.Ini and just be done with it? That's for ANYONE that incorporated the MK base.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
HiddenChest RGSS Player Executable - by kyonides - 11-21-2018, 10:44 PM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-22-2018, 06:33 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-25-2018, 12:17 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-25-2018, 05:48 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-26-2018, 12:55 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-26-2018, 04:42 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-27-2018, 08:56 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-28-2018, 11:31 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 11-29-2018, 05:10 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 12-01-2018, 07:15 AM
RE: MKXPPLUS RGSS Player Executable - by Melana - 12-01-2018, 11:11 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 12-06-2018, 05:25 AM
RE: MKXPPLUS RGSS Player Executable - by Melana - 12-07-2018, 12:17 AM
RE: MKXPPLUS RGSS Player Executable - by kyonides - 12-07-2018, 06:20 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-23-2019, 02:47 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-26-2019, 12:16 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-26-2019, 05:23 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-26-2019, 05:39 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-26-2019, 06:24 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-26-2019, 06:59 AM
RE: HiddenChest RGSS Player Executable - by KDC - 03-26-2019, 09:00 PM
RE: HiddenChest RGSS Player Executable - by KDC - 07-02-2019, 10:09 PM
RE: HiddenChest RGSS Player Executable - by KDC - 07-03-2019, 03:55 PM
RE: HiddenChest RGSS Player Executable - by DerVVulfman - 08-23-2023, 05:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Neko RMXP Player for Android JayRay 2 7,494 10-05-2014, 03:46 AM
Last Post: DerVVulfman
   ARGSS - Remaking RGSS/2 Player vgvgf 13 20,312 04-21-2010, 04:34 AM
Last Post: vgvgf



Users browsing this thread: