Inventory system broken in Doom - Unknown script 310
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.
Inventory system broken in Doom - Unknown script 310
I've encountered a new bug in the latest version of GZDoom. If I insert an inventory item into Doom II and then try to activate it with the Enter key, it fails to activate, coming up with "Unknown script 310". This does not happen in Heretic or Hexen. For example I have a custom map with the Pentacle of Projection from Realm667 in it, and this previously worked fine in GZDoom but in the current version it throws up this error. I have attached a sample Doom II map with a non-working Pentacle of Projection.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Inventory system broken in Doom - Unknown script 310
This isn't an engine erorr. You must have loaded a mod that's broken. By default GZDoom runs no scripts when handling the inventory.
So what mods did you load?
So what mods did you load?
Re: Inventory system broken in Doom - Unknown script 310
Thanks for this - I checked a few possibilities and it turns out that in my GZDoom INI file for some reason "Enter" got rebound to "puke 310", rather than the default "invuse", so as you say not an engine error - it must be related to a mod that I had previously installed. After correcting this everything works as intended now.