ZDoom 2.3.1 released

News about ZDoom

Re: ZDoom 2.3.1 released

Postby MartinHowe » Wed Mar 18, 2009 7:52 pm

ReX wrote:
ReX wrote:In an effort to prevent another of Randy's threads being derailed successfully, I have a relevant question....

Ah, well. I tried.

The TAR archive format has been mentioned as a possible supported type... believe me, this thread has been lying broken across the tracks long since :P
User avatar
MartinHowe
In space, no-one can hear you KILL an ALIEN
 
Joined: 11 Aug 2003
Location: Waveney, United Kingdom

Re: ZDoom 2.3.1 released

Postby Xaser » Wed Mar 18, 2009 11:07 pm

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.
User avatar
Xaser
secretly a supercomputer being a government
 
Joined: 20 Jul 2003
Location: .plɹoʍɹǝʌǝu.

Re: ZDoom 2.3.1 released

Postby randi » Wed Mar 18, 2009 11:54 pm

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.
User avatar
randi
Site Admin
 
Joined: 09 Jul 2003

Re: ZDoom 2.3.1 released

Postby mickey96 » Sat Mar 21, 2009 8:43 am

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.
User avatar
mickey96
 
Joined: 21 Mar 2009
Location: Nairobi, Kenya

Re: ZDoom 2.3.1 released

Postby HotWax » Sun Mar 22, 2009 10:54 am

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 allExpand view
actor DoomPlayerNew : PlayerPawn replaces DoomPlayer
User avatar
HotWax
Do what you must, and pay the price later.
 
Joined: 18 Jul 2003
Location: Idaho Falls, ID

Re: ZDoom 2.3.1 released

Postby Nash » Sun Mar 22, 2009 11:55 am

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?
User avatar
Nash
http://twitter.com/ISurvivorGame
 
Joined: 27 Oct 2003
Location: Kuala Lumpur, Malaysia

Re: ZDoom 2.3.1 released

Postby HotWax » Sun Mar 22, 2009 2:00 pm

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?

True. So I guess his example wasn't really that simple. :P

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 allExpand view
clearplayerclasses
addplayerclass MyDoomPlayer
User avatar
HotWax
Do what you must, and pay the price later.
 
Joined: 18 Jul 2003
Location: Idaho Falls, ID

Re: ZDoom 2.3.1 released

Postby Hirogen2 » Mon Mar 23, 2009 7:44 pm

Graf Zahl wrote:In Japan, yes. They use YYYY/MM/DD so it's logical.

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.

²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 :evil:
³Most Significant... Part. oh well.
User avatar
Hirogen2
 
Joined: 19 Jul 2003
Location: Central Germany

Re: ZDoom 2.3.1 released

Postby Gez » Tue Mar 24, 2009 4:14 am

Hirogen2 wrote:²Rule of thumb: '.' for European DD.MM.YYYY

I have never seen that used. Only DD/MM/YY, DD MM YYYY or DD month YYYY.
Gez
 
Joined: 06 Jul 2007

Re: ZDoom 2.3.1 released

Postby Phobus » Tue Mar 24, 2009 5:45 am

We had a German language teacher from Austria who used the dots between numbers in the date - I just assumed it was interchangeable.
User avatar
Phobus
 
Joined: 05 May 2005
Location: Histon, Cambridge

Re: ZDoom 2.3.1 released

Postby esselfortium » Tue Mar 24, 2009 6:23 am

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.

I've always assumed it's interchangeable as well. I have a tendency to use dots between the numbers; oops <_<
User avatar
esselfortium
Take me on a blatant doom trip!
 
Joined: 19 Sep 2006

Re: ZDoom 2.3.1 released

Postby Graf Zahl » Tue Mar 24, 2009 6:56 am

Some countries use DD,MM,YYYY or even DD'MM'YYYY so there's lots of ways to write a date...
User avatar
Graf Zahl
 
Joined: 19 Jul 2003
Location: Germany

Re: ZDoom 2.3.1 released

Postby Project Dark Fox » Tue Mar 24, 2009 9:23 am

Or you have someone like me who dates things (on his artwork) without a spacer whatsoever. :P
User avatar
Project Dark Fox
Nightmare Fuel Station Attendant
 
Joined: 14 Jul 2005
Location: The Gutter

Re: ZDoom 2.3.1 released

Postby Hirogen2 » Tue Mar 24, 2009 6:40 pm

Project Dark Fox wrote:Or you have someone like me who dates things (on his artwork) without a spacer whatsoever. :P

Note to self: backups in electronic format (predominantly, files) use such a format ;-)
User avatar
Hirogen2
 
Joined: 19 Jul 2003
Location: Central Germany

Re: ZDoom 2.3.1 released

Postby Eruanna » Tue Mar 24, 2009 6:58 pm

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.
User avatar
Eruanna
 
Joined: 13 Jan 2004

PreviousNext

Return to ZDoom News

Who is online

Users browsing this forum: No registered users and 0 guests