SimPe Notes
Notes on various aspects of SimPe.
Modded simpe.rcol.dll that changes the Build DXT dialog's Sharpen drop-down default from "Smoothen" to "None".
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.
- SimPe Primitive Wizards
- 0x0032 Add/Change Action String Op3 Bit 3 - Passing T4 as P2
- 0x000D Push Interaction Op3 Bit 3 - As Continuation
- 0x0074 Reach/Put Op9 Bit 4 - Use Reach Anims
- Dialogue - Text Notification - TNS Style 0x05
- Adding TNS Style 5 to the Dialog Wizard
- Go To Routing Slot - Event Trees
Hope these notes are of use to someone. Enjoy!