Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#68221 - 07/02/2002 11:33 hijack 186 - initial functions
Dava
member

Registered: 06/12/2000
Posts: 192
Loc: Bucks UK
HI Mark,

With 186 the initial.C and inital.H codes have stopped working.

I thought maybe that because we now have @DC and @AC you had changed it so I put:

[ir_translate]
;@DC initial=ffffff.L,ffffff.L,20DF0B
;@AC initial=000000.L,ffffff
80b44918=000000.L

And then I get an IR Translate Error popup at start.

Which is the correct method, @DC/@AC or initial.H/initial.C ?

Ta.
_________________________
MK2 smoked 32Gb S/n 090000949 MK2a Blue 20GB racked and out of sync

Top
#68222 - 07/02/2002 11:37 Re: hijack 186 - initial functions [Re: Dava]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Initial.C and Initial.H are the correct way.

But this whole "Initial" thing is very timing-sensitive, in that we are never really sure when the player is up and running, and if we sent the initial sequences too early, they get ignored.

Best suggestion I have is to place a bunch of null.L codes at the front of the initial sequences, to delay them a bit:

initial.C=null.L,null.L,null,L,button1,button2, ...

Top
#68223 - 07/02/2002 12:29 Re: hijack 186 - initial functions [Re: mlord]
Dava
member

Registered: 06/12/2000
Posts: 192
Loc: Bucks UK
Hmm.. Tried:

[ir_translate]
initial.C=null.L,null.L,null.L,null.L,null.L,null.L,20DF0B
initial.H=null.L,null.L,null.L,null.L,null.L,null.L,null.L,null.L,null.L,null.L,null.L,null.L,000000.L,ffffff
80b44918=000000.L

and still no joy....
_________________________
MK2 smoked 32Gb S/n 090000949 MK2a Blue 20GB racked and out of sync

Top
#68224 - 07/02/2002 12:47 Re: hijack 186 - initial functions [Re: Dava]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Okay, I'll fix it.

Top
#68225 - 07/02/2002 12:57 hijack 189: Initial functions revamped [Re: Dava]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Okay, Hijack v189 is out. This version features
  • all new implementation of "initial=" for startup button macros
  • requires "[output] notify=1" in config.ini for "initial=" to be triggered
  • all ir_translate flags now work with initial=, permitting multiple instances in config.ini with different flag combinations, as in:

    initial.CTA=xxxxxxx,xxxxxx
    initial.HT=xxxxxxx,yyyyyyy
    initial.CP=zzzzzz,zzzzzzz

  • ir_translate button flags are now case-insensitive
    
    
    Have fun.

    -ml

  • Top
    #68226 - 07/02/2002 13:03 Re: hijack 189: Initial functions revamped [Re: mlord]
    Dava
    member

    Registered: 06/12/2000
    Posts: 192
    Loc: Bucks UK
    I like rubbing your lamp!

    You're the quickest genie on the planet!

    Cheers. Will try it now..
    _________________________
    MK2 smoked 32Gb S/n 090000949 MK2a Blue 20GB racked and out of sync

    Top
    #68227 - 08/02/2002 02:19 Re: hijack 189: Initial functions revamped [Re: mlord]
    Dava
    member

    Registered: 06/12/2000
    Posts: 192
    Loc: Bucks UK
    Works a treat.

    Cheers mister!
    _________________________
    MK2 smoked 32Gb S/n 090000949 MK2a Blue 20GB racked and out of sync

    Top