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
Rachael
Posts: 13557
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: GZDoom Builder 2.3

Post by Rachael »

Zan wrote: I basically want a nice slope terrain-like on the sides of the cave tunnel. If someone could point me to any up to date tutorials I'd be grateful.
I don't know if I can point you to any tutorials but I can tell you what I do.

If I am working in UDMF mode, I just create a bunch of triangles and then go into 3D mode. You will see little blue boxes that you can click on, and when you shift your mouse wheel up and down they move in that direction - creating slopes.
Accensus
Posts: 2383
Joined: Thu Feb 11, 2016 9:59 am

Re: GZDoom Builder 2.3

Post by Accensus »

If triangles don't appear, smash Tab (GZDoom effects). (Gently pressing it could also do the trick.)
User avatar
Zan
Posts: 338
Joined: Sat Oct 22, 2016 12:43 pm
Location: The depths of Hedon.
Contact:

Re: GZDoom Builder 2.3

Post by Zan »

Eruanna wrote:
Zan wrote: I basically want a nice slope terrain-like on the sides of the cave tunnel. If someone could point me to any up to date tutorials I'd be grateful.
I don't know if I can point you to any tutorials but I can tell you what I do.

If I am working in UDMF mode, I just create a bunch of triangles and then go into 3D mode. You will see little blue boxes that you can click on, and when you shift your mouse wheel up and down they move in that direction - creating slopes.
Holy sh-
Thanks!
User avatar
Rachael
Posts: 13557
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: GZDoom Builder 2.3

Post by Rachael »

Zan wrote:Holy sh-
Thanks!
You're welcome. :)
User avatar
camaxide
Posts: 382
Joined: Thu Jun 11, 2015 8:38 am

Re: GZDoom Builder 2.3

Post by camaxide »

I'm still sticking with the "old" editor before the texture browser change as it works perfect for me. But also check the new versions coming out.
I have a comment on the newest version:
before - the used textures would still show in the "full" pack where as now it removes the texture from the full list and places it only at the top.
So if you have used "metal1" and "metal4" then those are found on top while when browsing through all the textures you will find "metal2", "metal3" and "metal5" in the list when scrolling down with the used textures "missing" as they are not "copied" to the top used list - but rather moved there instead. Is this intended?
The regular behaviour was that "metal1" and "metal4" would be placed at top, but all the metal1-5 would still be found down in the texture browser weather they were used or not.
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 2.3

Post by MaxED »

camaxide wrote:Is this intended?
Yes.
Nevander
Posts: 2254
Joined: Mon Jan 06, 2014 11:32 pm

Re: GZDoom Builder 2.3

Post by Nevander »

MaxED wrote:
camaxide wrote:Is this intended?
Yes.
I suppose it makes sense. Why would you need to see them twice, if you could just move the texture to the used list and not have to relist it again? I also suppose it could potentially get confusing when you're looking for a texture at the bottom of the list and can't find it, forgetting it was used already.
User avatar
printz
Posts: 2648
Joined: Thu Oct 26, 2006 12:08 pm
Location: Bucharest, Romania
Contact:

Re: GZDoom Builder 2.3

Post by printz »

MaxED wrote:Meanwhile, this happened.
Thanks a lot for that! So glad it happened. What I'm gonna push for: cross-platform code (to help making it work on Mac and such) and Eternity stuff (my favourite port :) ). Srsly, with Microsoft's newly discovered affinity for cross-platform, I'm hopeful.
User avatar
Kappes Buur
 
 
Posts: 4120
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: GZDoom Builder 2.3

Post by Kappes Buur »

Lately I am seeing quite a few errors.
For example, I load map10 of Stronghold:
Spoiler:
and get 189 errors
Spoiler:
What's up with that?
Am I doing something wrong or missing something ?
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 2.3

Post by MaxED »

1. Git builds of GZDoom no longer contain DECORATE actor definitions.
2. ZScript parsing is not yet added to GZDB.
User avatar
Kappes Buur
 
 
Posts: 4120
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: GZDoom Builder 2.3

Post by Kappes Buur »

MaxED wrote:1. Git builds of GZDoom no longer contain DECORATE actor definitions.
2. ZScript parsing is not yet added to GZDB.
Oh, reverting to older build.
Thank you.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: GZDoom Builder 2.3

Post by Nash »

MaxED wrote:Meanwhile, this happened.
Thank you Max for your continuous amazing work! =D This will finally give me the push to learn C# for real...

(Oh, you should put a bit fat link to the Github in the OP)
Talon1024
 
 
Posts: 374
Joined: Mon Jun 27, 2016 7:26 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Contact:

Re: GZDoom Builder 2.3

Post by Talon1024 »

MaxED wrote:1. Git builds of GZDoom no longer contain DECORATE actor definitions.
2. ZScript parsing is not yet added to GZDB.
In the meantime, here's a temporary workaround. I got the files by checking out the wadsrc/static directory from an old GZDoom commit. Load gzdecorate.pk3 before or after gzdoom.pk3.
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: GZDoom Builder 2.3

Post by MaxED »

Xaser wrote:Being able to snap vertices to 1/2 or 1/4 of a unit would probably save my bacon here.
Your bacon is probably safe now.
User avatar
Kappes Buur
 
 
Posts: 4120
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: GZDoom Builder 2.3

Post by Kappes Buur »

Talon1024 wrote:
MaxED wrote:1. Git builds of GZDoom no longer contain DECORATE actor definitions.
2. ZScript parsing is not yet added to GZDB.
In the meantime, here's a temporary workaround. I got the files by checking out the wadsrc/static directory from an old GZDoom commit. Load gzdecorate.pk3 before or after gzdoom.pk3.
I've just been using this with the latest GZDoom, works like a charm.
Thank you.
Locked

Return to “Abandoned/Dead Projects”