Ultra Mode 7

Chef

yeet
Veteran
Joined
Oct 13, 2017
Messages
286
Reaction score
135
First Language
Dutch
Primarily Uses
RMMV
Thank you for creating this plugin.
How did you do that with actually walking on the stairs and raising your character from the ground?
 

KaYsEr

Koruldia
Veteran
Joined
Mar 14, 2014
Messages
267
Reaction score
484
First Language
French
Primarily Uses
RMMV
How did you do that with actually walking on the stairs and raising your character from the ground?
Don’t forget you can set your characters/events to be "under everything" and with that setting, your player will be walking on top of what appears to be popping out of the ground just like everything else. (There are probably other ways to achieve the same result as it’s often the case.)

It's all about tricks more than ever with this plugin. Having to “think outside the box” would be an understatement.
 

Chef

yeet
Veteran
Joined
Oct 13, 2017
Messages
286
Reaction score
135
First Language
Dutch
Primarily Uses
RMMV
Yeah I know, I wasn't thinking straight.
But the stairs + bridge gotta be 1 big event Character with empty events or "blocked-when-on" RegionID around it so the player doesn't walk off, right? And the lights and building each are also big Event Characters then...

If I want to use UltaMode7 I think I would need to have a H-mode. My game uses different floor levels to solve puzzles and I'm using the Characters I shared here earlier as walls. It looks fine in 2D but only the walls pop up when UltraMode7 is used and not the first, 2nd or 3rd floor which is the tileset of course.
 

Thothdan

Veteran
Veteran
Joined
Dec 30, 2016
Messages
46
Reaction score
41
Primarily Uses
@Arend Galenkamp I am sorry for the late reply, and also I apologize for not being any help for you on this matter.
In my experimented project. There are vehicles running under this pedestrian overpass. So I cannot make the player walking on top on it,
while there are cars moving below it at the same time. But you can cross to the other side by pressing 'Z' at the bottom of the stairs.
 

KaYsEr

Koruldia
Veteran
Joined
Mar 14, 2014
Messages
267
Reaction score
484
First Language
French
Primarily Uses
RMMV
But the stairs + bridge gotta be 1 big event Character with empty events or "blocked-when-on" RegionID around it so the player doesn't walk off, right?
What I would do here is to overlap 2 big events with the same bridge GFX, one below the player (to walk on it) and one over the player (when you go under) and when you are about to walk on the bridge you put an invisible event (on touch) to turn the “over” bridge OFF (or invisible with the opacity function) and voilà... Hopefuly. :dizzy:

But @Thothdan said there are cars passing under the bridge as well so, that’s another level of trickiness lol.

We could use this plugin to have our sprites scale dynamically on a 3D map like in Playstation One’s Final Fantasy (7-8-9), if we “lock” the camera:
But here my camera scrolls so I’m unsure, might be cool to add a function specific to this kind of map? The plugin I use requires a lot of trial and error to get the numbers right (you add script commands for your map with maximum/minimum scale or where is the “origin” and the “factor” [how fast events will zoom-in and out] stuff like that to simulate a 3D plan to match the one in your map) quite tedious.

But with ultra mode7 I believe we could put a single “pitch number” to have this effect more easily, at least from what I tried it felt like it could be great. Who knows, maybe an idea for another time. :D
 
Last edited:

Pixelent Games

Veteran
Veteran
Joined
Sep 9, 2017
Messages
90
Reaction score
71
First Language
Eng
Primarily Uses
RMMV
Keep it up with the plugin! I can really use it for some upcoming projects or even the sequel of my game :D
 

AdamSakuru

[Null_Value]
Veteran
Joined
Mar 14, 2014
Messages
314
Reaction score
171
First Language
English
Primarily Uses
N/A
I have successfully making the player crossing the bridge while there are cars passing under.:thumbsup-right::cutesmile::thumbsup-left:
I think I know how you achieved most of this. I am curious if you have two events in the same spot with different priorities so that it the bridge gate covers them?

And is it just an event that makes the player walk across the whole thing or is it done through a movement route that has to finish first?
 

