What is the exact filename of your file in /img/pictures/ folder? Is it:
grenadeAnim(8,5).png
Galv's Map Projectiles
● ARCHIVED · READ-ONLY
-
-
No it's not, it's just GrenadeAnim.pngWhat is the exact filename of your file in /img/pictures/ folder? Is it:
grenadeAnim(8,5).png -
@Galv Very Amazing Plugin! I know it's been a while but it's quite a cool one still. Great job on coding this! :cutesmile::thumbsup-right:
@PKirkby:
lol ahh well that's most likely the problem then ;):guffaw:No it's not, it's just GrenadeAnim.png
name it grenadeAnim(8,5).png.
...like the example:
Sidenote:
Also try to match Upper/Lower case with the filename exactly, it doesn't matter to windows but certain OS's it will matter.:cutesmile::thumbsup-right: -
Damn, I even thought of that but wasnt sure. Thanks alot!@Galv Very Amazing Plugin! I know it's been a while but it's quite a cool one still. Great job on coding this! :cutesmile::thumbsup-right:
@PKirkby:
lol ahh well that's most likely the problem then ;):guffaw:
name it grenadeAnim(8,5).png.
View attachment 128719
...like the example:
View attachment 128720
Sidenote:
Also try to match Upper/Lower case with the filename exactly, it doesn't matter to windows but certain OS's it will matter.:cutesmile::thumbsup-right: -
no prob. glad to assist :)dayum, I even thought of that but wasnt sure. Thanks alot!
-
Oh, d
no prob. glad to assist :)[/QUO
I suppose I should ask, what size is the animation template? Now that I have it work I have to make up a template, the original ones are 192px per frame but it seems your bullet design is a little different.no prob. glad to assist :) -
Are you referring to the projectiles themselves?
Default are 80x30 but as mentioned above the filename specifies the number of frames.
So in the example image it has 8 frames each frame is 10 pixels.
The speed of how fast it loops through the frames is set to 5.
All frames are on a single row.
Does that help? Is that what you were asking? -
Oh I get it now. Thanks again
-
No prob. Made a few quick ones just now myself editing the RTP.Oh I get it now. Thanks again
-
Oh nice, they look great. Mine will be grenades, for now I'm just using filler art though.No prob. Made a few quick ones just now myself editing the RTP.
View attachment 128731
View attachment 128729
View attachment 128730 -
Hey @Galv this plugin is amazing! :D
-
Hello. Is there a way to set that plugin to use it with different platform levels?
When im on 1 i hit only 1, on 2 hit 2 etc.
I tried to use in event that get hit:
$gameMap.regionId($gamePlayer.x, $gamePlayer.y) === $gameMap.regionId($gameMap._events[this._eventId].x, $gameMap._events[this._eventId].y)
But it doesn't seems to work.

I created a bow thanks to that plugin, but it hits events even if they are on different regions. 1 = 2 :/ -
Anyone have done this projectile for a hookshot? want to share the graphics?
-
I was able to get it right. Platform system works. Now i have problem with Pixel Movement :V
-
I was able to get it right. Platform system works. Now i have problem with Pixel Movement :V
Could you be so nice and post your solution? Im pretty sure many, including me would be happy for it -
Its a lot of work with that solution. I would need to crate whole tutorial for people to understand it. :LCould you be so nice and post your solution? Im pretty sure many, including me would be happy for it
-
Awesome, this looks like it is perfect for Tower Defense Games.
-
For some reason, the projectiles are hitting me slightly below the character even though there are no blank spaces in my sprite sheet. So when I'm staying still and the event shots "in the straight line" it misses. It feels like the collisions offset is something about 12 pixels (Y). How could I fix it?
UPD. Found this in official GALV web site:
Hello Galv,
first off, thank you so much for your plugins. They help tremendously in making my game become reality.
Unfortunately I (most likely) encountered an issue with this plugin when using sprites with the ! prefix that disables the Y-shifting. In that case bullets will pass through the player, if directly standing to the left or right side of the shooting event. -
I have a problem with this plugin, I am not sure why, but a weird sound effect plays
by itself every time the player shoots, and I can´t remove it. The peeble that gets shot doesn´t show either.
Edit: I have no problems at making enemies shoot, it´s just the main character. I pasted the shooting mc parallel effect from the demo to test it (as well as its bullet images) and it still doesn´t work. -
Anyone else have comaptibility issues with plugins that modify the Tilemap ?
I wanted to try the plugin, and got the
Code:undefined is not a function
error. This was caused by Caethyril's Tile Animation Rate Plugin, then I disabled it. And now it crashes because of biuid436's Wave Filter Plugin
The first one isn't really important, but wave filter is necessary for underwater parts
And I really need a projectile plugin :(