Problems with PK3 Directory style

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

You can. The latest XWE beta can set offsets for PNGs whether they are on your hard disk, or inside a wad. Both will work.

Additionally, in the latest beta, there's an option that tells XWE to automatically save the offsets so you don't have to constantly go to the menu to "Apply offsets". That's a huge time saver.

http://ca.geocities.com/xwe@rogers.com get the latest beta.

WARNING be sure to make backups before starting XWE, and backup frequently (use the "Clean wad" command from the File menu) because the latest betas tend to crash a little more than usual!

Heed these words, take it from someone who's had some nasty experiences with the latest beta... but it's a necessary tool... argh...
DaniJ
Posts: 130
Joined: Sat Oct 08, 2005 19:22

Post by DaniJ »

What a crazy situation this offsets with hires sprites issue is in ZDoom. SURELY you can come up with a better method?

We need to resolve the offsets issue in Doomsday too but SetPNG is simply not an option since we already support PNG, TGA, PCX and RAW for patches and more formats will likely follow. We certainly won't be creating tools such as SetPNG and using a nonstandard graphic format for each...

THIS IS NOT ME ATTACKING ZDOOM! I want to work with you guys to reach a decent solution to the problem.

Even doing something along the lines of adding special suffix rules to the file names would be better than requiring a tool such as SetPNG IMO.

EG:
filename-[x,y].png
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

I don't see a huge problem with the current system. The Doom graphic format always had the ability to store its offset information so why not extend that principle to the a newer supported format which can hold information in a suitable way? Personally, I like the way it is being done ATM.

And there is always the hirestex-like replacement method should you be dead against png graphics or setpng.
User avatar
chaoscentral
Posts: 113
Joined: Tue Aug 30, 2005 14:08
Location: E1M1
Contact:

Post by chaoscentral »

too bad in hirestex we couldnt set the offsets, thus making it easier for mass alignments such as weapons
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

DaniJ wrote:What a crazy situation this offsets with hires sprites issue is in ZDoom. SURELY you can come up with a better method?

We need to resolve the offsets issue in Doomsday too but SetPNG is simply not an option since we already support PNG, TGA, PCX and RAW for patches and more formats will likely follow. We certainly won't be creating tools such as SetPNG and using a nonstandard graphic format for each...

THIS IS NOT ME ATTACKING ZDOOM! I want to work with you guys to reach a decent solution to the problem.

Even doing something along the lines of adding special suffix rules to the file names would be better than requiring a tool such as SetPNG IMO.

EG:
filename-[x,y].png

Even if you find another method, don't forget that XWE already supports the SetPNG method so not supporting it seems even more counterproductive to me. It may be non-standard for other graphics software but it is supported by the most widely used Doom tool for such things.
DaniJ
Posts: 130
Joined: Sat Oct 08, 2005 19:22

Post by DaniJ »

We are back to the same chestnut we seem to annually butt heads over - the need for WAD tools at all (other than map editors) considering the existence of ports supporting "real" files and PK3/folders on hd (but lets avoid that this time around :)).

Does (G)ZDoom currently support setting patch offsets on NEW (i.e not hires replacement) graphic patches NOT loaded from WADs? This is the only scenario I am interested in atm.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

It loads everything in a ZIP the same as in a WAD, i.e. if it is in Doom patch format or PNG with offsets they are used.

As for WAD tools, you still need a visual tool to set offsets efficiently and for such purposes XWE and similar programs will never go away. I once was going through a large amount of sprites to adjust their offsets and I wouldn't ever want to do it manually.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Graf Zahl wrote:I once was going through a large amount of sprites to adjust their offsets and I wouldn't ever want to do it manually.
Yup, been there, done that. Setting a large number of sprites manually is a major pain in the hoop. Proper visual feedback from a tool designed for the purpose makes the process significantly easier.
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Post by Tormentor667 »

Enjay wrote:
Graf Zahl wrote:I once was going through a large amount of sprites to adjust their offsets and I wouldn't ever want to do it manually.
Yup, been there, done that. Setting a large number of sprites manually is a major pain in the hoop. Proper visual feedback from a tool designed for the purpose makes the process significantly easier.
So that's what we need here!
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

Torm, XWE can already do it. Look at the first post on this page.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Yup, it can do it both inside a WAD and with individual PNG files. I don't think it can do it with PNGs inside a zip yet.

Oh, and Torm, hopefully you've already checked this, but when you converted from BMP to PNG, did you make sure you set translucency for the PNG images. Remember, just leaving an area cyan, or magenta, or whatever will not do it. You need to save the PNG with translucency set for the areas you want to be see-through. I'd hate you to set the offsets for 3000 or so sprites only to find out they were useless and you had to start again.
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Post by Tormentor667 »

Nash wrote:Torm, XWE can already do it. Look at the first post on this page.
Sorry, my fault, missed that! Where can I get the latest beta?
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Post by Tormentor667 »

Enjay wrote:Oh, and Torm, hopefully you've already checked this, but when you converted from BMP to PNG, did you make sure you set translucency for the PNG images. Remember, just leaving an area cyan, or magenta, or whatever will not do it. You need to save the PNG with translucency set for the areas you want to be see-through. I'd hate you to set the offsets for 3000 or so sprites only to find out they were useless and you had to start again.
Yeah ,I did do this by hand with Photoshop actions and worked fine ;)
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

Where can I get the latest beta?
*sigh*

Look at this page a hundred times and read each and every single word on it. :)
SlayeR
Posts: 120
Joined: Wed Aug 31, 2005 6:23
Location: Somewhere
Contact:

Post by SlayeR »

Wait for the next version of SlumpEd, I currently have zip/pk3 support 95% done ;)
Locked

Return to “GZDoom”