MSFN Forum: New Themes - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

New Themes WPI 4.3.8 and above Rate Topic: -----

#1 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 January 2006 - 06:43 AM

The old themes thread is no longer good so I will keep this one up to date as possible.
I will strive to update all of the old ones as soon as I can.
Please use Imagevenue for hosting the screenshots.
Also if you need hosting just let me know and I will be glad to host your theme.

My personal theme:

Posted Image

Download Here.

Ok to use these themes simply place the whole theme folder into your WPI\Themes folder and select the theme in the options wizard menu.

To make these themes compatable with the Lite WPI versions open WPI.htm in the theme folder with any text editor (Like notepad) and make the following changes:

Remove the 2 "StopAudio();" statements from the Continue button section. (Typically lines 77 + 78)

Remove all of the entries for The Source button, Music button, And the User manual. (Typically lines 224 - 269)

<!-- The Source button -->
<div id="optSource">
<a href;
		   onMouseDown="document.sourcebutton.src='./themes/Glossy/Sourcedown.gif';"
		   onMouseOver="document.sourcebutton.src='./themes/Glossy/Sourceover.gif'; stm(getText(ttSource),Style[0]);"
		   onMouseOut="document.sourcebutton.src='./themes/Glossy/Source.gif'; htm();"
		   onClick="stopInterval(); startstop(); ToggleSource(); startstop();">
	<img
	src="./themes/Glossy/Source.gif"
	align="absbottom"
	class="mainbtn"
	border="0"
	name="sourcebutton"
	onClick="stopInterval()">
	<font class="side"><b><script>document.write(getText(lblSource));</script></b></font></a><br />
		</div>

<!-- The Music button -->
<div id="optMusic">
<a href;
		   onMouseDown="document.musicbutton.src='./themes/Glossy/musicdown.gif';"
		   onMouseOver="document.musicbutton.src='./themes/Glossy/musicover.gif'; stm(getText(ttMusic),Style[0]);"
		   onMouseOut="document.musicbutton.src='./themes/Glossy/music.gif'; htm();"
		   onClick="stopInterval(); startstop(); ToggleAudio(); startstop();">
	<img
			   src="./themes/Glossy/music.gif"
			   align="absbottom"
			   class="mainbtn"
			   border="0"
			   name="musicbutton">
	<font class="side"><b><script>document.write(getText(lblMusic));</script></b></font></a><br />
	</div>

			<!-- The user manual. -->
				<div id="ManButton"> <a href="./UserManual/manual.html" target="_blank"
			onMouseDown="document.ManualButton.src='./themes/Glossy/question.gif';"
			onMouseOver="document.ManualButton.src='./themes/Glossy/questionover.gif'; stm(getText(ttmanual),Style[0]);"
			onMouseOut="document.ManualButton.src='./themes/Glossy/question.gif'; htm()">
		  </b></font> <img
			src="./themes/Glossy/question.gif"
			align="absbottom"
			class="mainbtn"
			border="0"
			name="ManualButton">
			<font class="side" ><b><script>document.write(getText(lblmanual));</script>
			</div>


Remove the "Layer Source" Section: (Typically lines 288 + 289)

<div id="layersource" style="position:absolute; display:none; z-index:100; overflow: auto; width: 100%; height: 100%;">
	  </div>


Remove "Layer Audio" section: (Typically lines 304 + 305)

<div id="layeraudio" style="position:absolute; display:none; z-index:100; overflow: auto; width: 100%; height: 100%;">
		  </div>



Remove the "Audio" section: (Typically lines 377 - 383)

<td width="33%" align="right">

			<!-- Audio Player -->
			<div id="mediaplayer">
			<div align="center">
			<embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed>
			</div></td>


Remove these lines from the "Script" section. (Typically starting at line 391)

document.all.optMusic.style.display = showOptBtn?'block':'none';
			document.all.ManButton.style.display = showmanualBtn?'block':'none';
			document.all.optSource.style.display = showOptBtn?'block':'none';
			document.all.mediaplayer.style.display = showmpWPIBtn?'block':'none';

This post has been edited by kelsenellenelvian: 20 March 2006 - 02:11 AM



#2 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 January 2006 - 07:03 AM

