GAMEINFO and Zandronum 2.0, completely ignored

Discuss all aspects related to modding Zandronum here.
Post Reply
mifu
Retired Staff / Community Team Member
Posts: 1075
Joined: Tue May 29, 2012 10:34 am
Location: Aussie Land
Clan: Demon RiderZ

GAMEINFO and Zandronum 2.0, completely ignored

#1

Post by mifu » Sat Jul 05, 2014 6:01 am

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?

AkumaKing
Forum Regular
Posts: 128
Joined: Tue Dec 03, 2013 9:14 pm
Location: Over 2000 lines of Decorate
Contact:

RE: GAMEINFO and Zandronum 2.0, completely ignored

#2

Post by AkumaKing » Sat Jul 05, 2014 7:04 am

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.
Last edited by AkumaKing on Sat Jul 05, 2014 7:05 am, edited 1 time in total.
Projects: Unbound, Zelda DXA
Image

TerminusEst13
Retired Staff / Community Team Member
Posts: 865
Joined: Tue Jun 05, 2012 11:06 pm

RE: GAMEINFO and Zandronum 2.0, completely ignored

#3

Post by TerminusEst13 » Sat Jul 05, 2014 7:53 am

Wasn't ZDoom's Gameinfo put in after 2.5.0?
The Ranger - New class for HeXen.
ZDoom Wars - I drew some pictures.
Samsara - Some class-based mod I guess?
Metroid: Dreadnought - I am a dumb fanboy.
DemonSteele - ~come with me to anime world~

mifu
Retired Staff / Community Team Member
Posts: 1075
Joined: Tue May 29, 2012 10:34 am
Location: Aussie Land
Clan: Demon RiderZ

RE: GAMEINFO and Zandronum 2.0, completely ignored

#4

Post by mifu » Sat Jul 05, 2014 8:07 am

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
Last edited by mifu on Sat Jul 05, 2014 8:16 am, edited 1 time in total.

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: GAMEINFO and Zandronum 2.0, completely ignored

#5

Post by Torr Samaho » Sat Jul 05, 2014 9:50 am

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.

mifu
Retired Staff / Community Team Member
Posts: 1075
Joined: Tue May 29, 2012 10:34 am
Location: Aussie Land
Clan: Demon RiderZ

RE: GAMEINFO and Zandronum 2.0, completely ignored

#6

Post by mifu » Sat Jul 05, 2014 9:57 am

Ah, thats what it probably is then. Fair enough

Post Reply