I've just upgraded to Maya 4 and I HATE the new red splash screen. I want to change it to the old 3.0 blue splash screen. Anyone know where this file is 'hidden'?
:nathaN
In 3.0 it's in the MayaRes.dll file. You can use something like eXeScope to dig in there.
Rumor Has it that this is how you do it
Get ExeScope
open the program ( exescope.exe ) and then point it to "X:AWMAYA4.0BINmayares.dll"
find "Resources->Bitmap->MAYASTARTUPIMAGE.XPM" ( might take a while to load.... )
import ur "own" image ( BMP only, 256 colors ) to replace the original loading screen ... ( the 2nd icon from top-left )
save it..3rd icon from top-left
PS: back up ur original "mayares.dll" 1st !!
Hope this helps!
Hello,
a much easier solution, avoid to load the splash screen:
maya -nosplash
This will load maya with nosplash
later,
-a
Ah. thank you. The simplest solution is usually the best (and the one you never think of!)