System Shock's assets importer for Unity. Requires Unity 5.5.0 beta.
###Notes This project is still under heavy development. Anything can change!
Prefab creation can take couple of minutes.
Before running map import, please restart Unity. Font importing is broken in Unity and new fonts will only work after restart.
Map importing currently imports only one map. Map can be changed by editing Assets/SSImporter/Editor/MapImport.cs at line 38
You can use character prefabs from standard assets. They will have to be resized to match the level scale. 0.7 for height seems to work nicely. Don't forget to change speed settings too.
###Procedure
- Create new Unity project (3D, No asset packages needed)
- Clone repository to Unity projects Assets folder. (or copy SSImporter directory) Unity should now import and compile everything.
- Run every importer in order from Assets/SystemShock menu.
Starting from 0. Set RES Path. It should ask for folder. Select your RES folder.
Run 1. Create Object Factory
Run 2. ...
- Trigger graph (partially done)
- Palette rotated textures
- Each palette chunk (5 colors) is rotated at different speed. Use multi layered material (one layer per chunk)?
- Bitmap upsampling (some sprites seems to be upsampled)
- Combine tiles to create uniform collision mesh from level geometry.
- Code to weld and optimize level & decal mesh.
- Music (http://wenchy.net/old/ssplayer.html) (Port https://github.com/CoderLine/alphaSynth to Unity?)
- Intro/Ending movie import
- Look into MAC resource files
- Higher resolution UI graphics?
- Quick time Intro/Ending videos
- Mini map
- Mini games http://pastebin.com/epfmWNQJ
- Code cleanup/refactoring
- Make import automated (Wizard)
- Makers of THE UNOFFICIAL SYSTEM SHOCK SPECIFICATIONS
- Makers of Inky Blackness project (https://github.com/inkyblackness)
- ToxicFrog (https://github.com/ToxicFrog/ss1edit)
- Makers of The System Shock Hack Project (http://tsshp.sourceforge.net/)
- Makers of eXtendable Wad Editor (http://www.doomworld.com/xwe/)
- Makers of SYSTEMSHOCK-Portable (https://www.systemshock.org/index.php?topic=211.0)