Skip to main content

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

Nuclear Throne Together

An online multiplayer mod for Nuclear Throne. · By YellowAfterlife

Defpack Psy Bullets

A topic by DarugoDream created Sep 29, 2017 Views: 407 Replies: 1
Viewing posts 1 to 2

Trying to play defpack 1.5 with a bud online through NTT, obviously, and Psy Bullets don't seem to work. The guns spawn, shoot, and spend ammo, but nothing comes out, not even a hitbox without the sprite. The sprite files are included and it think the code looks like it's supposed to seek the file out and use it, but it doesn't seem to work. Anything I can do to fix it?

I was having this exact same problem

I looked into the code and compared the guns that didn't work to the ones that did, and it seems that all the weapons that functioned properly spawned the projectile from within its own code, where all the weapons that didn't (Ardent, Thunder, Psy, and some others) called upon a script to spawn them, which always fails. The error message I get in game is "Cannot apply with() to undefined"

Unfortunately since my knowledge of GML is limited, I don't have a manual fix for this other than editing the weapons to fire their projectile from within it's own code. Best thing we can do is report the bug to the developer and wait for a fix.