Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3XXXLOlympic GamesXXL EditorToolsOff-TopicXXL RomasteredXXL 2 RemasteredOther GamesModsCaesar's ChallengeUnfair XXLPatchesFan ArtPersonal ArtSpeedrunningMediaRandomizerBETA RomeHSKALPresence AdrienPresence SPQRSupport Bot Helpdesk

#general

deathhound246
Yea, I completely understand that haha. I've tried using some of your tools from github on Alice's files, but the only one that even partially works on them is Pykedit from the elbtools repo. I've begun modifying it a little to support Alice a little better, but progress on that is slow
deathhound246
I got the game for about £6 GBP from cdkeys.com instead of the usual £16 from Steam. cdkeys basically give redeem keys for games usually cheaper than the original seller
deathhound246
I've also got my own Wii dump of PAL region, and there's no shaders in it's filesystem at all, so they are only used on the Steam version which I find quite strange (saying this it does have a `EFFECTS.mtd` file)
adrientd
Yeah, Pykedit is the "old editor" that is outdated, but I myself still use it to analyse the binary data of classes to understand better and help improve the "new editor".
adrientd
Yeah, but I don't think there's any graphical improvement on the PC version compared to the Wii?
deathhound246
No, PC version graphics are better than Wii, and obviously has a different set of control schemes. Other than those, though, they are exactly the same
adrientd
Hmm ok
filip5011
👍🏻
rubinho146
Alice In the wonderland Disney?
deathhound246
Yea
rubinho146
Hmmm
rubinho146
Nice nice
deep_wolf
Would you import Obelix into Alice, so he can eat pigs at tea party?
deathhound246
Potentially, if I figure out how to import textures and meshes lmao :FrogThinking:
adrientd
Do the textures work in the old "Pykedit" editor?
adrientd
It is unlikely the devs made changes in how textures are serialized, but who knows
adrientd
In the new XXL Editor, maybe you would have to remove all registrations to classes and only keep the ones that would likely work like textures.
adrientd
So that, the editor will only try to deserialize the classes you are interested, and keep the others as unknown binary data, avoid crashes due to class serializations being different.
deathhound246
I don't think so. The only thing that seems to function with Alice files is the hex editor when opening GAME.KWN. Shows some strings but that's about it
deathhound246
When opening any other kind of file, it always fails assertions