/-/S'pht-Translator-Active/-/


Spelling Error & Major Mac Frustration
Posted By: poena.dare #CP#Date: 10/13/02 5:25 a.m.

In Response To: Re: Found Delivery: Another Term (Scifiteki)

: Ah, is there supposed to be chapter screen at the end of that link?
: Becuase I can't get to it. And put that music stuff in soon! : )

misspelled a link... the Counterattack chapter screen is now visible.

"Original" Music:

I've had the worst luck with my 7600. After I cannibalized the floppy drive from another Mac, I was able to get the midi files to it via sneakernet. My Mac has Quicktime 2.5 installed so I can hear the music just like it was way back when.

But that's about as far as I can go. I hooked up an Ethernet cable to it and it refused to "catch" an IP address from my hub or even the cable modem. I even went as far as to download DISK IMAGES (!) of Open Transport 1.1.2 and upgrade the software. No luck. (How do you know if the built-in Ethernet has gone bad?)

So, the steps I would have to take to convert the Marathon midi files to mp3 are now in the realm of the ridiculous. I'm looking for someone with their act together more than me to do this. Hell, if someone could just rip the midis to WAV or AIFF and send them to me, I can take it from there.

*sigh*

Well, at lest the terms look right. Ghôlsbane and I went round and round about which display font is best: Courier or Courier New. I've now got a bit of JavaScript in there that gives Mac users Courier and PC users Courier New. So far it seems everybody is happy.

(Dept of Insane Methods)

Trying to figure out the changing time string in the term headers caused me to dig through the Marathon 2 source code. I found this:

/* I'll use this function, almost untouched.. */

static get_date_string(
char *date_string)
{
char temp_string[101];
long seconds, game_time_passed;
DateTimeRec converted_date;
struct tm game_time;

/* Treat the date as if it were recent. */
game_time_passed= LONG_MAX - dynamic_world->game_information.game_time_remaining;
seconds = 2882914937;

/* convert the game seconds to machine seconds */
seconds += (game_time_passed/TICKS_PER_SECOND)*MACINTOSH_TICKS_PER_SECOND;
Secs2Date(seconds, &converted_date);

game_time.tm_sec= converted_date.second;
game_time.tm_min= converted_date.minute;
game_time.tm_hour= converted_date.hour;
game_time.tm_mday= converted_date.day;
game_time.tm_mon= converted_date.month-1;
game_time.tm_year= 437;
game_time.tm_wday= converted_date.dayOfWeek;
game_time.tm_yday= 0;
game_time.tm_isdst= 0;

getcstr(temp_string, strCOMPUTER_LABELS, _date_format);
strftime(date_string, 100, temp_string, &game_time);
}


Note: game_time.tm_year= 437. 1900 (old Mac clock time base) + 437 = 2337, which is the last (right most) number you see in the headers. If this is supposed to be the *real* game year, then Bungie's dates are well off, 'cause the Marathon was attacked on 07/25/2794 (457 years later).

Other then that, I'm not sure I could reduce their code down to something that would be similar in JavaScript.

[ | Message Index | Read Prev Msg | Read Next Msg ]
Pre-2004 Posts

Replies:

