Personally, I haven't looked at the Lamune game (PC or PS2), but when it comes to choosing a project to work on, there's usually a few turn-offs that block me, for lack of others to work with. Those are:
Compression (Haeleth even helped me once on that),
Command-Usage (Many anymore dont use a text-display command before and/or after the actual text, rather they just use a &H00 (zero zero) between most text lines... which makes it a devil of a time to find any kind of common command usage.),
Translation Assistance,
And of course when a game doesn't know how to keep its bloody text inside of a nice neat little box (me so-- dislikes full screen text with darkened screen overlays),
And I guess also format conversions in some cases for graphics (cause it's always nice to fix up graphics and menus to be in english).
---------------------------------
But really, I've always loved scripting. And, when I enjoy tracking down stuff in a hex editor or text app to find & figure out common commands. I really enjoy once I've tracked down the commands for such things as fetch-text-from-point-in-file, move-to-point-in-file, and of course text & graphics commands.... I tend to cheat though when it comes time to import text & such back into the scripts. Like how on when i was working with the original Adventure 95 client for Paradise Heights 3, I basically got the points setup and used a basic default character count, and then just linked from where the original text was and inserted stuff at the end of the script files... making it so that Absolutely of the of the other position-pointers would have to be recalculated and corrected. Saved a Lot of hassle. Too bad XP didn't want to handle running that client anymore once SP-2 was installed. :( I really liked working on that client back then. I'd really enjoy it actually to to get stuff figured out for that Adventure v1.00 client actually to take care of a few of those old old games that have since become abandonedware but never had the trilogies finished like PH3 & IS3. Really saves the trouble of having to flush them to a differant client and having to rescript or even worse script stuff from scratch.
PS: feel free to give me a PM on any knowledge of the Adventure v1.00 client(s). If I recall right, they use &H00 instead of nice text commands infront of everything....
Btw, if you can find someone to figure out any compression issues with the scripts & graphics on Lamune, I'd probably be glad to lend a hand in some of the scripting work. Even "SOME" graphics editing, for menus & such. Personally I like ripping text from uncompressed scripts, rather its by use of self-made tools or often times by hand. It's a good way to get more familour with the scripting really.
|