Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!

Blender 2.65 TS3 Slot Editor Updated 6-23-17?!

SCREENSHOTS
3,550 Downloads 272 Thanks  Thanks 54 Favourited 71,430 Views
Picked Upload!   This is a picked upload! It showcases some of the best talent and creativity available on MTS and in the community.
Uploaded: 26th Sep 2011 at 6:16 PM
Updated: 23rd Jun 2017 at 7:24 AM

What it's for...

This script is for importing RSLT(slot) files into Blender 3D 2.65. The slots can be imported over a mesh, then moved to the desired position. Slots can also be added and deleted, and it works on routing, container, effect, and IKtarget slots. Additionally, slot flags(for container slots) can also be edited.

Installation:

1. Download and extract the "io_TS3_rslt.py" and put it where you can find it.
2. Start Blender and go to File->User Preferences(or press CTRL+ALT+U).
3. Click the "Add-Ons" button at the top of the User Preferences window.
4. Click the "Import/Export" button on the left, then click the "Install Add-On" button at the bottom.
5. Navigate to where you extracted the file and select the "io_TS3_rslt.py" and click "Install Add-On". Sims 3 RSLT Editor is added to the the list.
6. Click the check box on the right in the list. The importer is added to the File->Import menu, and the TS3 RSLT Editor panel is added to the Properties Editor under Scene.

Importing:

note: You may need to rename the the RSLT file to filename.slot. Renaming is really only necessary for files with long names, because Blender has a limit.
Start Blender, load/make your mesh, and go to File->Import->Sims 3 RSLT. Navigate to the your folder and select the .slot file. Slots will be represented as axes.



Editing:
To move a slot:
Right-click to select the slot and press 'G' or use the 3D transform widget(the red, blue, and green axis).

To delete a slot:
Select the slot and press 'X'.

To add a new slot:
Click the 'Make New Slot' button. In the dialog, add the name, bone name(FNV32hash w/o the '0x'), and select the type of slot you want to create, then press OK.


To edit container slot flags:
If you know the value, enter it(without the '0x') in the 'Flag Value' box. If you don't know the value, just click the 'Edit Flags' button and check the flags you want in the dialog.


Exporting:
To export, just go to File->Export->Sims 3 RSLT and select the original .slot file. A backup of the the original will be made, and the new slot file will be named as the original. (In the S3PE import or replace dialog, you have to change the file type to 'All files' to see files that have had the name shortened.)

changelog:
version???(6-23-17??)
fixed broken rotations

version1.4(1-25-13)
-update for 2.65

changelog:
version1.3(7-8-12):
-fix to import/export offsets
-fix for small object slot flag

changelog:
version1.2(11-2-11):
-names for new slots are automatically hashed(thanx atavera).

version1.1 (10-12-2011):
-added toggle buttons for x-ray visibility of slots.

Additional Credits:
Thanks to Inge and Peter Jones for their help.