Cioppinosaga Stream

Creating an automated test harness for our ongoing Xenosaga projects using OpenClaw. You can catch the stream here.

Watch theoriginaloxymoron with me on Twitch! TheOriginalOxymoron - Twitch

Watch long enough and something exciting might happen! :emote-pyra-happy:

2 Likes

I’ll upload the recordings there’s one short one uploaded now, the bigger ones are processing. Runs will be done on Thursdays/Fridays when I can.

Edit: uploaded thru the first battle tutorial.

Gets exciting here: Ciopinosaga Episode I: Der Wille zur Model - theoriginaloxymoron on Twitch

I guess I should explain why I am doing this. Since I am working on a few projects related to the discs (so far mostly extraction/file conversion and stuff on my GitHub) this has lead me to work on some decomp stuff related to preserving the games along with a few other folks on a xeno discord server of importance to the community.

It’s come to my realization we’ll need to 1) get flags and other information out of ram for Xenosaga II/III and 2) test changes I make to the disc by iterating through a very very long game over many playthroughs. So I’ve been playing with teaching a free model stack how to play the games.

I had to poke at like 4-6 janky experimental models but I have now landed on a stack that uses Longcat/Stepfun/local Qwen and some python scripts and it is pretty fun to watch. I do have to poke it along and tune its training files between sessions with Claude code. I am using an m1 MacBook to run it but it would probably work a little better on a PC.

At first it didn’t know anything but now it’s to the point where it can see using objects in ram and bump around using the minimap, basic battle, etc. Took it about 2.5 hours to do the tutorial on the 4th go (teaching it the white void and how to do boosts was funny).

Anyway I don’t really have a schedule but I figured someone with interests in these kinds of things might find it to be good background entertainment. It’s been interesting to see it grow over time.