These are not in my super Window Skin topic (Link) because these require a script edit to make the default font colour black so the writing is visible. I know I could've change the background to a dark colour, but I didn't want to deface the amazingness of Macintosh. It's also advised to change the opacity of the background to lose the transparency.
I had difficulty with os x's battle cursor, so I used the house icon.
(please give credit to Xilef if used)
Apple Lisa 1.0.0 (1984)
http://img218.imageshack.us/img218/9437/wsmclsiu7.png[/img]
System 1.0.0 (1984)
http://img204.imageshack.us/img204/787/wsmcsin1.png[/img]
System 5.1 (1988)
http://img219.imageshack.us/img219/3207/wsmcs5it5.png[/img]
System 6.0.1 (1988)
http://img204.imageshack.us/img204/7469/wsmcs6tc7.png[/img]
System 7.5.5 (1996)
http://img76.imageshack.us/img76/4079/wsmcs7ab5.png[/img]
OS 8.0 (1997)
http://img61.imageshack.us/img61/3686/wsmcs8nn6.png[/img]
OS 9.0 (1999)
http://img119.imageshack.us/img119/5284/wsmcs9ig6.png[/img]
OS X DP (2000)
http://img341.imageshack.us/img341/2297/wsmcsxdpah8.png[/img]
OS X (2001)
http://img61.imageshack.us/img61/4007/wsmcsxcy9.png[/img]
OS X Tiger (2005)
http://i45.photobucket.com/albums/f81/x ... cosx14.png[/IMG]
OS X Leopard (2007)
http://i45.photobucket.com/albums/f81/x ... cosx15.png[/IMG]
How to get a black font for the window skin:
Replace line 65 of Window_Base with this:
How to change the back opacity of the window skin:
Replace line 186 of Window_Message with this:
I had difficulty with os x's battle cursor, so I used the house icon.
(please give credit to Xilef if used)
Apple Lisa 1.0.0 (1984)
http://img218.imageshack.us/img218/9437/wsmclsiu7.png[/img]
System 1.0.0 (1984)
http://img204.imageshack.us/img204/787/wsmcsin1.png[/img]
System 5.1 (1988)
http://img219.imageshack.us/img219/3207/wsmcs5it5.png[/img]
System 6.0.1 (1988)
http://img204.imageshack.us/img204/7469/wsmcs6tc7.png[/img]
System 7.5.5 (1996)
http://img76.imageshack.us/img76/4079/wsmcs7ab5.png[/img]
OS 8.0 (1997)
http://img61.imageshack.us/img61/3686/wsmcs8nn6.png[/img]
OS 9.0 (1999)
http://img119.imageshack.us/img119/5284/wsmcs9ig6.png[/img]
OS X DP (2000)
http://img341.imageshack.us/img341/2297/wsmcsxdpah8.png[/img]
OS X (2001)
http://img61.imageshack.us/img61/4007/wsmcsxcy9.png[/img]
OS X Tiger (2005)
http://i45.photobucket.com/albums/f81/x ... cosx14.png[/IMG]
OS X Leopard (2007)
http://i45.photobucket.com/albums/f81/x ... cosx15.png[/IMG]
How to get a black font for the window skin:
Replace line 65 of Window_Base with this:
Code:
return Color.new(0, 0, 0, 255)
How to change the back opacity of the window skin:
Replace line 186 of Window_Message with this:
Code:
self.back_opacity = 255