SimPe Notes

Notes on various aspects of SimPe.


Build DXT Dialog Hack

Modded simpe.rcol.dll that changes the Build DXT dialog's Sharpen drop-down default from "Smoothen" to "None".

SimpeRcol_72_01_V1.0.zip

SimpeRcol_73_44_V1.0.zip

Techy Stuff

To do this yourself, you will need to disassemble simpe.rcol.dll with ildasm.exe (part of Visual Studio).

Then you will need to track down the line "IL_001b: ldfld class [System.Windows.Forms]System.Windows.Forms.ComboBox SimPe.Plugin.DDSTool::cbsharpen" in the simpe.rcol.il file, and change the following line from "ldc.i4.6" to "ldc.i4.0"

Finally you will need to use "ilasm.exe" to reassemble the modified simpe.rcol.dll file.


Primitive Related Stuff


Object Related Stuff


Other Stuff


Hope these notes are of use to someone. Enjoy!