Harken_W

Veteran
Veteran
Joined
Oct 13, 2015
Messages
81
Reaction score
23
First Language
English
Primarily Uses
N/A
RkrsOoC.png


Like the image above shows, I'd like to use the parallax folder as normal in the editor.
But when the game is run, I'd like it to use an image of the same name from a different folder.

In the above example, Mountains4.png is from the parallaxes folder and can be seen on the map in the EDITOR.
but when the GAME is run, it will use Mountains4.png from the parallaxesINGAME folder.

I'd like a plugin that could allow me to do this, I'm using a plugin that changes the tile size, and I use mostly parallax images for my maps. This will allow me to use large versions of my parallax image maps to accurately create my game in the editor, and then use the actual smaller sized parallax in the game, saving me time from swapping out two sizes constantly.

Thanks to anyone who looks into this and has any suggestions.
 
Last edited:

Jonforum

Veteran
Veteran
Joined
Mar 28, 2016
Messages
1,641
Reaction score
1,474
First Language
French
Primarily Uses
RMMV
Unfortunately everything that affects the sofware can not be done, it publisher is under license.
This will come back to hack the software !.
You must make the request to the intebrain developer section.

However know that in javascript it is simple to do, it sufi you to extend the name with /

also you can try this
PHP:
ImageManager.loadParallax = function(filename, hue) {
    return this.loadBitmap('img/parallaxes/', filename, hue, true);
};
// by
ImageManager.loadParallax = function(filename, hue) {
    return this.loadBitmap('img/myParralaxe folder/', filename, hue, true);
};


For requests to add to the software, it is here.
https://forums.rpgmakerweb.com/index.php?forums/editor-suggestions-and-improvement.168/

also i have sugest a subFolder or more folder in the sofware.
maybe you will like it.
https://forums.rpgmakerweb.com/index.php?threads/sub-folder.75410/
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
38,409
Reaction score
10,844
First Language
German
Primarily Uses
RMMV
@Jonforum it appears you didn't understand the request, because the OP wants to change the engine, not the editor.
 

Harken_W

Veteran
Veteran
Joined
Oct 13, 2015
Messages
81
Reaction score
23
First Language
English
Primarily Uses
N/A
@Jonforum it appears you didn't understand the request, because the OP wants to change the engine, not the editor.

Yes, this is correct. My fault for not phrasing things better in my request. Sorry.

However the piece of code he provided is exactly what I needed. I just put it into a .js and turn it on in the plugin manager! perfect :) Thanks @Jonforum !
 
Last edited:

Latest Threads

Latest Posts

Latest Profile Posts

First order of polish today was doing icons.
Next one is latvian.
IconSet.png
Oh wow I made a mistake taking on four full classes at once. Now game dev isn't the only thing that can do this to me:

no-sleep-spongebob.gif
Oh hey, let me write down a quick explaination how to do something... 1000 words later.
Hey folks, if you post about a problem you're having, and people give you suggestions to fix it, and one of those suggestions works, don't forget to come back and let them know. And it wouldn't hurt to say thanks while you're at it ;)
dV9O5Z.png


Continuing our countdown with Capsule Monster #14 Plug-Go! Plug-Go was originally meant to be the design of a gameboy game I wanted to make that was inspired by Megaman Battle Network! While that hasn’t worked out I’m happy I was able to recycle his design!

Forum statistics

Threads
131,522
Messages
1,220,455
Members
173,224
Latest member
ZecaVn
Top