Create an account

MODLuvalZAP (No Fade Util)  

Upload: 08 Apr 2022, 12:03
Created by: scumbumbo [X]
Uploaded by: Aqxaro

This is a quick 'n dirty .Net program (Windows only) which will overwrite the U1-U5 values in a MODL file with zeros. I'm not at all sure this is a smart thing to do for all the models in the game, but it was requested by a few users on Discord and I had a util lying around that I could repurpose for this. I figured I'd put it up here as well as I was told many folks would appreciate it.

Nabob052 created a couple of tutorials (attached) on using this to create No Fade mods using Sims 4 Studio, thanks!!

The program does not process a package file, to use it extract all the MODL resources you wish to zap into a folder. Drag and drop the files from Windows explorer to the box indicated on the program and it will patch all files dragged to it (NO backup IS MADE!) Then import those modified MODLs into a package and you're ready to go.

I take no responsibility for it messing up the models in the game, but it does accurately zap those U1-U5 fields, and very fast as well. I exported over 6000 MODLs from the ClientDeltaBuild0 and it was able to process those in about 10 or 15 seconds (will vary widely depending on the speed of your system and hard drive). It took vastly more time to export and import all those model files. After loading those modified models into my game everything seemed to run fine, and all the trees and so forth would no longer fade on approaching them. Of course, there may be other things that are affected for some models as those are undocumented fields and as I said I'm not all sure this is a smart thing to be doing.

Technically it works by seeking for the "MODL" string in the files, seeking ahead an additional 32 bytes from there to where the U1-U5 fields are stored and overwriting those 20 bytes with 0x00. Simple.

Download - please read all instructions before downloading any files!
MODLuvalZAP.rar
MODLuvalZAP Tutorials (Nabob052).rar

Comments
The minimum comment length is 10 characters.