GZDoom Builder 2.3

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 1.14

Post by MaxED »

Newsflash! (r1893)
1. Visual mode: when changing height of a triangular sector all vertices of which have height offset, vertex heights will be changed instead of sector's floor/ceiling height (this allows to edit terrain height without the use of vertex handles).
2. Visual mode: "Copy Texture", "Copy Texture Offsets" and "Copy Properties" actions now always copy properties from currently highlighted surface (previously they copied properties from the first selected surface when something was selected).
3. Draw Rectangle mode: nothing was drawn in some cases.
4. Drag Things mode: grid was not updated when grid size was changed in this mode.
Blue Shadow
Posts: 5043
Joined: Sun Nov 14, 2010 12:59 am

Re: GZDoom Builder 1.14

Post by Blue Shadow »

[r1892]

With recent builds, if you're in the visual mode while the info panel is shown, moving the crosshair from one element to another, i.e. from linedef to linedef, linedef to sector, etc... is not as smooth as it used to be. If I close the panel, things get better again.

Am I right in assuming that the editor is taking too much time to retrieve the info related to the element under the crosshair?
boris
Posts: 776
Joined: Tue Jul 15, 2003 3:37 pm

Re: GZDoom Builder 1.14

Post by boris »

MaxED wrote:I will return to it after 1.15 release (I was encountering more and more technical problems while working on it, so it's development is in stand-by mode for now)
I worked on something like that 4.5 years ago (how times flies by!), I just uploaded the code to https://github.com/biwa/lightningmode. Maybe it can supply some ideas. Unfortunately it never worked completely, I never managed to light all sectors as they should be. Back then there was also a lengthy discussion about it on the DB2 forums: http://www.doombuilder.com/forums/viewt ... ?f=9&t=290

Here's a video of the plugin in action (and also showing how it fails in some cases ;) ):

User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 1.14

Post by MaxED »

Blue Shadow wrote:[r1892]
With recent builds, if you're in the visual mode while the info panel is shown, moving the crosshair from one element to another, i.e. from linedef to linedef, linedef to sector, etc... is not as smooth as it used to be. If I close the panel, things get better again.
Does this happen in any map format? In any map (e.g. is this the same in simple and complex maps)?
User avatar
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 1.14

Post by Siberian Tiger »

MaxED, by chance do you remember if the Doom Builder 2 project used to have a plugin named 'NodesViewer'? I have checked within the local working copy (currently up-to-date and reverted recursively to original state), but I don't see the plugin for Doom Builder 2. I have checked the SVN logs aswell to be sure, alas, I couldn't find any mention of it ever existing in the Doom Builder 2 project. I could have swore it was part of the project and later on it was included into the GZDoom Builder project, to add even further - the compiling instructions for NodesViewer exists in my front-end compiling program for Doom Builder 2. Could it be that it somehow got lost in the transition a year ago? Something does not seem to be right here....
User avatar
DoomerMrT
Posts: 370
Joined: Tue Nov 21, 2006 10:58 am
Location: Budapest,Hungary

Re: GZDoom Builder 1.14

Post by DoomerMrT »

Hello!

Thank you for this great map editor :) I have a feature idea for vertex terrain, although I'm not sure how easy or possible it is to implement. In visual mode, there could be a "terrain tool" which highlights a circular/rectangular (based on user setting, radius could also be set in map units) territory on the floor/ceiling around the crosshair, and one could use mouse wheel to raise multiple triangular sectors inside the highlighted territory (or vertexes for that matter, whichever is easier to implement) to create a hill/valley. For this, the concerned vertexes would need to have their height adjusted proportionally to each other (perhaps, some jitter like option could be added here too, which could vary the height differences among them to create different shaped formations).

I am not sure about the highlighted territory, might aswell could be like on the video, like only one vertex sector is highlighted but adjacent sectors get modified too.

Some example vid from other game editor:
http://www.youtube.com/watch?v=P2yospcSOjk

example around 0:28
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 1.14

Post by MaxED »

Siberian_Tiger wrote:MaxED, by chance do you remember if the Doom Builder 2 project used to have a plugin named 'NodesViewer'?
This plugin is not part of Doom Builder 2 SVN, but you can get the sources from Doom Builder 2 plugins page
User avatar
Nash
 
 
Posts: 17501
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: GZDoom Builder 1.14

Post by Nash »

I requested terrain-sculpting tools with customizable falloff quite a long time ago (maybe a year or two back even :O) but at the time it wasn't really possible or made any sense... but with so much improvements today, maybe it's possible to revisit the idea... :D
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 1.14

Post by MaxED »

Nah, it's kinda not... It would require a new Visual mode to implement it properly, and creating a new visual mode would require around 2000 lines of duplicate code from BuilderModes.BaseVisualMode just so it displays stuff in the same way as current visual mode...

I'm planning to do something with that problem after releasing 1.15
Blue Shadow
Posts: 5043
Joined: Sun Nov 14, 2010 12:59 am

Re: GZDoom Builder 1.14

Post by Blue Shadow »

MaxED wrote:Does this happen in any map format? In any map (e.g. is this the same in simple and complex maps)?
Yes. It doesn't matter if it's hexen format or UDMF; a small map or a big map.
User avatar
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 1.14

Post by Siberian Tiger »

MaxED wrote:
Siberian_Tiger wrote:MaxED, by chance do you remember if the Doom Builder 2 project used to have a plugin named 'NodesViewer'?
This plugin is not part of Doom Builder 2 SVN, but you can get the sources from Doom Builder 2 plugins page
Ah ha, thanks!

I'll have to investigate what went wrong on my side then...
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 1.14

Post by MaxED »

Newsflash! (r1894)
1. Map Analysis mode: "Check overlapping lines" logic was broken on maps in Doom and Hexen map formats.
2. Map Analysis mode: "Check overlapping lines" now finds duplicate linedefs (e.g. when 2 lines have the same start and end positions).
3. Map Analysis mode: added "Check overlapping vertices" check. This will check if a vertex is on top of a linedef or another vertex.
4. Updated zspecial.acs

Also, if someone can provide map error examples, which are not detected by Map Analysis mode, I can add more checks.
Blue Shadow
Posts: 5043
Joined: Sun Nov 14, 2010 12:59 am

Re: GZDoom Builder 1.14

Post by Blue Shadow »

MaxED wrote:4. Updated zspecial.acs
You also want to update zdefs.acs and ZDoom_ACS for the new ACS functions: [wiki]GetLineActivation[/wiki] and [wiki]SetLineActivation[/wiki]. :wink:
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 1.14

Post by MaxED »

Done (r1895).
User avatar
Leonard2
Posts: 313
Joined: Tue Aug 14, 2012 6:10 pm

Re: GZDoom Builder 1.14

Post by Leonard2 »

MaxED wrote:It would require a new Visual mode to implement it properly
You must be overthinking things here.
If the problem is the radius highlight then just don't implement it.
You can see in DoomerMrT's example that only a triangle is highlighted (that would be a sector) so then I think only a new action that raises surrouding vertex would be required and I can't see how that needs a new visual mode.
Locked

Return to “Abandoned/Dead Projects”