The original custom theme by Hasi001:

Posted Image

Download Here.

#3 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 January 2006 - 07:36 AM

Another one by me:

Posted Image

Download Here.

#4 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 January 2006 - 07:51 AM

A contribution by Almulder:

Posted Image

Download Here.

#5 User is offline   Panther999 

  • Group: Members
  • Posts: 1
  • Joined: 07-January 06

Posted 23 January 2006 - 04:34 AM

Here is a Fantasy Theme:

Posted Image

Download Here.

Gruß P

This post has been edited by kelsenellenelvian: 11 February 2006 - 06:41 PM


#6 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 January 2006 - 12:28 AM

"Blue Control" By Lost Soul

Comes in 2 flavors 1024x768 and 1280x1024

Posted Image

Blue Control

Here is the source images for the backgrounds so you can customize to your hearts content!

Paint Shop Pro Source Background Image Source Files.

Thanks Lost Soul.

This post has been edited by kelsenellenelvian: 31 January 2006 - 08:03 AM


#7 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2006 - 10:45 PM

Royale theme requested by BoardBabe done by me...

Posted Image

This post has been edited by kelsenellenelvian: 11 February 2006 - 02:13 AM


#8 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 01:47 AM

MCE Theme by Salac...

Posted Image

#9 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 02:14 AM

Royale Theme done by DeViLRuNNeR....

Posted Image

#10 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 02:29 AM

Vista inspired Theme done by Glent...

Posted Image

Download Here.

#11 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 02:41 AM

"Grace" Theme done by Wixfigura...

Posted Image

Download Here.

#12 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 06:09 AM

MCE Theme by Glent... (Contains wallpapers for most resolutions)

Posted Image

#13 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 08:10 AM

Alien Theme done by Randy Rhoads... (3 Different wall sizes included)

Posted Image

Download Here.

#14 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 08:32 AM

Elegant Blue by Orustom...

Posted Image

#15 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 08:53 AM

S0mE0nesMiNd1 Theme done by S0mE0nesMiNd...

Posted Image

#16 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2006 - 06:13 PM

Win2000 Theme done by Randy Rhoads... (3 Different Wallpaper sizes included)

Posted Image

This post has been edited by kelsenellenelvian: 11 February 2006 - 06:13 PM


#17 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 03 March 2006 - 10:16 AM

Revised Royale Theme, dynamically compatible with any resolution! (Optimal at 1280x1024)
Based on Classic Theme with updated graphics. WPI lite 1.2 supported (alternate wpi.htm included).

Posted Image



Download - Credits to RogueSpear for hosting space.

kelsenellenelvian: Very Nce job I like the way you did this one.

This post has been edited by BoardBabe: 19 March 2006 - 09:16 AM


#18 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2006 - 10:47 PM

Ultimate by: j h3000

Posted Image

Optimized for 1280x1024 only if you need another resolution just ask and I wll be glad to whip it up for you!

Download here --> www.wpiw.net/downloads/themes/ultimate.rar

#19 User is offline   K2storm 

  • Group: Members
  • Posts: 2
  • Joined: 11-May 06

  Posted 14 May 2006 - 01:18 AM

AlienWare Theme
Posted Image

Click HERE for the Full Size Image!


Wallpaper Size:
800x600
1024x768
1280x1024
1400x1200 <- My Loptop :thumbup
1600x1200

Custom Modifications:
1) New screen size added 1400x1200 check the (api, useroptions, optionswizardtemplate) files.
2) New Font Colors
3) Change Button Locations (see the screen shot for details)

The File:
Download :w00t:

The Ghost Theme
Posted Image

Click HERE for the Full Size Image!


Wallpaper Size:
800x600
1024x768
1280x1024
1400x1200 <- My Loptop :thumbup
1600x1200

Custom Modifications:
1) New screen size added 1400x1200 check the (api, useroptions, optionswizardtemplate) files.
2) New Font Colors
3) Change Button Locations (see the screen shot for details)

The File:
Download :w00t:


Credits:
k2storm <- ME :hello:
And all the Designers who have created all those cool wallpapers!

This post has been edited by K2storm: 14 May 2006 - 01:23 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy