Click the "Select File" button above, and choose your TS4SCRIPT file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert TS4SCRIPT to another file type
To convert TS4SCRIPT script mods to another format, you need The Sims 4 or other Game software.
Convert a file to TS4SCRIPT
To convert other file formats to the "Game Mod Script Archive" file type, you need software like The Sims 4 or a similar tool.
About TS4SCRIPT files
A .ts4script file is a compressed archive containing compiled pyc Python scripts used specifically to add custom mods and behaviors to the video game The Sims 4. Modders use this format to package their custom game logic into a single file that the game engine can load directly.
These files are exclusively read by The Sims 4, developed by Maxis and published by Electronic Arts. Players install them by placing the .ts4script file into the dedicated Mods folder located in the game's user data directory.
The main disadvantage of a .ts4script file is that it is essentially a black box to regular users. You cannot double-click it to read the code, and standard text editors will only display gibberish because the internal pyc files are compiled bytecode, not plain text. Furthermore, the game engine strictly limits how deep these files can be placed within subfolders - usually no more than one folder deep - or they will fail to load, which causes endless frustration for players organizing large mod collections.
To view or modify the contents, the best conversion target is ZIP. Because a .ts4script file is actually just a standard ZIP archive with a custom extension, converting or renaming it to ZIP allows you to extract the enclosed pyc files. From there, developers use decompilers like uncompyle6 to convert the compiled pyc back into readable PY (Python) source code.
This file format is inherently difficult to convert for the average user because of the multi-step extraction and decompilation process required to get human-readable text. Standard online converters fail because they do not know how to handle proprietary game assets or decompile Python bytecode.
Convert.Guru analyzes your TS4SCRIPT file, detects the exact format, and lets you read the text inside.
If you want to convert TS4SCRIPT file to EXE, ISO, BIN, CUE, PAK, WAD, PK3, PK4, BSP, MAP, SAV or DAT, you can use The Sims 4 or similar software from the "The Sims 4 Modding" category. In the File menu, look for Save As… or Export….
To convert MOD, BIN, CFG, SCX, DAT, MPQ, LOG, CUE, INI, EXE, SCM or ISO files to TS4SCRIPT, try The Sims 4 or another comparable tool in the "The Sims 4 Modding" category.
The TS4SCRIPT Converter Story
The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our TS4SCRIPT converter.