Hello everyone
1st - Xentax on the whole is an excellent resource and thanks to everyone involved
Being a total noob in everything Xentax related I would like to ask if chrrox is ever thinking of making more tutorials on this subject as I've found these very easy to understand and informative especially the format that
viewtopic.php?f=29&t=3545 was written in (in showing the code placed for a script after each step).
I have lots to learn in all areas but hope one day I might have something to contribute in the form of scripts that may be of use - I've played around with hex editing for some time but mostly blindfolded to what I'm doing until I read those Tutorials.
Just to give you an idea of how good (sorry not sucking up here) they are - I looked at the script by aluigi for Dungeon Keeper 2 as I have this game - so installed the game and tried to follow the script with what I was looking at
Code: Select all
comtype dk2
idstring "DWFB"
get VER long
goto 0x48
get FILES long
get NAMEOFF long
get NAMESZ long
get DUMMY long
Code: Select all
00000000 44 57 46 42 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DWFB...................................
00000027 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 81 00 00 00 B1 A4 .......................................
0000004E 2D 00 CD 06 00 00 00 00 00 00 F5 08 00 00 B1 A4 2D 00 0C 00 00 00 80 14 00 00 37 70 03 00 00 00 00 00 00 00 00 00 00 -...............-.........7p...........
00000075 00 00 00 00 00 00 00 00 00 00 00 67 08 00 00 BD A4 2D 00 0C 00 00 00 B7 84 03 00 31 47 0A 00 00 00 00 00 00 00 00 00 ...........g.....-.........1G..........
0000009C 00 00 00 00 00 00 00 00 00 00 00 00 71 11 00 00 C9 A4 2D 00 14 00 00 00 E8 CB 0D 00 68 2A 00 00 00 00 00 00 00 00 00 ............q.....-.........h*.........
000000C3 00 00 00 00 00 00 00 00 00 00 00 00 00 1C 17 00 00 DD A4 2D 00 0C 00 00 00 50 F6 0D 00 B0 29 00 00 00 00 00 00 00 00 ...................-.....P....)........
and found I could follow some of the script of what I was looking at - when before it was just over my head (what the hell am i looking at) to OH! crap I can read this (to a point

) - like how many files in archive - where the names are - where the file starts and ends in archive etc.
So basically is there any new Tutorials in the works for game archives like chrrox has written.