miani

Regular
Regular
Joined
Oct 24, 2015
Messages
74
Reaction score
62
First Language
Portuguese
Any way to employ something akin to collision maps while parallax mapping with this plugin?

It's possible using events with plugin commands. I'm making custom collision maps with this plugin, in my case I use Yanfly Doodads and not parallax mapping, but the concept is the same. If you need some tips of how to setup the collisions I can make a small post explaining it.

Here's a tech demo of how I'm making it in my game project:

 
Last edited:

bazrat

Pixel Game Maker MV
Regular
Joined
Oct 15, 2018
Messages
243
Reaction score
190
First Language
English
Primarily Uses
Other
It's possible using events with plugin commands. I'm making custom collision maps with this plugin, in my case I use Yanfly Doodads and not parallax mapping, but the concept is the same. If you need some tips of how to setup the collisions I can make a small post explaining it.

Here's a tech demo of how I'm making it in my game project:


You can also use comments for collision in the events too, alot easier
 

miani

Regular
Regular
Joined
Oct 24, 2015
Messages
74
Reaction score
62
First Language
Portuguese
You can also use comments for collision in the events too, alot easier

Thanks, I thought the only way was using plugin commands. I changed all the events, it's the first map that I'm making the collision setup just took me few minutes.
 

Lonewulf123

Regular
Regular
Joined
Oct 13, 2014
Messages
367
Reaction score
102
First Language
Enlish
I’m sorry if I missed this, but is there a way to make certain tiles avoid collision? Similar to what you can do with yanfly region restrictions?
 

Blockbird

Warper
Member
Joined
Aug 25, 2015
Messages
3
Reaction score
0
Primarily Uses
It's possible using events with plugin commands. I'm making custom collision maps with this plugin, in my case I use Yanfly Doodads and not parallax mapping, but the concept is the same. If you need some tips of how to setup the collisions I can make a small post explaining it.
If you wouldn't mind, some help with collisions w. event comments would be appreciated
 

Lonewulf123

Regular
Regular
Joined
Oct 13, 2014
Messages
367
Reaction score
102
First Language
Enlish
I’m sorry if I missed this, but is there a way to make certain tiles avoid collision? Similar to what you can do with yanfly region restrictions?

Never mind I figured around a work around with this using the tileset passability in the database
 

miani

Regular
Regular
Joined
Oct 24, 2015
Messages
74
Reaction score
62
First Language
Portuguese
If you wouldn't mind, some help with collisions w. event comments would be appreciated

You're drawing 2 kind of shapes to work as collisors: circles and rectangles.
If you want an event/tile to have its collision as a circle you'll use the following comment:

<circle cx='horizontal distance (in tiles) from the left of the tile' cy='vertical distance (in tiles) from the top of the tile' r='size (in tiles) of the circle' />

1 = 48px (tile size)
0.5 = 24px
0.25 = 12px

Example:

<collider>
<circle cx='0.5' cy='0.5' r='0.5' />
</collider>

In this example the circle collisor will have 24px size (0.5 of a tile = 1/2 of 48px). He will be positioned half a tile to the right and half a tile down. If you put "2" in "cx" the circle collisor will be put 2 tiles to the right of the event.

ex1.png

If you want to make a rectangle collisor you'll use the following comment:

<rect x='horizontal distance (in tiles) from the left of the tile' y='vertical distance (in tiles) from the top of the tile' width='width (in tiles)' height='height (in tiles)' />

Example:

<collider>
<rect x='0.6' y='0' width='0.4' height='1' />
</collider>

In this example I made a rectangle collisor, with a full tile height and 0.4 of width. He will be placed 0.6 of a tile to the right.

ex2.png
 
Last edited:

FutureDerpy

Independant Developer, Artist
Member
Joined
Nov 10, 2018
Messages
2
Reaction score
0
First Language
English
Primarily Uses
RMMV
Not to pester or necro but my question caught the bottom of the last page and I'm still unable to make the plugin work appropriately without jittering tiles. Is there a way to stabilize events when the aspect ratio has been changed?
 

Chef

yeet
Regular
Joined
Oct 13, 2017
Messages
286
Reaction score
137
First Language
Dutch
Primarily Uses
RMMV
Not to pester or necro but my question caught the bottom of the last page and I'm still unable to make the plugin work appropriately without jittering tiles. Is there a way to stabilize events when the aspect ratio has been changed?
Yes, you need to change the resolution to be pixel perfect / dividable by 48x48. I'm using 1920x1080 with Ultra Mode 7, but 2 weeks ago I was still using 912x504. Both are 16:9.
 
Last edited:

snakehong

A cat with lots of questions
Regular
Joined
May 1, 2019
Messages
44
Reaction score
5
First Language
korea
Primarily Uses
RMMV
Hello.
I'm using Qmovement. But the plugin doesn't have the capability to followers. So I want to use altimit motion!! But there's a big problem here. QABS will not run if Qmovement is removed. I want to use your plugin. Is there any way to add it?
qxios' move plug-in is constrained. I'd like to replace the Qmovement plugin included in QABS with your Altimit _movement plugin. Help! Is there no way?
Removing Qmovement will prevent RPGMV games from running.
 
Last edited:

Chef

yeet
Regular
Joined
Oct 13, 2017
Messages
286
Reaction score
137
First Language
Dutch
Primarily Uses
RMMV
Hello.
I'm using Qmovement. But the plugin doesn't have the capability to followers. So I want to use altimit motion!! But there's a big problem here. QABS will not run if Qmovement is removed. I want to use your plugin. Is there any way to add it?
qxios' move plug-in is constrained. I'd like to replace the Qmovement plugin included in QABS with your Altimit _movement plugin. Help! Is there no way?
Removing Qmovement will prevent RPGMV games from running.
Try to use TYR Follower Control.
 

snakehong

A cat with lots of questions
Regular
Joined
May 1, 2019
Messages
44
Reaction score
5
First Language
korea
Primarily Uses
RMMV
Try to use TYR Follower Control.
Thank you for your answer!
But I did not add details to the reply!!
I apologize to you.!!
I confirmed that there is a hit box with a follower in the Altimit motion. I also thought it was Pugin, an alternative to Qmovement.
And I mistook my followers for being able to fight with me.
(Can a follower fight with you in ABS mode?)
I'm sorry for confusing you because I don't have enough explanation.
I was looking for an AI function to fight in ABS mode.
I wanted to see if there was a possibility in altimit_movement Pugin.
I wanted to check out the possibility of subpoenas like mercenaries to fight with me in Qabs Pugin.
Thank you for your care!


I checked the plugin you introduced me.
The plugin is a plugin whose followers can have different events and must be controlled to act.
I want those followers to attack my enemies.
I apologize for the problem caused by my mistake!

Please understand even if the translation of the text is not natural!
 

Chef

yeet
Regular
Joined
Oct 13, 2017
Messages
286
Reaction score
137
First Language
Dutch
Primarily Uses
RMMV
@snakehong So if I understand it correctly you are using QABS and Qmovement (which I think is pixel based) and you're trying to find an AI plugin for your followers to attack on map enemies. Just to be clear, do the followers actually follow you, the player? If yes then it's not a movement problem but rather just an AI plugin missing.
Altimit movement is basically the same as Qmovement but a bit more fluent and with a better feel, and *polygon* based, it won't solve the problem of followers not attacking or following you. And if followers don't follow you with Qmovement, I think you made a config. mistake somewhere because (as far as I know) it requires more code to not have followers if you've enabled them.
 

snakehong

A cat with lots of questions
Regular
Joined
May 1, 2019
Messages
44
Reaction score
5
First Language
korea
Primarily Uses
RMMV
@snakehong So if I understand it correctly you are using QABS and Qmovement (which I think is pixel based) and you're trying to find an AI plugin for your followers to attack on map enemies. Just to be clear, do the followers actually follow you, the player? If yes then it's not a movement problem but rather just an AI plugin missing.
Altimit movement is basically the same as Qmovement but a bit more fluent and with a better feel, and *polygon* based, it won't solve the problem of followers not attacking or following you. And if followers don't follow you with Qmovement, I think you made a config. mistake somewhere because (as far as I know) it requires more code to not have followers if you've enabled them.
Your reply was very helpful! Thank you.:)
 

