Here are the steps needed for converting SITOOLS props into SI. 1. Make a directory called TEMP in DOS. Any name will work, but I'll use TEMP here. 2. In the editor, load the object(s) you wish to convert and BSAVE them. This will create a file in the SITOOLS directory called (objectname).BIN for each object. 3. To make the process easier, transfer all of your .BIN files and the MAKERES.EXE program to your TEMP directory. 4. Now use the sample file below as an example and make your own text file. Be sure to make it look exactly the same, especially spacing. You can name your text file anything you want. 5. At the command line in DOS type MAKERES (yourfilename.you) 6. If you see NO ERRORS on the next line after your command line then it worked correctly. 7. You will now have 2 new files in your TEMP directory. (filename).RES and (filename).EQU. Move these to the STUNTISL\RES directory. I have only been able to have one custom file in that directory at a time. 8. Now enter SI and go to SET DESIGN. You should see your objects in the PROPS list. Choose your new props like you would any of the SI props. The only thing you CANNOT do is put them into the PROP ONE slot. This will crash SI everytime. --------------------------------------------------------------------------- Here is the sample text file. settemp c:\temp\temp.tmp new (your filename),126 #names text Sifa Objects (Substitute your title here) text Sifa Stone Logo (These are the names of your objects) text U.S.S. Voyager text Enterprise Shuttle text Star Destroyer TestOb1 object sifa.bin (These are the .BIN files you made) TestOb2 object startrk2.bin TestOb3 object shuttle.bin TestOb4 object st-cruse.bin Textfile by Dean Newbury. Special thanks to Matt Shoemaker for giving me this same help!