theastropath / UT2K4CrowdControl

Crowd Control for Unreal Tournament 2004
https://mods4ever.com/discord
1 stars 1 forks source link

Randomizer could replace WeaponBases with WildcardBase to make it more random #7

Open theastropath opened 5 months ago

theastropath commented 5 months ago

WeaponBases could be replaced with WildCardBases instead (or a new rando version that would let it be shuffleable with all item types?) so that not only would there be random weapons, but the weapon available would change every time the weapon gets picked up

theastropath commented 5 months ago

WildcardBase's seem to be intended for regular pickups that despawn when you grab them, and duplicating their behaviour into RandoBase doesn't seem to actually function with Weapon Pickups, since they don't get despawned when you pick them up.

Tried some alternate behaviour, deleting the pickup, manually recalling SpawnPickup, doing things on a timer... was having issues with the new Weapon Pickup spawning.

Not an immediate concern anyway.