More Awesome Than You!

TS2: Burnination => The Podium => Topic started by: Inge on 2008 June 26, 08:38:48



Title: A favour please - Ikea
Post by: Inge on 2008 June 26, 08:38:48
Please can someone let me have a copy of the objects.package from Ikea SP?   I don't really want to buy it at the moment, but I could do with being able to see if any of my hacks need updating.

TIA :)


Title: Re: A favour please - Ikea
Post by: sloppyhousewife on 2008 June 26, 09:20:00
I'll get my IKEA copy tomorrow at the latest - so if you haven't got the objects.package by then, you can have mine :).


Title: Re: A favour please - Ikea
Post by: J. M. Pescado on 2008 June 26, 10:39:28
Stuffpacks don't use objects.package anymore. They haven't done that since GLS or so. Nowadays, stuffpacks do some even weirder, more unholy thing that does not alter anything in objects.package. It is thus pointless to scan a stuffpack's objects.package.


Title: Re: A favour please - Ikea
Post by: blackcat on 2008 June 26, 11:16:49
http://rapidshare.com/files/125131817/objects.package.html (http://rapidshare.com/files/125131817/objects.package.html)

Here you go
Hope there will be updates soon :)

EDIT: Damn


Title: Re: A favour please - Ikea
Post by: Inge on 2008 June 26, 11:58:09
Stuffpacks don't use objects.package anymore. They haven't done that since GLS or so. Nowadays, stuffpacks do some even weirder, more unholy thing that does not alter anything in objects.package. It is thus pointless to scan a stuffpack's objects.package.

So where did you get the data to fix your phone hack etc?  Does it put the stuff in the Overrides folder?  If so perhaps you'd be good enough to let me have the contents of that - or whatever else the helpful person sent you that was relevant.  Because I know you haven't gone out and bought IKEA stuff yourself :)


Title: Re: A favour please - Ikea
Post by: J. M. Pescado on 2008 June 26, 12:04:42
From the error log of the Phone Hack. It's still up. The only thing you really need to know is what bit it uses, and in this case, IKEA is using the last bit available, bit-16 (0x10), which is also the sign bit. As a result, a game with all EPs and SPs to date up to IKEA appears as gameversion -1 (0xFFFF, 1111111111111111b). The only thing that REALLY changes is that if you were using gameversion > X to test for "has engine greater than or equal to", you have to cache the result, unset flag 0x10, and then test on that, or else your number is negative. IKEA itself introduces no new objectcode, so only multiversion by engine hacks need to be updated as such. Things which only test for individual expansions or things which have no expansion test at all continue to function unchanged. Only gameversion engine tests (for instance, Pets or greater, but not necessarily requiring Pets itself, a Pets or greater engine) need changing.


Title: Re: A favour please - Ikea
Post by: Inge on 2008 June 26, 12:13:53
Oh I see...  I shouldn't be affected then, because I don't make single-version EP-detecting hacks.   If I'd known just how often everything would change, I probably would have done, but I don't think I can be bothered to implement it now.

Blackcat, thankyou I have your file downloaded now :thumbsup: