Custom Map System Not Working...

Status
Not open for further replies.

Nekohime1989

Nekohime
Veteran
Joined
May 31, 2014
Messages
498
Reaction score
227
First Language
English
Primarily Uses
RMMZ
Something is going on with the note tags and the way I'm loading them. :cry:

Code:
    if (command === 'MapGUI_GetCurrentFloor') {
        var index = $dataMap.mapOverlay;
        console.log(index);
        $gameVariables.setValue(Rachnera.Param.MapVariable,index);
        $gameScreen.showPicture(Rachnera.Param.MapPicture, overlays[index+1%4], 0 , 0, 0, 100, 100, 255, 0);
        $gameScreen.showPicture(Rachnera.Param.MapPicture, overlays[index+2%4], 0 , 0, 0, 100, 100, 255, 0);
        $gameScreen.showPicture(Rachnera.Param.MapPicture, overlays[index+3%4], 0 , 0, 0, 100, 100, 255, 0);
        $gameScreen.showPicture(Rachnera.Param.MapPicture, overlays[index], 0 , 0, 0, 100, 100, 255, 0);
    }
var index is returning undefined. Putting in a wait (1 frame) and adding the Stop Movement plugin from Yanfly helped with the updates to event and player. (by freezing you in place. you no longer have to worry about dying just because you decided to open the map while being chased)

Solved. Thanks for all your help with this en devour. Started way back in January and finally got it working just the way I want it too. I went back and looked at my Request back in January and I don't need to load the note tags at all. I can just use .meta[x] to read them. Which in this case is helpful since Map Note Tags are dynamic and change every time a map is loaded. Thanks again everyone! :)
 
Last edited:
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,035
Messages
1,018,454
Members
137,821
Latest member
Capterson
Top