Lights.wad
Moderator: Graf Zahl
- Induna
- Posts: 34
- Joined: Sun Jul 23, 2006 17:39
- Location: England
Lights.wad
Hi, new to GZDoom
Do I just put this in the GZDoom dir for the dynamic lights to work?
Do I just put this in the GZDoom dir for the dynamic lights to work?
- Jive
- Posts: 340
- Joined: Sat Mar 11, 2006 23:44
- Location: Manaus (Amazonia)
- Contact:
- Jive
- Posts: 340
- Joined: Sat Mar 11, 2006 23:44
- Location: Manaus (Amazonia)
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
And over written every time a new version is installed. Why not use your ini or the skins directory?jflkbob wrote:exactally, thats whyNash wrote: gzdoom.pk3 is always loaded automatically
Also (and not a lot of people know this) if you put a file called zvox.wad in your (G)Zdoom directory, it will automatically be loaded. This has been in Zdoom for years. I think it was originally intended to be a file for player voices but it can be a WAD with anything in it and it still works in current versions.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- Jive
- Posts: 340
- Joined: Sat Mar 11, 2006 23:44
- Location: Manaus (Amazonia)
- Contact:
I searched in my "doc" dir for zdoom, and I found this:Graf Zahl wrote:Apparently it is too much for some people to autoload properly - with the autoload sections in the .INI.
I tried it, but it don't works!!!rh-log.txt wrote:September 15, 2001
- Fixed: Monsters that reached the end of a patrol path did not have their
reactiontime reset, so they would wait a very long time before attacking.
- Fixed: STYLE_Shaded ignored special colormaps like invulnerability.
- Added support for autoloading wads through the config file. Create a section called [Doom.Autoload] and place "Path=<file>" beneath it for each file to be automatically loaded. They are loaded after the files in the skins directory and before any files on the command line. Game can be Global to load the files for any game. Global files are added before game- specific files.
Those lines are simply deleted and the fields are empty after the load:
Code: Select all
[Doom.AutoExec]
[Doom.Autoload]
Last edited by Jive on Wed Jul 26, 2006 2:17, edited 2 times in total.
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
Replace Game with the game you intend to autoload the files with. So if you want to autoload for Doom, use [Doom.Autoload].
Valid games are:
[Doom.Autoload]
[Heretic.Autoload]
[Hexen.Autoload]
[Raven.Autoload] for any Raven game
[Strife.Autoload]
Or, as Randy mentioned, you can replace Game with Global to autoload files for ANY game.
[Global.Autoload]
Valid games are:
[Doom.Autoload]
[Heretic.Autoload]
[Hexen.Autoload]
[Raven.Autoload] for any Raven game
[Strife.Autoload]
Or, as Randy mentioned, you can replace Game with Global to autoload files for ANY game.
[Global.Autoload]