[not a bug] Refuses to start!

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

[not a bug] Refuses to start!

Post by Nash »

It reports some MAPINFO error no matter what I do! :/
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

"Script error, MAPINFO, Line 2: Bad syntax"
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

Found the problem - this particular wad in my /skins/ folder is causing the error.

It used to work before this. Why has this changed?
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

I have changed this because I wanted to take GL specific stuff out of MAPINFO. Glows are now specified in GLDEFS where they belong.

It now looks like this (but you have to wait for the next version. Some seemingly unrelated change broke the GLDEFS parser a little):

Code: Select all

Glow
{
	Flats
	{
		LAVA1 
		LAVA2 
		LAVA3 
		LAVA4 
		NUKAGE1 
		NUKAGE2 
		NUKAGE3
	    FWATER1 
	    FWATER2 
	    FWATER3 
	    FWATER4
		BLOOD1 
		BLOOD2 
		BLOOD3
		RROCK05
		RROCK06
		RROCK07
		RROCK08
	}
	
	Walls
	{
		FIREBLU1 
		FIREBLU2 
		FIRELAVA 
		FIRELAV2 
		FIRELAV3 
		FIREMAG1
	    FIREMAG2 
	    FIREMAG3 
	    FIREWALL 
	    FIREWALA 
	    FIREWALB
	}
}
This was an undocumented feature anyway so it won't come back.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

I take it glows still don't work with slopes?
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

No, no changes there. I said before this is more or less an abandoned feature.
Locked

Return to “Closed Bugs”