Foohy / jazztronauts

Jazztronauts is a cooperative theft-em-up for Garry's Mod, also known as prop hunt 2.
122 stars 35 forks source link

Stealing brushes underwater #198

Closed lazyRares closed 2 months ago

lazyRares commented 1 year ago

Currently, stealing brushes underwater isn't possible. Since being inside a water brush counts as any other regular old brush, so the game prohibits you from taking the brushes that water obscures. This is problematic.

I'm not sure if there is any possible way to fix this since water is still a brush. Just leaving it here as an issue to get people thinking of a workaround, maybe a group steal upgrade? Something like that

TheBillinator3000 commented 1 year ago

I also have the same issue. I usually type "sv_cheats 1" and "jazz_override_noclip 0" to steal all of the brushes. With these commands active, noclip into the brush you want to steal and boom! You got it.

lazyRares commented 1 year ago

Yep, this is how I've been doing it as well haha. But a proper method never hurts

SageJFox commented 9 months ago

Can confirm this. My guess would be needing to filter out water brushes from the snatcher's trace once they've been snatched. (How to go about doing that in a reasonable way is another issue. :P )

aus2004 commented 4 months ago

theoretically you could do this by disabling water brush detection while submerged, no? (though that'd probably be a bandaid fix, because shallow water)

SageJFox commented 2 months ago

Fixed in d358da4ac124de239cf7f92b140f143968815cf8