Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Weapon problems

A topic by luckygreentiger created Feb 01, 2023 Views: 311 Replies: 5
Viewing posts 1 to 2

I'm trying to start off with a simple weapon.

It's a wand that has two graphics, an idle state and a fire state, with infinite ammo and no reloading.

The weapon has max ammo 0, mag ammo 0, damage 10, fire rate 1, bullets 1, reload 1, projectile 512, explosion 0, recoil 1, spread 0, recoil recovery speed 0, ammo in box 0, checked users projectiles, set the idle frame, the fire 0, and fire 1 frames, used a blank image for the projectile and projectile death (again just for testing)--and have it when map starts.

However when I press fire--nothing happens. My test enemy doesn't take damage and the sprites don't change/animate.

Any ideas?

> max ammo 0, mag ammo 0
Self explanatory.

the manual says that gives it infinite ammo and makes reloading unnecessary.  Is that not correct?

Hm, let me check.

Alright, sorry, it appears to be a bug. We noted it, thank you.

For now, since your weapon uses projectiles, I can suggest you to set it as "melee". It will shoot with projectiles as usual and will be infinite.

ok, thank you!