looking for program that will auto-rename redundant assets

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
REVonZdoom
Posts: 17
Joined: Mon Jul 10, 2017 8:03 pm

looking for program that will auto-rename redundant assets

Post by REVonZdoom »

I have a lot of custom monsters in my up coming map pack and I would like to find a program that auto names the redundant resource names in the wad so it doesn't cause conflicts.

e.g.: two monster wads have decorate files, the program detects this and renames them decorate (1) and Decorate (2).

Or alternatively can someone give me a directory name to throw all my monster wads in for a pk3?
User avatar
Arctangent
Posts: 1235
Joined: Thu Nov 06, 2014 1:53 pm
Contact:

Re: looking for program that will auto-rename redundant asse

Post by Arctangent »

Uh, this would actually just break your map pack. DECORATE is cumulative, so multiple DECORATE files won't conflict at all unless you have several that define the same actors. Not to mention, renaming the DECORATE files will make it so that you either have to have one main DECORATE file that #includes all the others, or else ZDoom will just completely ignore them. Since it only looks for files called exactly DECORATE.
REVonZdoom
Posts: 17
Joined: Mon Jul 10, 2017 8:03 pm

Re: looking for program that will auto-rename redundant asse

Post by REVonZdoom »

Arctangent wrote:Uh, this would actually just break your map pack. DECORATE is cumulative, so multiple DECORATE files won't conflict at all unless you have several that define the same actors. Not to mention, renaming the DECORATE files will make it so that you either have to have one main DECORATE file that #includes all the others, or else ZDoom will just completely ignore them. Since it only looks for files called exactly DECORATE.
well I still need it to auto name the other redundant assets that can cause contradictions. or if I can't find that I would like to know how to put monster wads in a pk3.
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: looking for program that will auto-rename redundant asse

Post by Kappes Buur »

REVonZdoom wrote:... or if I can't find that I would like to know how to put monster wads in a pk3.
For a perfect example of how to arrange lumps in a pk3 check Enjay's Gene-Tech.
Post Reply

Return to “General”