Thothdan

Veteran
Veteran
Joined
Dec 30, 2016
Messages
46
Reaction score
41
Primarily Uses
@AdamSakuru
This plugin seem to magically doing all the tricks, The player can walking across this bridge without the need for Switchs/Move Routes/Variables. But the only restriction is you have to make a side scrolling style map like I do, for things to get as smoothly. (The height should not exceed 12 grids. The 2 squares at the top are empty. It is use to make it looks like the player has been lift up from the ground)
I can make a demo, but my internet uploading speed is terrible. It will keep failing and I have to uploading again and again with no hope of finishing.
 

Attachments

bblizzard

Veteran
Veteran
Joined
Nov 6, 2017
Messages
386
Reaction score
385
First Language
Croatian
Primarily Uses
RMMV
I actually didn't explicitly implement this kind of functionality. Magically indeed. xD
 

Chef

yeet
Veteran
Joined
Oct 13, 2017
Messages
286
Reaction score
135
First Language
Dutch
Primarily Uses
RMMV
Hi, I've got 2 things today: First, for some reason Ultra Mode 7 works more efficient than the 2D map script made by the RPG Maker developers. If UM7 is turned off I get weird frame dips and some maps load with 30fps instead of 60fps. Not that this is a problem at all, just wanted to mention it. I do have the question if UM7 influences the players' walking speed in any way? Altimits' Ultimate Pixel Movement doesn't like a walking speed that isn't a whole number.
Also I've updated my game's page, which uses Ultra Mode 7. So maybe, if someone's interested, take a look: https://forums.rpgmakerweb.com/index.php?threads/almanac-the-third-portal.98421/#post-886722
 

bblizzard

Veteran
Veteran
Joined
Nov 6, 2017
Messages
386
Reaction score
385
First Language
Croatian
Primarily Uses
RMMV
It might have to do with the 2D map engine bug I found: https://forums.rpgmakerweb.com/inde...mory-leak-check-not-working-correctly.101081/ But this only explains the frame dips, not the constant 30 FPS issue.
But don't be that surprised. xD I have over 13 years of programming experience, 10 of that in a professional gamedev environment. with various OpenGL, OpenGLES and DirectX versions. I wasn't the lead programmer in Cateia Games without reason. :)

UM7 doesn't influence the walking speed, but it uses the Game_Map.displayX()/Y() functions. I tried making sure that the proper values are being used for offsets, but there is a possibility that a very customized pixel movement script could break it. I'll take a look at it soon. Maybe I can do some small changes or add a configuration value that can fix this. BTW, keep in mind that due to the mere perspective it might appear that the movement speed is different. If viewed from a 0° pitch, the speed should be the same.

EDIT: I see you already posted in Altimit's script's topic. Let's first see if the bug is on his/her end.
 

GatoradePony

Villager
Member
Joined
Jul 28, 2017
Messages
6
Reaction score
0
First Language
English
Primarily Uses
Other
Is it possible to rotate the player like the Final Fantasy VI airship, where left and right would rotate the camera and the accept button would accelerate? Or possibly just rotate the player sprite with left and right, similar to Starflight (Genesis) or TANK (NES)? I've been looking for this functionality everywhere, and it seems like your Mode 7 plugin would be a relatively simple(?) environment to implement this in.
 

bblizzard

Veteran
Veteran
Joined
Nov 6, 2017
Messages
386
Reaction score
385
First Language
Croatian
Primarily Uses
RMMV
Yes, it can be done with minimal additional coding (or just eventing actually), but you might need a pixel movement script first that supports 360° of movement freedom.
 

GatoradePony

Villager
Member
Joined
Jul 28, 2017
Messages
6
Reaction score
0
First Language
English
Primarily Uses
Other
It is totally beyond me how I would event something like this lol. Could you possibly work it into your plugin?
 

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

Latest Threads

Latest Posts

Latest Profile Posts

This is relevant so much I can't even!
Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect

Forum statistics

Threads
105,998
Messages
1,018,218
Members
137,777
Latest member
Bripah
Top