MCM Custom File Reference

Post » Wed Apr 02, 2014 4:33 pm

Hey everyone. I'm having trouble getting the MCM to load a custom .swf or .dds for a splash page from /interface.

The swf is 114kb @ 485x385 and the dds is 107kb @ 485x335. Does anyone know if those parameters are a problem?

Here is the relevant code. Thanks for any help.

;===============================================================Event OnConfigInit()    Pages = New String[1]    Pages[0] = "Options"EndEvent;===============================================================Event OnPageReset(string page)  If (page == "")    LoadCustomContent("RS_Splash.dds")    Return  Else    UnloadCustomContent()  EndIf  If Page == "Options"etc. ;===============================================================
User avatar
Sarah Evason
 
Posts: 3507
Joined: Mon Nov 13, 2006 10:47 pm

Return to V - Skyrim