Jump to content


Salk

Member Since 22 Oct 2004
Offline Last Active Yesterday, 11:04 PM

Posts I've Made

In Topic: Current Status of Infinity Animations

05 November 2024 - 01:35 PM

Seconded! Thanks for bringing this forward, skellytz! It's much appreciated. Now if only Insomniator returned to us I'd be real happy...

In Topic: SHS New GitHub Organization

21 October 2024 - 02:01 AM

Thanks to Skellytz for this excellent news and for the astronomical work accomplished! :cheers:

 

Ditto!


In Topic: Incorrect area flags

09 August 2024 - 10:46 PM

My pleasure.

 

I think it's just a matter of adding this to the BGT's TP2 area section of the Fixpack (line 7043):

 

COPY_EXISTING ~AR6717.ARE~ ~override~
 WRITE_BYTE 0x48 THIS & `BIT0
BUT_ONLY

 


In Topic: [Solved] Random encounter with 'nothing'

05 August 2024 - 09:29 PM

My pleasure. Keep up the great work!

In Topic: [Solved] Random encounter with 'nothing'

05 August 2024 - 04:21 AM

I checked those areas and found two BGT scripts with a one hour gap.

 

AR4901.BAF:

 


TimeGT(2) 
TimeLT(4)

 

should be:

 

TimeGT(2) 
TimeLT(5)

 

and AR5100.BAF:

 


TimeGT(4) 
TimeLT(DAWN_START)

 

should be:

 

 TimeGT(4)
 TimeLT(DAWN_END)