Search found 2 matches
- Sun Sep 17, 2023 4:38 pm
- Forum: Help and Support
- Topic: Studying sword1 engine
- Replies: 2
- Views: 5009
Re: Studying sword1 engine
Ciao Andy, interesting. Here's what i am working on: https://gist.github.com/timetravel0/9cf80092fc4ce6968059cf1d415f03ae - read.py splits clu(s) in different chunks - read_obj.py permits to read the content of different types (ChrTxt only at the moment!) End goal would be extracting logics/scripts ...
- Sat Sep 16, 2023 10:14 pm
- Forum: Help and Support
- Topic: Studying sword1 engine
- Replies: 2
- Views: 5009
Studying sword1 engine
I'm interested in understanding the logics behind Virtual Engine so i started analyzing sword1 engine. I managed to create a python procedure able to parse swordref.rif and extracting the correspondent resources from any *.clu file. The point is that now i want to parse properly each file extracted;...