Jump to content

Recommended Posts

OK - we get exported first and override last

 

With lax* is there an order?

 

I notice SOME things override others in lax* but as there are many lax* directories it is possible that one override overrides another unless there is a specific order to lax*

 

Can you please clarify? How's this work? Alpha / date?

 

OK Fair warning has been applied

 

I'm gonna move the domain to https://perspak.com early Feb but will keep all content

 

There are reasons behind this move which basically boil down to unifying my release schedule

 

My friends are welcome to play (I'll set you up your own areas if you desire them)

 

Please note that this process is messy so may take a few weeks 

Link to comment
Share on other sites

I'm not Bmac, but judging from the game's code there is a package index and a load order of bundles. The last loaded bundle would have the highest priority.
 

       public enum PackageIndex
    {
        // Token: 0x04005333 RID: 21299
        BaseGame,
        // Token: 0x04005334 RID: 21300
        BackerBeta,
        // Token: 0x04005335 RID: 21301
        LAX1,
        // Token: 0x04005336 RID: 21302
        LAX2,
        // Token: 0x04005337 RID: 21303
        LAX3,
        // Token: 0x04005338 RID: 21304
        LAX4,
        // Token: 0x04005339 RID: 21305
        LAXA,
        // Token: 0x0400533A RID: 21306
        LAXB,
        // Token: 0x0400533B RID: 21307
        LAXC,
        // Token: 0x0400533C RID: 21308
        LAXD,
        // Token: 0x0400533D RID: 21309
        Unused,
        // Token: 0x0400533E RID: 21310
        LAXE,
        // Token: 0x0400533F RID: 21311
        LAXF,
        // Token: 0x04005340 RID: 21312
        LAXG,
        // Token: 0x04005341 RID: 21313
        LAXH,
        // Token: 0x04005342 RID: 21314
        Count

 

I can't say, if the package index is used as the load order though.

  • Like 2
Link to comment
Share on other sites

Cool

 

I'm trying to sort out what is current - at least I have a clue how to process these now

 

Is this anywhere in /exported?

OK Fair warning has been applied

 

I'm gonna move the domain to https://perspak.com early Feb but will keep all content

 

There are reasons behind this move which basically boil down to unifying my release schedule

 

My friends are welcome to play (I'll set you up your own areas if you desire them)

 

Please note that this process is messy so may take a few weeks 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...