ID:260411
 
I was just wondering, does anyone have a 3.5 Skin that could be used in 4.0. I am really annoyed at making these Interfaces, but i'm not going to give up, but still I need a 3.5 temporary skin to use on an RPG game.
The Unknown Ninja From Hell wrote:
I was just wondering, does anyone have a 3.5 Skin that could be used in 4.0. I am really annoyed at making these Interfaces, but i'm not going to give up, but still I need a 3.5 temporary skin to use on an RPG game.


http://developer.byond.com/forum/ index.cgi?action=message_read&id=569456&forum=4&view=0

Its not the real thing, but its pretty close.
http://www.angelfire.com/hero/straygames/Interface.dmf
http://www.angelfire.com/hero/straygames/InterfaceCode.dm

honk <.<

winset(src,"GameWindow.GameMap", "icon-size=32")
winset(src,"GameWindow", "size=800x600;pos=0,0")

and run that in mob/Login() for best performancee
In response to Falacy
Very nice.
In response to RedlineM203
RedlineM203 wrote:
http://developer.byond.com/forum/ index.cgi?action=message_read&id=569456&forum=4&view=0

Its not the real thing, but its pretty close.

uhh, this one just looks like the default 4.0 layout to me? whatd he change o.O
In response to Falacy
Falacy wrote:
RedlineM203 wrote:
http://developer.byond.com/forum/ index.cgi?action=message_read&id=569456&forum=4&view=0

Its not the real thing, but its pretty close.

uhh, this one just looks like the default 4.0 layout to me? whatd he change o.O

It was made to overwrite the default 4.0 skin... but since I done that a long time ago, I forgot what the 4.0 skin looked like.
In response to RedlineM203
heres a screen shot of what that one i posted looks like
http://www.angelfire.com/hero/straygames/ InterfaceScreenShot.jpg
if you dont have the info button selected, it will display under the map in that blue area

and clicking the Macro button to the left of the input toggles between OOC and .alt

it would probably require some minor editing for use in your games but overall its pretty compatible with everything
In response to Falacy
I like it but still I wish I could have the infobar at the bottom left
Just copy the default skin into your games folder and edit that.
In response to Khalamari
I suck at making skins but even though, i'm still learning.
The Unknown Ninja From Hell wrote:
I like it but still I wish I could have the infobar at the bottom left

info bar?
In response to Falacy
Like the stats and stuff displayed bottom left o.O.
as i said, if you dont have the info button selected that is where it shows up <.<
The Unknown Ninja From Hell wrote:
I like it but still I wish I could have the infobar at the bottom left

Once menus are more full-featured this might be easier to toggle, but in the meantime I have a hack for you that you should like.

  • Make a copy of the default skin.
  • Create a new pane, leftpane, and give it a Child control anchored to the corners that fills the whole pane. (Call this control mapsplit.) Set this child's left/top pane to mapwindow, and the splitter to horizontal.
  • Edit mainwindow, and edit mainvsplit so that its left/top pane is now leftpane instead of mapwindow.
  • Edit rpane, and delete the Info button.

    And to make it fully functional, save this and then open your new skin in a text editor.
  • Look for on-show and on-hide. Take out all references in them to rpane.infob.
  • Rewrite infowindow.info.on-show and on-hide completely:
on-show = "leftpane.mapsplit.right=infowindow"
on-hide = "leftpane.mapsplit.right=none"


Lummox JR
In response to Lummox JR
text editer? you mean notepad, if so yeah i did that can't find on show or on hide i used "find" for this and nothing came up =(