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!
Test Subject
Original Poster
#1 Old 26th Nov 2017 at 6:11 PM
Default "ERROR: 'uncomyle6' is not recognized as an internal or external command, operable program or batch file"
Trying to decompile, getting this error. What am I missing?

(Attempting this tutorial- http://www.modthesims.info/showthread.php?t=533907)
Advertisement
Deceased
#2 Old 26th Nov 2017 at 7:56 PM
That darkkitten30's batch file appears to use a different decompiler than others, not sure where they got that. Try DarkWalkers python decompiler further down the list, it should work well.

http://modthesims.info/showthread.p...513#post4971513

You will need to edit the first few lines of the Decompile_nodeps.py script in order to point it to the right place, e.g.
Code:
folderGame = 'C:\\Program Files (x86)\\Origin Games\\The Sims 4'
folderScripts = 'C:\\Scripts\\'


Just make sure folderGame is set to where your TS4 game is installed, and folderScripts is set to output the decompiled files to an empty folder you've created.
Test Subject
Original Poster
#3 Old 26th Nov 2017 at 8:48 PM
I think it worked! You are the best, thanks so much!
Back to top