OpenSWE1R / swe1r-tools

A collection of tools to work with files of the 1999 Game "Star Wars Episode 1: Racer"
GNU General Public License v2.0
21 stars 6 forks source link

Rename SWEP1R to SWE1R #5

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 7 years ago

Gets more google hits.

Verilion commented 6 years ago

Hi!

I've been tinkering with this for a bit now. I wanted to extract the contents of podracing (I am on windows) and I tried to reverse engineer your script a bit. For instance, I renamed this:

with open("c:/tmp/model-%d-b.bin" % i, 'wb') as t:

After running the script I got a long list of .bin files (as expected from the extension added in the script), but I am not sure exactly what to do with these? I was expecting .obj files or similar.

What can I do from here? Thanks!

JayFoxRox commented 6 years ago

Please create a new issue for this instead of posting it here. Also see #1

Verilion commented 6 years ago

Sorry, I am not familiar with GitHub, to be honest. Thanks for the quick response!