Kirby44

Regular
Regular
Joined
Mar 6, 2017
Messages
164
Reaction score
25
First Language
french
Primarily Uses
RMMV
I have some trouble with event triggering

Sometimes I have an event that triggers multiple times
upload_2019-5-28_22-45-56.png
My map looks like this. All the colored switch events are empty. All the eventing is in the holes events.

upload_2019-5-28_22-45-33.png

As you see, triggering the event with the enter key will make the character jump. But with Altimit's Pixel Movement plugin on, the character will sometimes jump two times and trigger two switches in a row.

I tried to fiddle with the colliders but I think the problem isn't there

Anyone can help me ?

Is QMovement a good alternative ?
 

bazrat

Pixel Game Maker MV
Regular
Joined
Oct 15, 2018
Messages
243
Reaction score
190
First Language
English
Primarily Uses
Other
I have some trouble with event triggering

Sometimes I have an event that triggers multiple times
My map looks like this. All the colored switch events are empty. All the eventing is in the holes events.


As you see, triggering the event with the enter key will make the character jump. But with Altimit's Pixel Movement plugin on, the character will sometimes jump two times and trigger two switches in a row.

I tried to fiddle with the colliders but I think the problem isn't there

Anyone can help me ?

Is QMovement a good alternative ?
I made a smaller version of what you're doing to test (although I have no idea what the common event does). I couldn't replicate the issue, I only jumped once every time I hit action.
 

Kirby44

Regular
Regular
Joined
Mar 6, 2017
Messages
164
Reaction score
25
First Language
french
Primarily Uses
RMMV
I made a smaller version of what you're doing to test (although I have no idea what the common event does). I couldn't replicate the issue, I only jumped once every time I hit action.
The common event just tells the color of the switch the character lands on, then activates fire in some places depending on which switch is triggered

I think I get it

When the player collider touches multiple events that can be triggered with the action button, hitting the action button will trigger ALL the events in the range of the collider.

I managed to reproduce the bug with a simple test map

upload_2019-5-29_0-37-35.png

These two pillars are, in fact simple events with a single instruction : Make the player jump Y +1

If I position the player in the upper left corner, the two events will be in collider's range and both events will be executed, making me jump two times.

The easiest solution would be that the only event triggered is the one the player faces but I can't figure where to find it in the code[/SPOILER]
 

Ace of Spades

Regular
Regular
Joined
Jan 19, 2017
Messages
162
Reaction score
243
First Language
English
Primarily Uses
I've been using this plugin for quite some time with success, but I just noticed a significant bug.

Any events that are moving at speed 6 can move through impassible terrain. I even tried this in a blank project to confirm no other plugins were interfering, and I was running into the same problem. I'd really appreciate someone taking a look to see if this can be fixed, thanks!
 

Latest Threads

Latest Posts

Latest Profile Posts

made a face sprite for the little guy using default cat for comparison, I'm rather pleased with how it turned out!

image.png
Playing arounnd with NUUN's Battle Result as a VS Victory Aftermath alternative. Loving it so far despite the learning curve (there are a LOT of parameters)

1701665328725.png

Just have to figure out how to addin sub class progress.
Partitito's story is supposed to be about defeating poverty while thinking he is a capitalist with socialist ideas. But it's really about stories of redemption and perseverance.
Who would have thought an idea like "I wanna put the character bio in the equip screen" would turn into a bunch of work and fun collaboration @Puppet Knight . Now my Equip/Character screen is the way I want it.
Screenshot 2023-12-03 194313.png
Just one more week of grinding through semester finals and I'll be able to actually work on some games and stuff. Hopefully I'll be able to work on my game document to actually have my ideas somewhere outside of my cranium of madness.

Forum statistics

Threads
136,730
Messages
1,269,262
Members
180,449
Latest member
anxlye
Top