The TAR archive format has been mentioned as a possible supported type... believe me, this thread has been lying broken across the tracks long sinceReX wrote:Ah, well. I tried.ReX wrote:In an effort to prevent another of Randy's threads being derailed successfully, I have a relevant question....
ZDoom 2.3.1 released
-
MartinHowe
- Posts: 2106
- Joined: Mon Aug 11, 2003 1:50 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Linux Mint
- Graphics Processor: nVidia with Vulkan support
- Location: East Suffolk (UK)
Re: ZDoom 2.3.1 released
-
Xaser
-

- Posts: 10774
- Joined: Sun Jul 20, 2003 12:15 pm
Re: ZDoom 2.3.1 released
I wonder why we don't just say "TARchive"?*
*Brought to you by the Save a Syllable™ Foundation.
In all seriousness though, plain TAR has no compression, so what's the advantage of it versus a regular WAD? I guess you can have actual directory structures this way, but ZIP has that too and it's a spacesaver anyway.
*Brought to you by the Save a Syllable™ Foundation.
In all seriousness though, plain TAR has no compression, so what's the advantage of it versus a regular WAD? I guess you can have actual directory structures this way, but ZIP has that too and it's a spacesaver anyway.
-
randi
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
Re: ZDoom 2.3.1 released
A tape archive can compress better than a zip, since the directory information can be compressed too (and it doesn't have redundant copies of it, either) and multiple files can be compressed together in one block. The latter property makes it particularly unsuitable for use as a real-time psuedo-filesystem.
-
mickey96
- Posts: 34
- Joined: Sat Mar 21, 2009 7:27 am
- Location: Nairobi, Kenya
Re: ZDoom 2.3.1 released
Wow!
Time passes! Just downloaded it. Time to test on LITF I, II and III.
BTW does anyone know how to replace an item, weapon or player properly without any problems and/or warnings.
a simple example: DoomPlayer : PlayerPawn.
Time passes! Just downloaded it. Time to test on LITF I, II and III.
BTW does anyone know how to replace an item, weapon or player properly without any problems and/or warnings.
a simple example: DoomPlayer : PlayerPawn.
-
HotWax
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
Re: ZDoom 2.3.1 released
mickey96 wrote:BTW does anyone know how to replace an item, weapon or player properly without any problems and/or warnings.
a simple example: DoomPlayer : PlayerPawn.
Code: Select all
actor DoomPlayerNew : PlayerPawn replaces DoomPlayer-
Nash
-

- Posts: 17512
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: ZDoom 2.3.1 released
That won't really work though, will it? I thought the only way to properly replace the player is to erase the original DoomPlayer and define a custom one in KEYCONF?
-
HotWax
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
Re: ZDoom 2.3.1 released
True. So I guess his example wasn't really that simple.Nash wrote:That won't really work though, will it? I thought the only way to properly replace the player is to erase the original DoomPlayer and define a custom one in KEYCONF?
For most actors you just replace them as above. (e.g. "actor MyHellKnight : BaronOfHell replaces HellKnight")
For players you must still define a new actor with a unique name, but without the replaces keyword. (e.g. "actor MyDoomPlayer : PlayerPawn") Then you need to make a KEYCONF lump with this in it, which will replace the player's normal class with your new class:
Code: Select all
clearplayerclasses
addplayerclass MyDoomPlayer-
Hirogen2
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
Re: ZDoom 2.3.1 released
They use YYYY-MM-DD (or yyyy年mm月dd日) — not YYYY/MM/DD² — and thusly follow ISO-8601. They also write the (full) names of persons in the MSB³ order like the ISO date by default.Graf Zahl wrote:In Japan, yes. They use YYYY/MM/DD so it's logical.
²Rule of thumb: '.' for European DD.MM.YYYY, '/' for the Imperial MM/DD/YYYY, and '-' for ISO-8601 YYYY-MM-DD. Nonwithstanding the users who abuse a punctuation with a different number ordering
³Most Significant... Part. oh well.
-
Gez
-

- Posts: 17946
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom 2.3.1 released
I have never seen that used. Only DD/MM/YY, DD MM YYYY or DD month YYYY.Hirogen2 wrote:²Rule of thumb: '.' for European DD.MM.YYYY
-
Phobus
- Posts: 5984
- Joined: Thu May 05, 2005 10:56 am
- Location: London
Re: ZDoom 2.3.1 released
We had a German language teacher from Austria who used the dots between numbers in the date - I just assumed it was interchangeable.
-
esselfortium
- Posts: 3862
- Joined: Tue Sep 19, 2006 8:43 pm
Re: ZDoom 2.3.1 released
I've always assumed it's interchangeable as well. I have a tendency to use dots between the numbers; oops <_<Phobus wrote:We had a German language teacher from Austria who used the dots between numbers in the date - I just assumed it was interchangeable.
-
Graf Zahl
- Lead GZDoom+Raze Developer

- Posts: 49252
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ZDoom 2.3.1 released
Some countries use DD,MM,YYYY or even DD'MM'YYYY so there's lots of ways to write a date...
-
Project Shadowcat
- Posts: 9369
- Joined: Thu Jul 14, 2005 8:33 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: Blacksburg, SC USA
Re: ZDoom 2.3.1 released
Or you have someone like me who dates things (on his artwork) without a spacer whatsoever. 
-
Hirogen2
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
Re: ZDoom 2.3.1 released
Note to self: backups in electronic format (predominantly, files) use such a formatProject Dark Fox wrote:Or you have someone like me who dates things (on his artwork) without a spacer whatsoever.
-
Rachael
- Posts: 13980
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom 2.3.1 released
I use such a format when I'm supervising and using a computer to document it. I include the full date and time, with no spacers.
Example... the time for this post, in -5 (EST) would be marked as 20090324195835. I timestamp every notable event this way.
Example... the time for this post, in -5 (EST) would be marked as 20090324195835. I timestamp every notable event this way.