Ronin Storm wrote:
The IDs appear to be only unique within a type of radio, which makes no sense.
Actually, it makes perfect sense -- as much as a random hacky way of implementing "unique" radios can make sense ;)
The radios have a class/item as a base, e.g. tfr_anprc152 (152 being name, not id).
In the arsenal or in ammoboxes, you'll find an item of classname "tfr_anprc152". When you take it into inventory some magic event handler is called that goes and finds an unused (not necessarily "new", afaik, just "unused") ID.
It then hands you the item with classname tfr_anprc_152_ID (e.g. tfr_anprc_152_666). There are 999 ID's per radio, from tfr_anprc_1 to tfr_anprc_999.
This is why ID's are only unique to each radio.
When you grab a radio from the arsenal, it gives you a tfr_anprc152. For some reason, it doesn't seem to replace it with a unique id version until you leave the arsenal. (event handler magic?)
So during this phase, you might actually be able to save a loadout with a radio in it, since it'll be the "generic" radio classname.
However, if you leave the arsenal and get yourself a tfr_anrpc152_ID and then go and save that in the arsenal, this is were issues might appear.
I'm not sure if they added magic that kicks in when you leave arsenal and replaces it with a new ID. They might, or might not have that and it might or might not work all the time.
What I
do know is that the arsenal mod (same one as the one with the weights) introduces partial loading, so you can simply add only the generic classnames to the whitelist (allowing people to grab radios and save "generic" ones) but when you try and load one of the loadouts that contain a unique-ID version it'll simply go "1x item tfr_anprc152_666 is not whitelisted" and load your loadout minus the radio (and any other non-whitelisted stuff).
I'm just hunting down a bug that I noticed when I took the screenshot for you (value of container weight is waaay to low to be real, must still be log(value) rather than value) but expect an updated, @ASDG JR compatible version of the arsenal mod to be released tonight.