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!

No More Video Distortion

SCREENSHOTS
55,467 Downloads 691 Thanks  Thanks 260 Favourited 92,827 Views
February 06, 2020 - Scumbumbo has passed on but his work and memories are still being kept alive by many of those whose lives he has touched. To download fixes for his mods, please check https://scumbumbomods.com/ and please direct any questions or concerns to the discord channel linked there.
Uploaded: 16th Feb 2016 at 5:31 AM
Updated: 14th Nov 2018 at 8:10 PM - Updated for Nov 13, 2018 game patch
Updated 11-14-2018 To work with the 1.47.49 (November 13, 2018) game patch.

Description

The Sim's thought bubble in the screenshot best describes my initial thoughts when I noticed the screen distortion of TVs that began occuring with the January 7, 2016 game patch. I couldn't figure out what was going wrong with my game. Tried a game repair, but that didn't help. Finally last night I searched for a solution as surely this was happening to someone else? Quickly I found that it's happening to everyone else. Lots of folks are crying for a game option to turn that junk off, but apparantly EA thinks that if the game is sped up the video should look like a low quality VCR from the '80s.

Seems to me that if the TV looks like that sped up (which mine doesn't) then so should the Sims, right?

Or even better, let's just go back to the old way. The effect is easily turned off in the XML, but that requires a separate patch to every TV object and makes it so that any other TV mods would conflict with a mod to turn off that effect. So my answer was, of course, turn to the Python script.

This script just overrides the Python that sets up that effect to always turn it off - for every TV in every game pack, modded TVs, even new TVs that haven't been made yet. The mod name says it all.

Well, almost all. A Simmer pointed out that there was also a static noise that was replacing the audio for the video. I run with sound off or my own music playing over the game typically so I hadn't noticed. So now two new flavors of the mod are available. One just turns off the static effect, and the other removes the "mute" feature entirely from video clips so the sound for them will play normally.

Installation and Compatiblity

This is a script mod, so extract the TS4SCRIPT file contained in the download file into your mods folder. It can also be placed in a subfolder, but no more than ONE subfolder deep. Once installed, it will automatically turn off the video distortion with no user-intervention required.

You must have script mods enabled in your game options in order for this script to run. Every game patch will turn your mods back off, so be sure to turn it back on!

This mod is written to work with the version 1.47.49 (November 13, 2018) game patch; however, it should work with newer game patches.

Due to the way the mod is coded, it should be very stable with future changes to the video scripting unless major changes are made to the VideoComponent of the game. This may be the simplest mod I've made, took all of maybe 10 or 15 minutes to write - it literally took me far more time to make the screenshot and write this description. So if you're looking for mods to take apart to learn about writing mods, don't start here - but the source is included as I always do.

Additional Credits

EA, of course, for continuing to provide me with the "WTF?" moments that inspire my mods.

Oh, and Scripthoge as usual for the script injection method used.