Thing sprites not showing up in my doombuilder custom config

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
cq75
Posts: 1212
Joined: Sun Dec 27, 2009 9:28 pm
Graphics Processor: nVidia with Vulkan support
Location: Just beyond the line horizon

Thing sprites not showing up in my doombuilder custom config

Post by cq75 »

My code for an invasion spawner
Spoiler: example code
Spoiler: problem solved
The arguments of this thing show as "Argument 1", "Argument 2", ... instead of "Start Spawn Number", etc. when you hover over it in DB2. Is there a way to get the titles to show in that too?
Last edited by cq75 on Tue Jul 13, 2010 12:49 pm, edited 8 times in total.
User avatar
Mikk-
Posts: 2274
Joined: Tue Jun 30, 2009 1:31 pm

Re: Thing sprites not showing up in my doombuilder custom co

Post by Mikk- »

Why are you directly editing the config? That isn't necessary.
User avatar
cq75
Posts: 1212
Joined: Sun Dec 27, 2009 9:28 pm
Graphics Processor: nVidia with Vulkan support
Location: Just beyond the line horizon

Re: Thing sprites not showing up in my doombuilder custom co

Post by cq75 »

I know I could make a mod without editing the config, but at this point it would be harder not to.
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: Thing sprites not showing up in my doombuilder custom co

Post by Ceeb »

You can write a supplemental config, I believe. Instead of editing the stock ones.
User avatar
cq75
Posts: 1212
Joined: Sun Dec 27, 2009 9:28 pm
Graphics Processor: nVidia with Vulkan support
Location: Just beyond the line horizon

Re: Thing sprites not showing up in my doombuilder custom co

Post by cq75 »

Ceeb wrote:You can write a supplemental config, I believe. Instead of editing the stock ones.
what I'm doing still sounds easier to me, I'd rather just have one config than have a config that depends on another. Especially since there's a lot of stuff in the Skulltag: Doom in Hexen config that I don't need and don't have replacements for.
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: Thing sprites not showing up in my doombuilder custom co

Post by Ceeb »

So you do something you're not really supposed to do and wonder why it doesn't work correctly? :?
User avatar
cq75
Posts: 1212
Joined: Sun Dec 27, 2009 9:28 pm
Graphics Processor: nVidia with Vulkan support
Location: Just beyond the line horizon

Re: Thing sprites not showing up in my doombuilder custom co

Post by cq75 »

Ceeb wrote:So you do something you're not really supposed to do and wonder why it doesn't work correctly? :?
If you don't care about making configs or figuring out how they work, that's fine, but I'd like to know how to make them, and you're not going to talk me out of it.

So far, what I'm doing works great except for two appearance related things, so I really have no reason to suspect that this is a such a bad idea.

Honestly, this is one of the easier things I've done in doom modding. It's really not that difficult or complicated. If you looked at my code, you'll see that it's really quite easy to make new Thing entries in Doombuilder. If all else fails, I'll just ignore what I can't get working. I can live with not having sprites telling me visually what the monster is. Using this config is still way more convenient than not using it.
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: Thing sprites not showing up in my doombuilder custom co

Post by NeuralStunner »

Make a new Mod_Things.cfg and add that to the includes for the target game & map format.
User avatar
cq75
Posts: 1212
Joined: Sun Dec 27, 2009 9:28 pm
Graphics Processor: nVidia with Vulkan support
Location: Just beyond the line horizon

Re: Thing sprites not showing up in my doombuilder custom co

Post by cq75 »

NeuralStunner wrote:Make a new Mod_Things.cfg and add that to the includes for the target game & map format.
I could, but what's wrong with just copying the Skulltag - Doom in Hexen Config and changing/deleting what I don't want? My mod doesn't even use any doom actors, they're just taking up space.

This is all off topic anyway. I doubt what I want to fix has anything to do with the fact that my .cfg can stand on its own.

I figured out the sprite problem. Just a typo in the sprite name.


As for the argument titles not showing up, not even the standard Skulltag - Doom in Hexen Things' argument titles show up.


In the config, both the linedef action and Thing use

Code: Select all

title = "argument name";
to give names to their arguments, but it seems to have a different effect on Things than on linedef actions.
Spoiler: screenshots
Locked

Return to “Editing (Archive)”