mircearoata / SatisfactoryPakUtilityMod

GNU General Public License v3.0
14 stars 4 forks source link

Filter !give command matches to "real items" #31

Closed budak7273 closed 1 year ago

budak7273 commented 1 year ago

Include only results that are Solids and are not Build, Customization, Vehicle, Decoration, nor Creature descriptors, and are not in this set: (Class'"/Script/FactoryGame.FGNoneDescriptor"',Class'"/Script/FactoryGame.FGAnyUndefinedDescriptor"',Class'"/Script/FactoryGame.FGOverflowDescriptor"',Class'"/Script/FactoryGame.FGWildCardDescriptor"',BlueprintGeneratedClass'"/Game/FactoryGame/Resource/Equipment/BuildGun/BP_EquipmentDescriptorBuildGun.BP_EquipmentDescriptorBuildGun_C"')

This allows giving things like Turbofuel without the confusing behavior of trying to adding 0 (liquid form) turbofuel because it was an exact name match. image