BLOODWOLF333 / Brutal-Doom-Community-Expansion

A combined community expansion for the latest version of Brutal Doom. All of the latest bug fixes and new features in a single place to create the most polished and stable product.
171 stars 12 forks source link

Do Away With Fake Pickup Sprites #439

Closed BLOODWOLF333 closed 8 months ago

BLOODWOLF333 commented 9 months ago

To Do List

Do away with the fake sprites for weapons and ammo pickups

BLOODWOLF333 commented 8 months ago

There is no way to replace the on-map weapon pickups with a spawner that would drop one weapon for the brutal player and one weapon for the purist player without the player picking up both weapons so, screw it

JMartinezHarmoniousPerson commented 8 months ago

@BLOODWOLF333 You could use ForbiddenTo and RestrictedTo on Weapons (both are compatible with Zandronum) for purist along with a custominventory item, i know you probably scrapped this but do you mind if I experiment something with that? I know sometimes you have to check for the player number too.

BLOODWOLF333 commented 8 months ago

@BLOODWOLF333 You could use ForbiddenTo and RestrictedTo on Weapons (both are compatible with Zandronum) for purist along with a custominventory item, i know you probably scrapped this but do you mind if I experiment something with that? I know sometimes you have to check for the player number too.

Sure go ahead, I have kind of given up because my idea doesnt work for weapons. I can make spawners that drop an ammotype for each playerclass and that works but doing the same thing for weapons does not. They dont seem to obey the Inventory.ForbiddenTo and the player will pickup the wrong playerclass weapons (specifically when trying to insert brutal doom into Heretic with a brutaldoom player class, vanilla/purist class, and a corvus class. The doom players will keep picking up heretic weapons when they shouldnt) DoominHeretic.zip

JMartinezHarmoniousPerson commented 8 months ago

Also what is that DoominHeretic thing? Is it a patch? If so, I can check as well for that. You want Zandro compatibility with the DoominHeretic thing too right?

BLOODWOLF333 commented 8 months ago

Its just an example pk3 of what I was working on without all of the brutal doom stuff to show the problem with the weapon pickups not working like how ammo does.