[not a bug] Refuses to start!
Moderator: Graf Zahl
- 
				Nash  
- Developer 
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
[not a bug] Refuses to start!
It reports some MAPINFO error no matter what I do! :/
			
			
									
						
										
						- 
				Nash  
- Developer 
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- 
				Nash  
- Developer 
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- 
				Graf Zahl  
- GZDoom Developer 
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
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):
This was an undocumented feature anyway so it won't come back.
			
			
									
						
										
						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
	}
}
- 
				Enjay  
- Developer 
- Posts: 4756
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- 
				Graf Zahl  
- GZDoom Developer 
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany