brightmaps

General discussion of the port and Doom-related chat.
Post Reply
Famardy
 
Posts: 35
Joined: Fri Sep 07, 2012 2:55 am
Location: Little Rock
Contact:

brightmaps

#1

Post by Famardy » Sun Sep 23, 2012 4:56 am

Does anyone know how do I make brightmaps work in Zandronum? I would like to see the monsters eyes glows at the dark. :razz:
Image
Image

Zand
 
Posts: 25
Joined: Thu Jan 09, 2014 10:50 pm

RE: brightmaps

#2

Post by Zand » Thu Jan 23, 2014 3:23 am

Im interested on this. I've downloaded the venom8 pk3 brightmaps for doom 1 and doom 2, i've put it on the zandronum folder, i've put on my shortcut -file BrightmapsDoom1.pk3 -file BrightmapsDoom2.pk3 and on my ini:

[Doom.Autoload]
Path=C:\Program Files\Zandronum\BrightmapsDoom1.pk3
[Doom1.Autoload]
Path=C:\Program Files\Zandronum\BrightmapsDoom1.pk3
[Doom2.Autoload]
Path=C:\Program Files\Zandronum\BrightmapsDoom2.pk3
[TNT.Autoload]
Path=C:\Program Files\Zandronum\BrightmapsDoom2.pk3
[Plutonia.Autoload]
Path=C:\Program Files\Zandronum\BrightmapsDoom2.pk3

I'ts still not working. What i am doing wrong?

katZune
Forum Regular
Posts: 470
Joined: Mon Jun 04, 2012 9:41 pm
Location: Mexico! aka the hell gate

RE: brightmaps

#3

Post by katZune » Thu Jan 23, 2014 3:34 am

have you tried putting them in the skin folder? besides IIRC you can't use them online
Whitout a good PC ATM, i will back when 2.0 come out, :)
Spoiler: The True (Open)
Ijon Tichy wrote:
Catastrophe wrote: Banned on grandvoid for trolling Zombie Horde and all out war (blocking, destroying my own base, etc)
Kicked from El Zoido's all out war for nuking our teams base
Kicked again from el Zoido's server for fucking up the warfactory so bad that mechs couldn't spawn anymore
I see no offenses here

only justice

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: brightmaps

#4

Post by Klofkac » Thu Jan 23, 2014 9:55 am

You cannot use brightmap online, brightmaps are not defined in zandronum.pk3 and GLDEFS, where you define those, is a protected lump.. that means you cannot join any server if you have your custom GLDEFS with brightmaps. Yeah, it sucks.
What about at least defining the brightmaps in zandronum.pk3 with the stock sprites? You can turn off shaders for them in GL settings if you do not want them.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔

User avatar
Larz1695
New User
Posts: 18
Joined: Sat Jan 18, 2014 11:39 am
Location: Clarksville, TN

RE: brightmaps

#5

Post by Larz1695 » Thu Jan 23, 2014 11:57 am

Well this would explain why no one can connect to a server I create. I've been trying to load brightmaps.pk3 and lights.pk3 from GZDOOM 1.8.4 in the server I run. I can use them just fine when I log in locally but anyone who tries to connect gets kicked because of the protected lump error. Obviously there is no point if no one can connect. Any other protected lumps?
Last edited by Larz1695 on Thu Jan 23, 2014 12:05 pm, edited 1 time in total.

User avatar
Ænima
Addicted to Zandronum
Posts: 3579
Joined: Tue Jun 05, 2012 6:12 pm

RE: brightmaps

#6

Post by Ænima » Thu Jan 23, 2014 1:11 pm

You can run your server with sv_pure off, that disables protected lump verification and will let people connect.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

Zand
 
Posts: 25
Joined: Thu Jan 09, 2014 10:50 pm

RE: brightmaps

#7

Post by Zand » Thu Jan 23, 2014 1:49 pm

katZune wrote: have you tried putting them in the skin folder? besides IIRC you can't use them online
I've tried and im doing it offline single player. It's still pretty dumb that you can't use brightmaps online tho, they look awesome. Will they fix this for 2.0?

User avatar
-Jes-
Frequent Poster Miles card holder
Posts: 975
Joined: Fri Aug 03, 2012 9:55 am
Location: Void Zone

RE: brightmaps

#8

Post by -Jes- » Thu Jan 23, 2014 1:52 pm

1. Don't use autoload. Autoload is not compatible with server hosting, server joining and for that matter anything else that isn't strictly singleplayer.
Don't use the skins folder either, because:

2. As mentioned already, GLDefs - the lump through which Brightmaps are defined - is protected. As such, it cannot be used in multiplayer UNLESS the server has sv_pure 0 which is absolutely not recommended OR the server is running the same file. (and not through autoload)

3. Even then, Brightmaps are barely useful outside entirely vanilla doom gameplay. Attempting to use any mods with them will no doubt override functionality in either loaded file. They also REQUIRE that you use the OpenGL renderer with Brightmaps enabled under the Shaders subsection.
Last edited by -Jes- on Thu Jan 23, 2014 1:56 pm, edited 1 time in total.

Zand
 
Posts: 25
Joined: Thu Jan 09, 2014 10:50 pm

RE: brightmaps

#9

Post by Zand » Thu Jan 23, 2014 1:53 pm

-Jes- wrote: 1. Don't use autoload. Autoload is not compatible with server hosting, server joining and for that matter anything else that isn't strictly singleplayer.

2. As mentioned already, GLDefs - the lump through which Brightmaps are defined - is protected. As such, it cannot be used in multiplayer UNLESS the server has sv_pure 0. And keep in mind that almost no servers do that due to the inherent risks involved with that.
Im trying this singleplayer.

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

RE: brightmaps

#10

Post by Torr Samaho » Thu Jan 23, 2014 6:10 pm

Larz1695 wrote: Well this would explain why no one can connect to a server I create. I've een trying to load brightmaps.pk3 and lights.pk3 from GZDOOM 1.8.4 in the server I run. I can use them just fine when I log in locally but anyone who tries to connect gets kicked because of the protected lump error. Obviously there is no point if no one can connect.
You can use them on your own server and still allow other players to connect: Just load them like you would load any other mod to host it, i.e. the mod files need unique names and the launcher (Doomseeker, IDE) needs to be able to download them.

Zand
 
Posts: 25
Joined: Thu Jan 09, 2014 10:50 pm

RE: brightmaps

#11

Post by Zand » Fri Jan 24, 2014 2:18 am

I tried with 2.0 and it worked

Galaxy_Stranger
 
Posts: 21
Joined: Fri Oct 19, 2012 7:05 pm
Contact:

RE: brightmaps

#12

Post by Galaxy_Stranger » Fri Jun 06, 2014 2:58 am

Sorry to resurrect an old thread. I'm just looking for some clarification.

If I implement Brightmaps via this method, (there's also a deprecated way), has Zandronum 2.0 been updated to facilitate this?

Just make sure everything's been properly done in my .pk3 and I'm good for Zandronum 2.0 multiplayer?

Post Reply