Hello,
I'm looking for a plugin that lets me place pictures on the map with a 4-point pin, binded. Be it with variables or x1y1 and x2y2. Yes I know that's gonna make the pictures look stretched out and deformed, but that's the intention. My game is 2,5D and the only real problem left is the side view of buildings and houses. Inside as well as outside. I tried to deform an image with paint.net so it looks like it has depth to it and put it to the corner of a house but the x1y1x2y2 "values" keep changing as the player walks because character location constantly changes a bit depending on the players' point of view.
Kind regards,
Arend Galenkamp
Picture between fixed point while binded to map
● ARCHIVED · READ-ONLY
-
-
Can only help by clearing up your request to avoid further question.
Basically something like this?
- Plugin with function that could skew the event Show Picture.
- The A, B, C, D value can be input directly, or by variable.
- Also it's updated as player move.
- And finally with additional function to bind said Picture to map, similar to Bind Picture to Map.
- Plugin with function that could skew the event Show Picture.
-
Hi, sprite in rmmv use pixi-sprite , so you can use the pixi-projection plugin.
https://github.com/pixijs/pixi-proj...d48fc826c50b7e18/dist/pixi-projection.js#L144
check for 2D Quad projective and 2D Quad bilinear
// demo
https://pixijs.io/examples/#/projection/quad-bi.js

easy but you need study the api. -
-
Would this be difficult to complete? I am extremely interested.Can only help by clearing up your request to avoid further question.
Basically something like this?
- Plugin with function that could skew the event Show Picture.
View attachment 108186
- The A, B, C, D value can be input directly, or by variable.
- Also it's updated as player move.
- And finally with additional function to bind said Picture to map, similar to Bind Picture to Map.
- Plugin with function that could skew the event Show Picture.
-
ephesus, please refrain from necro-posting in a thread. Necro-posting is posting in a thread that has not had posting activity in over 30 days. You can review our forum rules here. Thank you.
If you're in need of a plugin, please make a new thread instead.