How to access mods while mapping (UDB)

Ask about mapping, UDMF, using DoomBuilder/editor of choice, etc, here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
icyfire4352
Posts: 2
Joined: Thu Apr 17, 2025 6:03 am
Preferred Pronouns: He/Him
Operating System Version (Optional): win11
Graphics Processor: nVidia (Modern GZDoom)

How to access mods while mapping (UDB)

Post by icyfire4352 »

So I found this cool mod called LiTDOOM, and I thought I'd make some maps for it, but I don't know how to access the mod's things (like weapons, items, etc.)
I'm assuming I have to use Slade or something to be able to add the mod's things into the map? I'm using Ultimate Doom Builder.

Simply: how do I access a mod's things from UDB?

P.S: It's my first time here.
User avatar
Enjay
 
 
Posts: 27129
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: How to access mods while mapping (UDB)

Post by Enjay »

Have you tried adding the LiTDoom pk3 as an editing resource in UDB? If it's set up properly, then that should be enough for the things to be added to the UDB menus.
icyfire4352
Posts: 2
Joined: Thu Apr 17, 2025 6:03 am
Preferred Pronouns: He/Him
Operating System Version (Optional): win11
Graphics Processor: nVidia (Modern GZDoom)

Re: How to access mods while mapping (UDB)

Post by icyfire4352 »

Enjay wrote: Fri Apr 18, 2025 2:43 am Have you tried adding the LiTDoom pk3 as an editing resource in UDB? If it's set up properly, then that should be enough for the things to be added to the UDB menus.
In the screenshot below, is the map options right? cos the LiTDOOM items still dont show up
Attachments
Map options
Map options
User avatar
Enjay
 
 
Posts: 27129
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: How to access mods while mapping (UDB)

Post by Enjay »

Yes, that should do it. Perhaps the items have not been set up in a way that UDB can auto-read them.

It should be possible to edit the mod to ensure that UDB can read them, or to make your own config file for UDB if you prefer.
I don't recall how to do the first, but I have done the second simply by copying the format in the files that come with UDB.
User avatar
Kappes Buur
 
 
Posts: 4183
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: How to access mods while mapping (UDB)

Post by Kappes Buur »

icyfire4352 wrote: Fri Apr 18, 2025 4:19 am ... is the map options right? cos the LiTDOOM items still dont show up
A perfunctory look at the mod shows that the items (actors) do not have a Doomednums block in MAPINFO or a doomednum in the DECORATE scripts, and thusly the editor does not find them to display them.
User avatar
camper
Posts: 139
Joined: Sun Feb 25, 2018 10:53 am
Location: Tatarstan

Re: How to access mods while mapping (UDB)

Post by camper »

When I first came, I didn't know much. Including Thing (items, actors) types by number. This is the correspondence of the thing to the number so that the editor can read it. https://doomwiki.org/wiki/Thing_types_by_number

For example, there is a monster Elite Guard https://www.realm667.com/repository/bea ... ther-style

it has no number and the editor does not see it and cannot set it, it is necessary to assign it a number, but such that it does not intersect with the standard or already used one
Post Reply

Return to “Mapping”