Ultimate Doom Builder
Forum rules
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 751
- Joined: Tue Jul 15, 2003 3:37 pm
Re: Ultimate Doom Builder
Do you have BuilderNative.dll in the base directory? That DLL contains the rendering backend (among some other non .Net stuff).
-
- Posts: 3862
- Joined: Tue Sep 19, 2006 8:43 pm
Re: Ultimate Doom Builder
It is in there, yes.
-
- Posts: 751
- Joined: Tue Jul 15, 2003 3:37 pm
Re: Ultimate Doom Builder
https://github.com/jewalky/UltimateDoom ... 1166261487 indicates that Parallels doesn't support OpenGL. BuilderModes.dll requires an opengl32.dll (and probably a working one), so maybe it can't find that and then fails to load BuilderModes.dll.
-
- Posts: 13717
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Ultimate Doom Builder
In that case, you can try this:
https://apps.microsoft.com/store/detail ... n-us&gl=US
If Parallels supports Direct3D 12 (and it should) this puts a simple OpenGL 3.3 layer on top of that. It should work even if your GPU driver is disabled.
If your edition of Windows is missing the Store for some reason let me know and I can try and get you a direct link.
https://apps.microsoft.com/store/detail ... n-us&gl=US
If Parallels supports Direct3D 12 (and it should) this puts a simple OpenGL 3.3 layer on top of that. It should work even if your GPU driver is disabled.
If your edition of Windows is missing the Store for some reason let me know and I can try and get you a direct link.
-
- Posts: 3862
- Joined: Tue Sep 19, 2006 8:43 pm
Re: Ultimate Doom Builder
Parallels seems to only support up to DX11, unfortunately.
-
-
- Posts: 3109
- Joined: Sat May 28, 2016 1:01 pm
Re: Ultimate Doom Builder
Doesn't support Vulkan either then I assume?
-
- Posts: 3862
- Joined: Tue Sep 19, 2006 8:43 pm
Re: Ultimate Doom Builder
Alas, no luck there either.
-
- Posts: 157
- Joined: Sun Nov 04, 2018 4:57 pm
Re: Ultimate Doom Builder
[Deleted]
Last edited by Misery on Mon Aug 08, 2022 12:01 am, edited 1 time in total.
-
- Posts: 82
- Joined: Sun Jan 27, 2019 11:18 pm
- Operating System Version (Optional): windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Australia
Re: Ultimate Doom Builder
may have found a bug or limitation, just curious if it can be resolved.
- When loading a map with ( 2 ) .pk3 resource files and both .pk3 files contain different sprite textures in the sprite folders.
when the map is opening up, Ultimate Doom Builder seems to only look for the sprite textures in the last pk3 file in the load order and not all of the selected .pk3 files to be used as resource files.
this throws the error message "Unable to find sprite lump " **** " used by actor " **** ". Forgot to include required resources? "
if i then "cut" the sprites out of the first .pk3 resource file and paste them in the last loaded .pk3 resource file, the map opens up just fine with no error codes.
i can then switch the .pk3 load order around and then i will get the same issue where Ultimate Doom Builder cant find the sprites as the last .pk3 file has no sprites in it but the first .pk3 file has all of them.
- When loading a map with ( 2 ) .pk3 resource files and both .pk3 files contain different sprite textures in the sprite folders.
when the map is opening up, Ultimate Doom Builder seems to only look for the sprite textures in the last pk3 file in the load order and not all of the selected .pk3 files to be used as resource files.
this throws the error message "Unable to find sprite lump " **** " used by actor " **** ". Forgot to include required resources? "
if i then "cut" the sprites out of the first .pk3 resource file and paste them in the last loaded .pk3 resource file, the map opens up just fine with no error codes.
i can then switch the .pk3 load order around and then i will get the same issue where Ultimate Doom Builder cant find the sprites as the last .pk3 file has no sprites in it but the first .pk3 file has all of them.
-
- Posts: 224
- Joined: Fri Jan 30, 2015 10:32 pm
- Location: Pittman Center
Re: Ultimate Doom Builder
There are 3 features I’d like to suggest, if possible:
*Support for opening maps in PK3s without having to extract the map file. (This was something that was in GZDB)
*Support for custom IWAD formats (ipk3, IWAD)
*Improved map conversion (so 1:1 conversions from Vanilla Doom or Vanilla Heretic to UDMF are possible without errors.)
*Support for opening maps in PK3s without having to extract the map file. (This was something that was in GZDB)
*Support for custom IWAD formats (ipk3, IWAD)
*Improved map conversion (so 1:1 conversions from Vanilla Doom or Vanilla Heretic to UDMF are possible without errors.)
-
- Posts: 751
- Joined: Tue Jul 15, 2003 3:37 pm
Re: Ultimate Doom Builder
Can confirm that this is happening.Steve5563 wrote: - When loading a map with ( 2 ) .pk3 resource files and both .pk3 files contain different sprite textures in the sprite folders.
when the map is opening up, Ultimate Doom Builder seems to only look for the sprite textures in the last pk3 file in the load order and not all of the selected .pk3 files to be used as resource files.
GZDB couldn't do that.Ultimate Freedoomer wrote:There are 3 features I’d like to suggest, if possible:
*Support for opening maps in PK3s without having to extract the map file. (This was something that was in GZDB)
Works, as long as teh IPK3/IPK7 has a IWADINFO lump. There was a problem with it reported recently, but it's working with my (simple) example, so if it's not working I'll need a minimal working example that reproduces the problem. IWADs work, as long as they actually have the IWAD identifier in their header.Ultimate Freedoomer wrote:*Support for custom IWAD formats (ipk3, IWAD)
Too much work for too little gain. PRs are welcome, though, as alwaysUltimate Freedoomer wrote:*Improved map conversion (so 1:1 conversions from Vanilla Doom or Vanilla Heretic to UDMF are possible without errors.)
-
- Posts: 571
- Joined: Sat Sep 23, 2017 8:42 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
Re: Ultimate Doom Builder
Updated to v3.0.0.3980 (692ceb7) and seems like I'm rolling back from this one because need to load gzdoom.pk3 into map resources and then having to remove it when testing (reload the map before testing lol). because gzdoom won't run if gzdoom.pk3 is in the map resources.
-
- Posts: 2113
- Joined: Thu May 02, 2013 1:27 am
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: Ultimate Doom Builder
You just have to mark the resource as not being loaded for testing. It's the checkbox at the bottom of the "browse WAD/PK3/Folder" window.Darkcrafter wrote: ↑Sun Aug 07, 2022 5:26 pm Updated to v3.0.0.3980 (692ceb7) and seems like I'm rolling back from this one because need to load gzdoom.pk3 into map resources and then having to remove it when testing (reload the map before testing lol). because gzdoom won't run if gzdoom.pk3 is in the map resources.
-
- Posts: 64
- Joined: Sun Apr 21, 2013 4:05 am
- Location: Deadside, Marrow Gates
Re: Ultimate Doom Builder
UDB costantly crashes when opening a map. Does anyone have the same problem?
-
- Posts: 751
- Joined: Tue Jul 15, 2003 3:37 pm
Re: Ultimate Doom Builder
You probably have an AMD GPU with the latest drivers, which seem to cause problems.