The changelog hasn't changed since 2014, does this have fgd entries for things like the mvm currency packs and robot/player destruction gamemodes entities?
Didn't break mineno currency packs. and most of this is very OUTDATED [broke hammer editor]
The changelog hasn't changed since 2014, does this have fgd entries for things like the mvm currency packs and robot/player destruction gamemodes entities?
Outdated, yes. Breaks Hammer? No. I use it all the time.no currency packs. and most of this is very OUTDATED [broke hammer editor]
godOutdated, yes. Breaks Hammer? No. I use it all the time.
//MvM cash piles
@include "base.fgd"
@PointClass base(Targetname, EnableDisable) studio("models/items/currencypack_small.mdl") = item_currencypack_small : "MvM Money (Small)" [ ]
@PointClass base(Targetname, EnableDisable) studio("models/items/currencypack_medium.mdl") = item_currencypack_medium : "MvM Money (Medium)" [ ]
@PointClass base(Targetname, EnableDisable) studio("models/items/currencypack_large.mdl") = item_currencypack_large : "MvM Money (Large)" [ ]
https://developer.valvesoftware.com/wiki/Item_currencypack_small
This entity is not in the FGD by default
See below & !FGD for instructions on making it available.
This FGD code is incomplete; please help by adding to it.
Code://MvM cash piles @include "base.fgd" @PointClass base(Targetname, EnableDisable) studio("models/items/currencypack_small.mdl") = item_currencypack_small : "MvM Money (Small)" [ ] @PointClass base(Targetname, EnableDisable) studio("models/items/currencypack_medium.mdl") = item_currencypack_medium : "MvM Money (Medium)" [ ] @PointClass base(Targetname, EnableDisable) studio("models/items/currencypack_large.mdl") = item_currencypack_large : "MvM Money (Large)" [ ]
How do I update tf_abs.fgd to include entities added after November 2014 while still including the changes that the ABS pack has (i.e. new sprites)?
I'm making an updated FDG with ABS, ISPuddy and my FGD combined, including new icons for all entities that are left, made by myself. Soon to be finished
Take a look at the first line there
If someone could just answer my simple question, that'd be nice
You know what, fuck "license agreements" on free, community-made products. If somebody makes something out of a genuine desire to be helpful to people, then they shouldn't be upset when others want to be helpful as well. And if they are upset, well maybe it was never about wanting to be helpful in the first place; it was about their own egos and a pathological need to be depended on, and in that case fuck what they wanted.