GZDoom Builder 2.3
Re: GZDoom Builder 1.12f: GZDoom features in Doom Builder 2
I'm working on a project with a rather large resource wad, and the newest (SVN) build of the program has serious performance issues with the texture browser. It takes upwards of ten seconds to load the thing, every time I open it (no caching?). It's rather debilitating, enough that I'm probably going to have to downgrade in order to continue working.
This is a rather impressive upgrade to standard DB2, but it still could use some stress-testing.
This is a rather impressive upgrade to standard DB2, but it still could use some stress-testing.
Re: GZDoom Builder 1.12f: GZDoom features in Doom Builder 2
Hmm... How many textures do you have there? I've made a test wad with 5193 textures, and it seem to be working fine, no noticeable slowdowns whatsoever...
Wait. OH SHI--
Wait. OH SHI--
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
Ok, this issue is hopefully fixed in 1.12g.
- Kappes Buur
-
- Posts: 4170
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
This may be a bit tricky, but if you could implement that ...
On medium to large maps, the vertices are very difficult to see, regardless of colour.
For example:

click image for full size
Could it be made that a vertex starts to pulsate, or changes to a somewhat larger size, as the mouse cursor goes over top of it,
so it is easier to mousehandle it ?
On medium to large maps, the vertices are very difficult to see, regardless of colour.
For example:

click image for full size
Could it be made that a vertex starts to pulsate, or changes to a somewhat larger size, as the mouse cursor goes over top of it,
so it is easier to mousehandle it ?
- ReedtheStrange
- Posts: 226
- Joined: Sun Sep 11, 2011 3:27 pm
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
One feature that I would kind of like to see in Gzdoom/Zdoom is a pit sector with optional insta-death. Similar to horizon, but the wall texture go downward/upward forever, instead of floor and ceiling textures going forever as is the case with horizon.
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
Wrong place for suggestions such as this (It'd probably get 'No'ed anyway). Making such a structure with existing features is easy enough.ReedtheStrange wrote:One feature that I would kind of like to see in Gzdoom/Zdoom is a pit sector with optional insta-death. Similar to horizon, but the wall texture go downward/upward forever, instead of floor and ceiling textures going forever as is the case with horizon.
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
ACS -> [wiki]Sector_SetDamage[/wiki]ReedtheStrange wrote:One feature that I would kind of like to see in Gzdoom/Zdoom is a pit sector with optional insta-death.
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
Also, sector type 115:
115 Damage_InstantDeath
Kills the player instantly.
115 Damage_InstantDeath
Kills the player instantly.
- Kappes Buur
-
- Posts: 4170
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
Another request
Scrolling the mousewheel zooms in steps of 4% .
Could you implement zooming in 1% steps, maybe through press and hold some key and mousewheel ?

Scrolling the mousewheel zooms in steps of 4% .
Could you implement zooming in 1% steps, maybe through press and hold some key and mousewheel ?
Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
Ah, much obliged! It's lightning-fast now. Thank you for the mega-speedy fix, sir.MaxED wrote:Ok, this issue is hopefully fixed in 1.12g.

Re: GZDoom Builder 1.12g: GZDoom features in Doom Builder 2
Added in 1.12h:Kappes Buur wrote:This may be a bit tricky, but if you could implement that ...
On medium to large maps, the vertices are very difficult to see, regardless of colour.
Could it be made that a vertex starts to pulsate, or changes to a somewhat larger size, as the mouse cursor goes over top of it,
so it is easier to mousehandle it ?

You can already change zoom factor using Preferenses -> Interface -> "Zoom factor". Default setting works pretty well, for me at least, so I just don't feel this feature is important enough to actually implement it...Kappes Buur wrote:Scrolling the mousewheel zooms in steps of 4% .
Could you implement zooming in 1% steps, maybe through press and hold some key and mousewheel ?

Re: GZDoom Builder 1.12h: GZDoom features in Doom Builder 2
For some odd reason, dynamic lights don't even show up in my visual mode. They don't even show up as thing objects, and they don't give off light at all. I'm using the standard Dynamic Light objects. Is there any fix?
- Kappes Buur
-
- Posts: 4170
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: GZDoom Builder 1.12h: GZDoom features in Doom Builder 2
Dynamic lights do not show up in Visual Mode, only in GZDoom Visual Mode.
You have to go into Game Configurations ( F6 - Modes ) and enable it.
Then click on the toolbar icon, or in Preferences ( F5 - Controls ) you can bind a key to it.
You have to go into Game Configurations ( F6 - Modes ) and enable it.
Then click on the toolbar icon, or in Preferences ( F5 - Controls ) you can bind a key to it.
Re: GZDoom Builder 1.12h: GZDoom features in Doom Builder 2
I am using GZDoom Visual Mode. Sorry about not mentioning that. I've tried both visual modes.Kappes Buur wrote:Dynamic lights do not show up in Visual Mode, only in GZDoom Visual Mode.
You have to go into Game Configurations ( F6 - Modes ) and enable it.
Then click on the toolbar icon, or in Preferences ( F5 - Controls ) you can bind a key to it.
Re: GZDoom Builder 1.12h: GZDoom features in Doom Builder 2
Try not loading zdoom.pk3 (or gzdoom.pk3) loaded as a Resource.Uboa wrote:For some odd reason, dynamic lights don't even show up in my visual mode. They don't even show up as thing objects, and they don't give off light at all. I'm using the standard Dynamic Light objects. Is there any fix?