Yes. Change "Dynamic light mode" (lightbulb icon on the top toolbar) to "Don't show dynamic lights".Numnzel wrote:I feel the necesity of disable those light area indicators, they're fine but annoying when I'm not working with lights. There is a way to do it?
GZDoom Builder 2.3
Re: GZDoom Builder 2.3
Re: GZDoom Builder 2.3
But then I don't see them in 3D mode. And I have to switch that button constantly.MaxED wrote:Yes. Change "Dynamic light mode" (lightbulb icon on the top toolbar) to "Don't show dynamic lights".
There should be a button to only disable those lines.
- Kappes Buur
-
- Posts: 4192
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: GZDoom Builder 2.3
I guess what would help is the ability to customize the colour of the outline, as inNumnzel wrote:There should be a button to only disable those lines.

but the dyn light thing itself retaining the colour of the light.
-
- Posts: 16
- Joined: Wed Oct 23, 2013 5:50 am
Re: GZDoom Builder 2.3
Random thought/idea/feature/suggestion/something
Options to change where GZDB stores dbs and backup files.
Reason being is me and my mod team use Dropbox and we are constantly having to change our resource points when someone opens a map as well as backup/dbs files cluttering up the maps folder.
Options to change where GZDB stores dbs and backup files.
Reason being is me and my mod team use Dropbox and we are constantly having to change our resource points when someone opens a map as well as backup/dbs files cluttering up the maps folder.
Re: GZDoom Builder 2.3
MaxEd, the screenshots you posted in the WIP thread doesn't work. :(
Re: GZDoom Builder 2.3
If it helps you can bind a key for that event (F5 > Controls > Toggle dynamic lights rendering)Numnzel wrote:But then I don't see them in 3D mode. And I have to switch that button constantly.MaxED wrote:Yes. Change "Dynamic light mode" (lightbulb icon on the top toolbar) to "Don't show dynamic lights".
There should be a button to only disable those lines.
It works on both the visual and traditional modes. It'll cycle the three options:
Lights and indicators ON > Light animations and indicators ON > Lights and indicators OFF > ...
- Siberian Tiger
- Posts: 476
- Joined: Fri Jun 12, 2009 11:23 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): KUbuntu 22.04.1 LTS
- Graphics Processor: nVidia (Modern GZDoom)
- Location: United States
- Contact:
Re: GZDoom Builder 2.3
Why not use version control instead? One perfect and easy to maintain is GitHub service using Git version control. Or if you have your own SSH and Apache (or the like; IIS) you can use Subversion, though its not as easy to setup. I mention this as you can easily omit these files using such services; they'll never be in the repo but only on your filesystem if configured correctly.Tribeam3rd wrote:Random thought/idea/feature/suggestion/something
Options to change where GZDB stores dbs and backup files.
Reason being is me and my mod team use Dropbox and we are constantly having to change our resource points when someone opens a map as well as backup/dbs files cluttering up the maps folder.
EDIT:
Maybe this guide could help you out on migrating and setting up your own repo on GitHub.
-
- Posts: 16
- Joined: Wed Oct 23, 2013 5:50 am
Re: GZDoom Builder 2.3
Because Dropbox make doom modding piss easy, everything is completely automatic and nobody on the team has to do anything when it comes to version control managementSiberian Tiger wrote:Why not use version control instead? One perfect and easy to maintain is GitHub service using Git version control. Or if you have your own SSH and Apache (or the like; IIS) you can use Subversion, though its not as easy to setup. I mention this as you can easily omit these files using such services; they'll never be in the repo but only on your filesystem if configured correctly.Tribeam3rd wrote:Random thought/idea/feature/suggestion/something
Options to change where GZDB stores dbs and backup files.
Reason being is me and my mod team use Dropbox and we are constantly having to change our resource points when someone opens a map as well as backup/dbs files cluttering up the maps folder.
EDIT:
Maybe this guide could help you out on migrating and setting up your own repo on GitHub.
Only real issue is conflicts but we fixed that with communication as to who is doing what and haven't had that problem yet.
- enderkevin13
- Posts: 1383
- Joined: Tue Jul 07, 2015 7:30 am
- Location: :noiƚɒɔo⅃
Re: GZDoom Builder 2.3
Hi, I wanna add skulltag content to my WAD. How do I do that? I tried loading GZDB with skulltag_data and skulltag_actors, but they gave me errors.
- Kappes Buur
-
- Posts: 4192
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: GZDoom Builder 2.3
Try thisenderkevin13 wrote:Hi, I wanna add skulltag content to my WAD. How do I do that? I tried loading GZDB with skulltag_data and skulltag_actors, but they gave me errors.
make sure to click on exclude zandronum.pk3
Set Zandronum as your test engine
which gives you these 5 warnings,
However, these warnings can be ignored.
- enderkevin13
- Posts: 1383
- Joined: Tue Jul 07, 2015 7:30 am
- Location: :noiƚɒɔo⅃
Re: GZDoom Builder 2.3
It gave me 26.Kappes Buur wrote:Try thisenderkevin13 wrote:Hi, I wanna add skulltag content to my WAD. How do I do that? I tried loading GZDB with skulltag_data and skulltag_actors, but they gave me errors.
make sure to click on exclude zandronum.pk3
Set Zandronum as your test engine
which gives you these 5 warnings,
However, these warnings can be ignored.
Re: GZDoom Builder 2.3
Maybe a something to copy a line special/thing special to an ACS expression? It's a bit frustrating to try remember the parameters all the time.


- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: GZDoom Builder 2.3
To elaborate: ID/tag fields in the linedef editor work from GZDB's tag list, so this would even be of help with the built-in script editor. I think it's a helpful idea.Nightfall wrote:Maybe a something to copy a line special/thing special to an ACS expression? It's a bit frustrating to try remember the parameters all the time.
- TheBadHustlex
- Posts: 1914
- Joined: Thu Oct 03, 2013 12:50 am
- Location: 'stria
Re: GZDoom Builder 2.3
A little feature-suggestion:
Would it be possible to highlight brackets that go together in the script editor? Like when your on a "{", the appropriate "}" get's highlighted. Would be useful for rather complex scripts.
Would it be possible to highlight brackets that go together in the script editor? Like when your on a "{", the appropriate "}" get's highlighted. Would be useful for rather complex scripts.
- enderkevin13
- Posts: 1383
- Joined: Tue Jul 07, 2015 7:30 am
- Location: :noiƚɒɔo⅃
Re: GZDoom Builder 2.3
Add better support for the skulltag pk3 files please. I had to go through a bunch of shit to get it to work, and it has like 38 errors still.