Skip to main content

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

Ammo 3D models

A topic by ota11 created Jun 30, 2024 Views: 229 Replies: 3
Viewing posts 1 to 2

Is it possible to set the 3D model to only ammo? if I don't use the 3D model on the weapon, the game crashes
I would like to be able to edit only the ammo in 3D

I tried making ammo as decoration where it works, with the fact that I will use:

give ammo 2 30
entity delete me
map return

(but it won't make the ammo pickup sound and flash, and it's probably not possible to set the decoration "ammunition" to fall from enemies)

then I tried this but there again the player has a delay before he can move further.

vn 1
car 1
cursor 0
play sound ak47ammo
timeout 0.7
give ammo 2 30
entity delete me
map return

> (but it won't make the ammo pickup sound and flash, and it's probably not possible to set the decoration "ammunition" to fall from enemies

Possible.

Plus you should learn more about "map return" usage in manual.

(2 edits)

yeah i edited it to:

vn 1 
auto 1 
play sound ak47ammo
give ammo 2 30 
entity delete me 
map return 2

If in the future it was possible to change the 3D model to only ammunition, I would be grateful, thank you for your work.

Fixed in latest dev build.