CyberDemonEmpress Posted January 24, 2017 I decided to upgrade to the latest GZDoom version, as the one I was using was from 2013.. But I now get this error when trying to run PSXDoom: Script error, "PSXDOOM.PK3:sbarinfo.txt" line 13: Expected identifier but got 'null' instead. It worked fine on the older version GZDoom, so I am not sure what went wrong? Does anyone happen to know if this can be fixed? 0 Quote Share this post Link to post
Gez Posted January 24, 2017 CyberDemonEmpress said:I decided to upgrade to the latest GZDoom version, as the one I was using was from 2013.. But I now get this error when trying to run PSXDoom: Script error, "PSXDOOM.PK3:sbarinfo.txt" line 13: Expected identifier but got 'null' instead. It worked fine on the older version GZDoom, so I am not sure what went wrong? Does anyone happen to know if this can be fixed? The SBARINFO code uses "null" to display no graphics, which was never correct behavior. It used to work by accident because there are no graphics called "null", so the graphic was missing and therefore not displayed. But now "null" is a keyword in SBARINFO and this half-assed method no longer works. Replacing null with TNT1 should work. See this post. 0 Quote Share this post Link to post
Danfun64 Posted January 24, 2017 Which is more correct? replacing null with TNT1 or commenting out the null? 0 Quote Share this post Link to post
CyberDemonEmpress Posted January 24, 2017 Thank you for the info. Replacing null with TNT1 did work. You can also replace your PSXDOOM.PK3 file with this one, which already has the fix. http://www.mediafire.com/file/fi3ac9kcdw2xecr/PSXDOOM.PK3 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.