Page 1 of 1
GAMEINFO and Zandronum 2.0, completely ignored
Posted: Sat Jul 05, 2014 6:01 am
by mifu
Hey guys!
Since Zan 2.0 is at ZDoom 2.5.0 now, I was hoping to check out the GAMEINFO lump but the problem is, it seems Zandronum 2.0 does not even know the lump exists.
The lump is in a pk3, which is in the global namespace of course.
The example code is:
Code: Select all
//Gameinfo Details
STARTUPTYPE = "Hexen"
STARTUPTITLE = "FOR THE LULZ"
STARTUPCOLORS = "ff 00 00", "00 00 00"
STARTUPSONG = "ORB"
Am I doing something wrong, or Zandronum 2.0 does not have gameinfo support yet, or is it a bug that I should report at the tracker?
RE: GAMEINFO and Zandronum 2.0, completely ignored
Posted: Sat Jul 05, 2014 7:04 am
by AkumaKing
I think any versions of Zandronum 2.0 are unfinished alphas/betas. The latest finished version, I believe, is 1.2.2 or something like that.
Just wait for the finished version to come out with full support for all them nifty ZDoom 2.5 features.
RE: GAMEINFO and Zandronum 2.0, completely ignored
Posted: Sat Jul 05, 2014 7:53 am
by TerminusEst13
Wasn't ZDoom's Gameinfo put in after 2.5.0?
RE: GAMEINFO and Zandronum 2.0, completely ignored
Posted: Sat Jul 05, 2014 8:07 am
by mifu
AkumaKing wrote:
I think any versions of Zandronum 2.0 are unfinished alphas/betas. The latest finished version, I believe, is 1.2.2 or something like that.
Just wait for the finished version to come out with full support for all them nifty ZDoom 2.5 features.
I was kinda gonna test out features out of Zan 2.0 and this was one of them. So does anyone know what could be going on?
EDIT:
TerminusEst13 wrote:
Wasn't ZDoom's Gameinfo put in after 2.5.0?
According to the wiki, it was 2.4.1
RE: GAMEINFO and Zandronum 2.0, completely ignored
Posted: Sat Jul 05, 2014 9:50 am
by Torr Samaho
Zandronum 2.0 has the same GAMEINFO support ZDoom 2.5.0 has. Later ZDoom versions extended GAMEINFO support, so only things that worked in ZDoom 2.5.0 work in Zandronum 2.0.
RE: GAMEINFO and Zandronum 2.0, completely ignored
Posted: Sat Jul 05, 2014 9:57 am
by mifu
Ah, thats what it probably is then. Fair enough