Page 1 of 1

A few GZDoom questions

Posted: Mon Sep 24, 2007 10:09
by Sigvatr
Hi guys,

I've been trying for a while to pull off a few things in GZDoom. Unforunately, I'm not having very much luck.

Can someone give me some tips or point me in the right direction of how to do the following things:

1) I would like to use a few high resolution skies for my wad. How do I load them into the wad and then call them for specific levels? Can I use mapinfo to tell the level which sky to use? The skies I want to use are incompatible with the Doom palette, so should I use pk3 or zip format for my wad?

2) I'd also like to make it so that when enemies fire weapons (such as zombies), a dynamic light flash pops up around them briefly. Is this possible?

Cheers!

Posted: Mon Sep 24, 2007 12:55
by KeksDose
Welcome to the forums (hell yeah, I'm most times always the first one to say welcome :P)

To answer your first question:
You can use a high resolution sky in GZDoom also in a .WAD, also in .PK3 and .ZIP (which are basically the same). If you use XWE to import a sky texture, go on "Load Raw Data" ; this prevents it from loading the sky with the Doom palette. ;)
And if you want to use it in a map you make yourself a MapInfo lump and write a line of...

Sky1 Blablubbblaablablubblabaskytexturehere 0.0

There you have your hi-res sky ;)

And the second question:
You must make a new lump called "GLDefs". There you define an actor to give the lights to.

Like:

Code: Select all

Object ZombieMan
{
 Frame POSSE { Light ZombieShot }
}

PointLight ZombieShot
{
 Color 1.0 0.8 0.0
 Size 60
}
You can check out the documentation for this stuff, too, as there are more light types (Flicker light, pulse light, etc.).

Posted: Mon Sep 24, 2007 14:02
by Sigvatr
I don't see a "Load Raw Data" option. Is this something from a newer XWE release or do I have to change some preferences or something?

Posted: Mon Sep 24, 2007 14:09
by KeksDose
I think it's only available in the latest XWE. It's "Entry -> Load (Raw Data)".

Posted: Sat Sep 29, 2007 1:51
by wildweasel
That feature may only be available in the betas - check here for more info.

Posted: Thu Oct 04, 2007 13:27
by InsanityBringer
Actually it should be in 1.16