Search found 8 matches
- Tue Jan 07, 2025 6:33 am
- Forum: Mapping
- Topic: Create slope which connects seemingly with surounding sectors
- Replies: 3
- Views: 3309
Re: Create slope which connects seemingly with surounding sectors
That was exactly what I was looking for, works like a charm! Not more angle and height adjustment, just some sweet "Align floor: Front". π Also I first align it the wrong way, resulting in a very funny floor design across the next sector (not the sector I actually wanted to have a slope). π Thank you ...
- Mon Jan 06, 2025 9:37 pm
- Forum: Mapping
- Topic: Create slope which connects seemingly with surounding sectors
- Replies: 3
- Views: 3309
Create slope which connects seemingly with surounding sectors
Hello everyone, π I'm trying to create a slope in UDB, but always run into the problem that it doesn't connect seemingly with the surounding sectors. Means the sector of the slope of course connects perfectly to those connecting sectors. But it always sticks out or is lower on the front and / or ba ...
- Sun Jan 05, 2025 7:43 am
- Forum: Scripting
- Topic: ACS_ExecuteWithResult doesn't support named scripts
- Replies: 3
- Views: 1944
Re: ACS_ExecuteWithResult doesn't support named scripts
All the ACS_* commands have named execute alternatives. e.g. ACS_NamedExecute, ACS_NamedExecuteWithResult and so on. Does that cover what you need? https://zdoom.org/wiki/Category:ACS_Script_functions I'm sorry, I'm so dump. π€¦ Yeah, those functions are even one of the first Built-in ACS functions . ...
- Sun Jan 05, 2025 5:56 am
- Forum: Scripting
- Topic: ACS_ExecuteWithResult doesn't support named scripts
- Replies: 3
- Views: 1944
Re: ACS_ExecuteWithResult doesn't support named scripts
Okay, I take everything back about ACS_Execute. It also doesn't support named script and gives exactly the same error message. 
Somehow I thought it would support it... Anyway, then I extend my report to all execution functions.
Somehow I thought it would support it... Anyway, then I extend my report to all execution functions.
- Sun Jan 05, 2025 5:19 am
- Forum: Creation, Conversion, and Editing
- Topic: Ultimate Doom Builder
- Replies: 1029
- Views: 407913
Re: Ultimate Doom Builder
I see, I see. 
That's a pity
, but explains a lot.
Thanks for the fast reply, @boris, much appreciated.
That's a pity
Thanks for the fast reply, @boris, much appreciated.
- Sun Jan 05, 2025 4:02 am
- Forum: Scripting
- Topic: ACS_ExecuteWithResult doesn't support named scripts
- Replies: 3
- Views: 1944
ACS_ExecuteWithResult doesn't support named scripts
Hello everyone, π it seems that ACS_Execute supports script numbers as well as named scripts - but ACS_ExecuteWithResult does not. Not sure if it is a bug or simply an inconsistency, but I want to bring it to everyone's attention. #include "zcommon.acs" script "test1" OPEN { int value = ACS_Ex ...
- Sun Jan 05, 2025 1:21 am
- Forum: Scripting
- Topic: ACS: Inventory Tutorial?
- Replies: 1
- Views: 2670
ACS: Inventory Tutorial?
Hello everyone, π over the New Year I got back into Doom mapping - after 30 years or so. π
And, men, things have gotten really convenient, but also a lot more complicated. I have read and watched now I few tutorials and get (almost) everything running the way I wanted. βοΈ Also there seems often to be ...
- Sun Jan 05, 2025 1:04 am
- Forum: Creation, Conversion, and Editing
- Topic: Ultimate Doom Builder
- Replies: 1029
- Views: 407913
Re: Ultimate Doom Builder
I have some questions about the Wavefront .obj export and import of Ultimate Doom Builder, but not sure if this is the right thread / section. π
My issue so far: If I export an object from Ultimate Doom Builder and I import that very same object into Ultimate Doom Builder, I get an error that only fa ...