Tested with: 4.8pre-412-ga9cba9064 (64 bit)
The change introduced by this commit resulted in the give artifacts cheat giving you keys, not only "artifacts".
It also affected a set of items in a mod of mine which are not stored in the inventory on pickup but need to be given valid icons (it's part of their functionality). Obviously, I can "fix" my items so they're ignored by the cheat, but I thought I'd mention it anyway, as the issue doesn't appear to exclusively affect keys.
'give artifacts' cheat gives keys
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49225
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: 'give artifacts' cheat gives keys
fixed
The main problem here is that "artifact" is not a well-defined inventory type, so all we can do is exclude all types that are definitely not artifacts.
The main problem here is that "artifact" is not a well-defined inventory type, so all we can do is exclude all types that are definitely not artifacts.
- Marisa the Magician
- Banned User
- Posts: 3886
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
- Contact:
Re: 'give artifacts' cheat gives keys
I've always assumed that "artifacts" would be all items with the INVBAR flag.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49225
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: 'give artifacts' cheat gives keys
That's the one thing it does not check... 
Don't ask me,this code is old...

Don't ask me,this code is old...