I finally got around to trying this with a few older RPGM MV games and haven't been able to get it to work once. Followed your instructions and tried removing the old files it didn't overwrite as well as leaving them there. Tried using the original exe and the new exe. Please explain my stupids?
I'm sorry but I have re-read your message several times and I don't understand what you're asking for help with? Lossy image compression breaks parallaxes regardless of the image format. Assuming this is because parallaxes are mapped to specific RGB color values and lossy compression changes these values.
hello bas, Thanks for your reply
in last reply, movement test have two result
1. In some games it broke movement, in others it did not.
2. I believe this has to so with the version of the RPGM software used to create the game.
I think RPGM software have some webp decoder issue in Specific version(nw.js, Chromium)
and parallaxes use lossy webp will trigger this.
RPGM MV official only support png file *1, lossy png still a valid png file
I curious lossy png compatibility in this case, and want test this format
png lossy compress not like other lossy format (lossy webp lossy, jpg)
don't use discrete cosine transform and subsampling, only use color quantization compress
original png
Input file: J_Darkness2.png | 596486 bytes
Image: 960x1152 pixels | 8 bits/sample | RGB & Alpha | 93277 color(s)
Delta filter: None
Filter per scanline:
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Chunks: only critical
Input file: J_Darkness2.png | 319505 bytes //lossy valid png
Image: 960x1152 pixels | 8 bits/sample | RGB & Alpha | 105837 color(s)
Delta filter: Average
Filter per scanline:
33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
Chunks: only critical
===========================================================
*1
You must be registered to see the links
Documentation => Asset Standards
I create a bat tool, drag a folder to compress.
command: pingo.exe -pngcolor=80 -nosrgb -nodate -noconversion -s9
You must be registered to see the links
You must be registered to see the links