Discuss all aspects related to modding Zandronum here.
-
Hypnotoad
- Retired Staff / Community Team Member
- Posts: 528
- Joined: Tue May 29, 2012 8:50 pm
- Location: Britland
#1
Post
by Hypnotoad » Sun Feb 17, 2013 7:52 pm
Whenever I try to load this pk3 as a resource I get the following error (as well as numerous other map errors), bold mine:
Unable to load resources from location "C:\Doom\Zandronum\skulltag_actors.pk3". Please make sure the location is accessible and not in use by another program. The resources will now be loaded with this location excluded. You may reload the resources to try again.
NotSupportedException when creating data reader: Compression method not supported
Now the fact that I haven't seen anyone else complain about this makes me think that something may be wrong on my side. Any ideas?
-
one_Two
- Addicted to Zandronum
- Posts: 1753
- Joined: Thu Jun 07, 2012 4:47 pm
#2
Post
by one_Two » Sun Feb 17, 2013 8:16 pm
Maybe reinstall DB? Or might have something to do with file associations, dunno.
-
Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
#3
Post
by Torr Samaho » Sun Feb 17, 2013 8:50 pm
Hypnotoad wrote:
NotSupportedException when creating data reader: Compression method not supported
Sounds as if Doom Builder doesn't support the compression algorithms used in skulltag_actors.pk3. Try uncompressing and recompressing as simple zip.
-
Hypnotoad
- Retired Staff / Community Team Member
- Posts: 528
- Joined: Tue May 29, 2012 8:50 pm
- Location: Britland
#4
Post
by Hypnotoad » Sun Feb 17, 2013 11:30 pm
Torr Samaho wrote:
Hypnotoad wrote:
NotSupportedException when creating data reader: Compression method not supported
Sounds as if Doom Builder doesn't support the compression algorithms used in skulltag_actors.pk3. Try uncompressing and recompressing as simple zip.
That seemed to fix it, the pk3 that comes with zandronum should probably be compressed this way too.
-
Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
#5
Post
by Torr Samaho » Mon Feb 18, 2013 6:12 am
Hypnotoad wrote:
That seemed to fix it, the pk3 that comes with zandronum should probably be compressed this way too.
I don't think we should switch to an inferior compression to work around a limitation of Doom Builder. If DB can't read skulltag_actors, it also won't read zdoom.pk3 and zandronum.pk3. IMHO DB should be updated to support the compression techniques ZDoom has been using for 4 years+.
-
Hypnotoad
- Retired Staff / Community Team Member
- Posts: 528
- Joined: Tue May 29, 2012 8:50 pm
- Location: Britland
#6
Post
by Hypnotoad » Mon Feb 18, 2013 2:50 pm
skulltag_actors.pk3 is 39kb compressed as a simple zip compared to 30kb compressed using the current method, that is only 9kb difference, not a big deal.
Also, I just tried loading zandronum.pk3 as a resource and I did not get any problems.
-
Dusk
- Developer
- Posts: 581
- Joined: Thu May 24, 2012 9:59 pm
- Location: Turku
#7
Post
by Dusk » Mon Feb 18, 2013 3:44 pm
You shouldn't really be using skulltag_actors in new maps anyway, it only exists for compatibility. The real fix would be to add whatever actors needed into the mod.
Last edited by
Dusk on Mon Feb 18, 2013 3:45 pm, edited 1 time in total.
-
Hypnotoad
- Retired Staff / Community Team Member
- Posts: 528
- Joined: Tue May 29, 2012 8:50 pm
- Location: Britland
#8
Post
by Hypnotoad » Mon Feb 18, 2013 6:59 pm
These are old maps I am opening in DB2 which require skulltag_actors for compatibility.
-
Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
#9
Post
by Torr Samaho » Mon Feb 18, 2013 8:16 pm
Hypnotoad wrote:
Also, I just tried loading zandronum.pk3 as a resource and I did not get any problems.
That's strange. skulltag_actors.pk3 and zandronum.pk3 are generated using the same mechanism.
-
Hypnotoad
- Retired Staff / Community Team Member
- Posts: 528
- Joined: Tue May 29, 2012 8:50 pm
- Location: Britland
#10
Post
by Hypnotoad » Tue Feb 19, 2013 7:12 pm
Gzdoom.pk3 also does not produce any warnings, are you sure skulltag_actors is compressed properly?
-
Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
#11
Post
by Torr Samaho » Tue Feb 19, 2013 9:00 pm
Hypnotoad wrote:
are you sure skulltag_actors is compressed properly?
Of course. Otherwise Zandronum wouldn't be able to read it.
-
Qent
- Retired Staff / Community Team Member
- Posts: 1424
- Joined: Tue May 29, 2012 7:56 pm
-
Contact:
#12
Post
by Qent » Tue Feb 19, 2013 9:06 pm
I'm not sure, but I don't immediately see anything in Zandronum.pk3 that Doom Builder would need to read and is also compressed using LZMA. skulltag_actors.pk3, on the other hand, has a few DECORATE files compressed with LZMA.
-
Hypnotoad
- Retired Staff / Community Team Member
- Posts: 528
- Joined: Tue May 29, 2012 8:50 pm
- Location: Britland
#13
Post
by Hypnotoad » Tue Feb 19, 2013 9:28 pm
Slade 3 is also unable to open skulltag_actors.pk3.
edit: although it also cannot open zandronum.pk3
Last edited by
Hypnotoad on Tue Feb 19, 2013 9:32 pm, edited 1 time in total.
-
Nubcakes
-
- Posts: 29
- Joined: Tue Jun 05, 2012 4:24 pm
- Location: Outside your window with duct tape stretched out!
#14
Post
by Nubcakes » Sat Feb 23, 2013 7:15 pm
What I do is use the old Skulltag.wad file as the reference file in Doom builder 1/2 (I use both). It has a lot of what is in the .pk3 files. The References are usually the same too so most maps made with Doom2.wad and Skulltag.wad resources will work with Skulltag PK3s.
-
someoneelse
- Forum Regular
- Posts: 338
- Joined: Sat Aug 18, 2012 10:53 am
- Location: Poland
#15
Post
by someoneelse » Sat Jan 11, 2014 10:29 am
Bumpity-bump.
I can't help but notice that the new version of skulltag_actors is out for a long time, and it has the same damn problem. I'm not sure who is a person in charge of maintaining that, but if there will be a next version, may it pretty please have
those 8 small jpg's of something weird and I think unused? and 6 tiny text files compressed in a more standard way? Even WinRAR won't read it. The gain of space is unnoticeable, but every person who will want to use them in their map, or edit existing old maps, will have to lose time to figure out what's wrong and how to fix it. Just, let's make world a better place without unnecessary small annoying things to deal with :)
Last edited by
someoneelse on Sat Jan 11, 2014 10:36 am, edited 1 time in total.
-
Klofkac
- Forum Regular
- Posts: 481
- Joined: Sat Jun 09, 2012 1:31 pm
- Location: Ask Grandvoid servers
#16
Post
by Klofkac » Thu Jan 23, 2014 9:03 pm
Problem is, that some files are compressed in LZMA (7-zip) algorithm. DB2, WinRAR and Slade 3 have problems with reading those. Try using 7zip to extract those files and then re-compress them as ZIP (DEFLATE), and rename the extension to PK3. There shouldn't appear any authentication fail issues.
Here you can see what I mean:

Last edited by
Klofkac on Thu Jan 23, 2014 9:08 pm, edited 1 time in total.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