Import all valid geometry from .SAT
(Sega Saturn version of Tomb Raider).
- Document .SAT format completely
- Import calculated normals
- Import textures and map them to each face
- Import lighting
Here is a list of functions inside the main binary (0MAIN.BIN
)
0x060347A8
- Parses .SAT/.SPR files0x06033C90
- Loads actual file"data\\level3a.sat"
before parsing0x060478A0
- String compare0x060436E8
- Prints to console0x06043A18
- Possibly loads files from CD0x06043A70
- Possibly loads files from CD0x0602C5AC
- HUGE function
- Copy
io_import_trsat.py
to%APPDATA%\Blender Foundation\Blender\2.XX\scripts\addons\
whereXX
is your version of Blender.
-
Copy
io_import_trsat.py
to~/.blender/scripts/addons/
whereXX
is your version of Blender. -
Open Blender, and press Ctrl+Alt+U to open the Blender User Preferences window.
-
Select the Add-ons tab and search for israel
-
Enable all addons
-
Click on Save User Settings button