M-Community Project Helpers Neededpoena.dare #CP# 10/2/02 6:40 p.m.
     Re: M-Community Project Helpers NeededMark Levin 10/2/02 10:27 p.m.
           Re: M-Community Project Helpers Neededpoena.dare #CP# 10/2/02 11:29 p.m.
                 Re: M-Community Project Helpers NeededMark Levin 10/3/02 12:28 a.m.
                       Re: M-Community Project Helpers NeededGhôlsbane 10/3/02 6:39 a.m.
                             Re: M-Community Project Helpers NeededSteve Levinson 10/3/02 5:53 p.m.
                       Re: M-Community Project Helpers NeededHamish Sinclair 10/3/02 12:33 p.m.
                 Problem? What Problem?reb 10/3/02 2:16 p.m.
                       Re: Problem? What Problem?poena.dare #CP# 10/3/02 3:11 p.m.
                             Re: Problem? What Problem?Callie21V 10/3/02 5:36 p.m.
                                   Re: Problem? What Problem?poena.dare #CP# 10/3/02 6:01 p.m.
                                   Re: Problem? What Problem?Hamish Sinclair 10/4/02 9:46 a.m.
                                   ss klfjdama bma cma d 10/13/03 3:29 a.m.
                                         ia! ia! cthulhu fhtagn! *NM*zudo 10/13/03 5:30 a.m.
                       Re: Problem? What Problem?Grasshopper 10/4/02 9:02 a.m.
                             Re: Problem? What Problem?reb 10/4/02 11:07 p.m.
     Re: M-Community Project Helpers NeededCallie21V 10/3/02 8:34 a.m.
           Re: M-Community Project Helpers NeededSteve Levinson 10/3/02 6:14 p.m.
                 Steve, you have confused me....poena.dare #CP# 10/3/02 7:16 p.m.
     Re: M-Community Project Helpers NeededGhôlsbane 10/3/02 9:22 a.m.
     Marching Orders... Hup Two Three!poena.dare #CP# 10/3/02 11:20 p.m.
           I have M1 terminal picts!poena.dare #CP# 10/4/02 6:36 a.m.
                 Re: I have M1 terminal picts!Ghôlsbane 10/4/02 6:48 a.m.
                       Re: I have M1 terminal picts!reb 10/4/02 10:59 p.m.
     Project Found Delivery Updatepoena.dare #CP# 10/5/02 12:52 p.m.
           Arrival Previewpoena.dare #CP# 10/5/02 8:38 p.m.
                 Re: Arrival PreviewMark Levin 10/5/02 10:10 p.m.
                       About Fontspoena.dare #CP# 10/5/02 10:23 p.m.
                 Re: Arrival PreviewCallie21V 10/6/02 9:30 a.m.
                       Dynamic Time Questionpoena.dare #CP# 10/6/02 4:05 p.m.
                             Re: Dynamic Time QuestionAndrew Nagy 10/6/02 5:21 p.m.
                 Re: Arrival PreviewMazilurik 10/6/02 9:53 a.m.
                       Re: Arrival Previewpoena.dare #CP# 10/6/02 3:21 p.m.
                 Re: Arrival PreviewGhôlsbane 10/6/02 4:17 p.m.
           Arrival in Need of a Proofpoena.dare #CP# 10/6/02 5:38 p.m.
           Lh'owon in Need of a Proofpoena.dare #CP# 10/7/02 1:10 a.m.
                 Re: Lh'owon in Need of a ProofGhôlsbane 10/7/02 7:12 a.m.
                       Lh'owon fixespoena.dare #CP# 10/7/02 3:50 p.m.
                             Re: Lh'owon fixesGhôlsbane 10/7/02 4:20 p.m.
           Burn All GIFs!Lunair 10/8/02 5:04 p.m.
                 Re: Burn All GIFs!:: Beer Can :: 10/8/02 6:47 p.m.
     ?John Denton 10/8/02 12:50 a.m.
           Re: ?Ghôlsbane 10/8/02 1:26 a.m.
                 Actually, I was planning on working on Infinity.John Denton 10/9/02 12:11 a.m.
           Re: ?Scifiteki 10/8/02 1:41 a.m.
                 Re: ?Steve Levinson 10/8/02 8:42 a.m.
                       Re: ?Andrew Nagy 10/9/02 12:25 p.m.
                             Re: ?Steve Levinson 10/9/02 3:42 p.m.
     New, Improved Arrival Termspoena.dare #CP# 10/10/02 11:27 a.m.
           Re: New, Improved Arrival TermsHamish Sinclair 10/10/02 1:58 p.m.
                 Re: New, Improved Arrival Termspoena.dare #CP# 10/10/02 2:03 p.m.
                       Re: New, Improved Arrival TermsHamish Sinclair 10/10/02 2:38 p.m.
                             Improved Term Pages...poena.dare #CP# 10/10/02 7:39 p.m.
                                   Re: Improved Term Pages...Hamish Sinclair 10/11/02 5:55 a.m.
                                         Re: Improved Term Pages...Ghôlsbane 10/11/02 6:37 a.m.
                                               Re: Improved Term Pages...poena.dare #CP# 10/11/02 7:29 a.m.
                                                     Re: Improved Term Pages...Hamish Sinclair 10/11/02 8:23 a.m.
                                                           Re: Improved Term Pages...Hamish Sinclair 10/11/02 8:26 a.m.
                                                     Re: Improved Term Pages...Callie21V 10/11/02 10:22 a.m.
                                                           Re: Improved Term Pages...Hamish Sinclair 10/11/02 1:39 p.m.
                                                                 QT2.5poena.dare #CP# 10/11/02 3:58 p.m.
                                                                       Re: QT2.5get azure 10/11/02 8:56 p.m.
                                                                             Re: QT2.5Dan Aris 10/13/02 6:51 a.m.
                                                                       Re: QT2.5 *NM*get azure 10/11/02 8:57 p.m.
                                                                 Re: Improved Term Pages...Mark Levin 10/11/02 10:52 p.m.
                                                           Re: Improved Term Pages...poena.dare #CP# 10/11/02 3:16 p.m.
                                         google site searchMiguelito 10/11/02 8:10 a.m.
                                               Re: google site searchHamish Sinclair 10/11/02 8:19 a.m.
                                               Re: google site searchMark Levin 10/11/02 12:10 p.m.
                                                     Re: google site searchHamish Sinclair 10/11/02 1:32 p.m.
     Found Delivery: Another Termpoena.dare #CP# 10/13/02 3:04 a.m.
           Re: Found Delivery: Another TermScifiteki 10/13/02 4:01 a.m.
                 Spelling Error & Major Mac Frustrationpoena.dare #CP# 10/13/02 5:25 a.m.
                       Re: Spelling Error & Major Mac FrustrationHamish Sinclair 10/13/02 1:53 p.m.
                       M1 Played Time!poena.dare #CP# 10/13/02 6:19 p.m.
                       Re: Spelling Error & Major Mac FrustrationAndrew Nagy 10/13/02 8:01 p.m.
           Volunteers available for review.poena.dare #CP# 10/13/02 9:53 a.m.
                 Re: Volunteers available for review.Ghôlsbane 10/13/02 10:20 a.m.
                       Re: Volunteers available for review.Ghôlsbane 10/13/02 10:30 a.m.
                             Re: Volunteers available for review.poena.dare #CP# 10/13/02 11:03 a.m.
                                   Re: Volunteers available for review.Ghôlsbane 10/13/02 11:33 a.m.



Problems? Suggestions? Comments? Email maintainer@bungie.org

Marathon's Story Forum is maintained with WebBBS 5.12.