ECWOLF.*** - vanilla mod compatibility file question

Advanced Wolfenstein 3D source port based upon Wolf4SDL and ZDoom.
[Home] [Download] [HG builds (Win)] [HG builds (Mac)] [Wiki] [Repo]

Moderator: Blzut3

User avatar
AstroCreep
Posts: 90
Joined: Thu Jan 08, 2015 5:26
Location: Fort Wayne, Indiana, United States
Contact:

ECWOLF.*** - vanilla mod compatibility file question

Post by AstroCreep »

Ability to load vanilla mods embedded in a zip file if they have a file named ecwolf with the extension of their data files.
This would be very useful to me, but I can't figure out what I gotta do to make these files work. Does the file have to be blank or does it need a script in it? I'm confused lol
Blzut3
Developer
Developer
Posts: 491
Joined: Sun Jan 24, 2010 22:21

Re: ECWOLF.*** - vanilla mod compatibility file question

Post by Blzut3 »

If you have a mod with the extension .asd, your main zip should have the following contents:

Code: Select all

audiohed.asd
audiot.asd
ecwolf.asd
gamemaps.asd
maphead.asd
vgadict.asd
vgahead.asd
vgagraph.asd
vswap.asd
Any other files will be ignored and you should be able to leave out any that are not needed. ecwolf.asd can be any supported file format of your choice and it will be loaded after the data files. It can have anything in it.

If this doesn't work then there's a bug.
User avatar
AstroCreep
Posts: 90
Joined: Thu Jan 08, 2015 5:26
Location: Fort Wayne, Indiana, United States
Contact:

Re: ECWOLF.*** - vanilla mod compatibility file question

Post by AstroCreep »

Ok. Can it be done with Mac scenarios at the present? (dev version only of course)
Blzut3
Developer
Developer
Posts: 491
Joined: Sun Jan 24, 2010 22:21

Re: ECWOLF.*** - vanilla mod compatibility file question

Post by Blzut3 »

No. I don't believe I have any intention for it to work with them as well, since ECWolf should be compatible with them out of the box. (The whole point of the feature is to allow people to convert mods to ECWolf without modifying the distribution data.)
User avatar
AstroCreep
Posts: 90
Joined: Thu Jan 08, 2015 5:26
Location: Fort Wayne, Indiana, United States
Contact:

Re: ECWOLF.*** - vanilla mod compatibility file question

Post by AstroCreep »

It kind of throws a monkey wrench in my gears. What I was going to do was use Mac levels, so I didn't have to rebuild them. I guess I still could, it just would still require a pk3 AND the original levels to be dragged onto ECWolf. Was kinda tryin to go for a 1 file solution lol
Post Reply

Return to “ECWolf”