NavigationUser login |
SkinningWhat i'm trying to do is use the basic format you've created with the Skinhat> I should reallySkinhat> BVegh> Skinhat> BVegh> Here's my character screen.Here's my character screen. quite a bit less info on it but still The 3D client isn't powerfulThe 3D client isn't powerful enough to configure it that much. You can do things like change the icons on the buttons and the button width. But I am currently rewriting the 3D client using the 3D library Ogre 3D instead of Glscene. The new version will use a GUI called CEGUI (http://www.cegui.org.uk/wiki/index.php/Main_Page and heres a nice screenshot BTW, this is what I did toBTW, this is what I did to the big building in Sengoku by changing the textures ( i added the lantern after the fact, it isn't actually in the mud but the walls and floor are) And this I added the screens in the corner (not in the mud yet) and the tea pot, tea cup and chopsticks (also not in the mud yet), but the brown covering for what was once a bed and is now a japanese table i changed by texturing the bed sheet lol and the floors and walls of course. as i mentioned before, the lantern isn't in the mud yet Here's the login screen. Any way that can be set up to do what the logins you have in the mud do? bvegh> Here's the loginbvegh> Skinhat> You can set the background graphic (change title.tga) in textures but not the position of username and password. Very nice. Seems you areVery nice. Seems you are taking it seriously. No one has had the patience to get as far as you have. Wow, i'm surprised. YouWow, i'm surprised. You should see the huge maze of programs on the market today that frankly don't offer nearly as much as you have on this mud, and you still have to add scripting and have programmers and modellers, etc. here's one of the sengoku main building hallways here's the character creation screen (the 2d figures would be 3d instead) one of the character models (i made it in zbrush but didn't bother to model the whole thing, it was just for a concept art as zbrush has waaaay too many polygons in their Wow, i'm surprised. YouWow, i'm surprised. You should see the huge maze of programs on the market today that frankly don't offer nearly as much as you have on this mud, and you still have to add scripting and have programmers and modellers, etc. Skinhat>I think the reason is that the 3d client has got too many things people have to know eg XML, mud programming, modelling, texturing, animating etc. I think the other things on offer are much simpler. Skinhat>I think the reasonSkinhat>I think the reason is that the 3d client has got too many things people have to know eg XML, mud programming, modelling, texturing, animating etc. I think the other things on offer are much simpler. bvegh I was thinking of addingI was thinking of adding scripting to the mud client so that you could script your own weather, sunsets etc. Currently the way weather works is hardcoded into the client. that sounds good too :)that sounds good too :) Skinhat> which will beSkinhat> BVegh> are .tgas and .jpgs the onlyare .tgas and .jpgs the only image types allowed? because it gave me an access problem when i attempted to replace the title.tga with a title.gif animation, or are sprites not allowed to be animations? I doubt it would animate aI doubt it would animate a gif. Never tried it. Unsure if loads gifs. You could try it. I know it loads bmp files. i tried .gif, .flc, .mng andi tried .gif, .flc, .mng and .avi. it wouldn't accept any animation type i made. do you have any idea why the title.tga doesn't come all the way down to the gui? and any suggestions for how i can get the changes i made to swlpc to actually show up when i launch the mudclient? From memory I think you canFrom memory I think you can change alignment with halign and valign in the title.tga hudsprite. Just get rid of the 'i' in front of valign and change from center to bottom I think: <HUDSPRITE texture="textures\title.tga" height="512" width="512" ishowaxes="true" x="400" y="250" halign="center" ivalign="center" > sigh,i'll just downloadsigh,i'll just download wine. didn't work. says puppy isdidn't work. says puppy is out of memory even though i gave it twice the suggested amount. okay, i have the cygwinXokay, i have the cygwinX server. which supposedly allows me to use it like a linux command line on my windows desktop. so could i evoke wizardclient.exe from it? and if so, what's the linux syntax for that? i just uninstalled cygwin,i just uninstalled cygwin, virutal machine and puppy. downloaded dsl (damn small linux). it's already better than the puppy set up. I spent a lot of time withI spent a lot of time with cygwin trying to get swlpc to work on it and no joy. If you can manage it I'll give you a medal. Always wanted swlpc to work on windows. Regarding getting Linux to work unsure why you have had so much trouble. Maybe go to your local computer store and buy a $100 laptop and install Linux on it. Knoppix can run on the crappiest PC's. Before you buy it though, you can just ask the computer store guy if you can boot the PC with the Knoppix CD in it. And if it works then you know it'll be fine. I find it better working with Linux on a seperate machine as at home I have two windows machines which I have the 3d mud client running on and I can test to see how it looks having two players on. I can test combat and see how it looked from the two players points of view. |
What i'm trying to do is use
What i'm trying to do is use the basic format you've created with the
various 3d items, commands
and scripts, and just modify those to fit my mmorpg idea. many of your
ideas are really good and i'd
like to keep. i was really impressed with the features relating to the gui
and interfaces. i'd want to
create my own graphical guis/interfaces, but keep the scripts and functions
you've attached.
Skinhat>In the config.xml you can change the gui to some extent. Check out the FORM element in
http://mudclient.skinhat.com/wiki/Form
I should really write a doc on how to change the GUI.
bvegh>
In addition, you've done all the work already! if i can just reskin it by
using the wizard and
the various tools, i could have my own working mmorpg extremely fast.
Skinhat>
When you say reskin using the wizard what do you mean? Do you mean with Inno?
bvegh>
if i download a different mud program like circle or smaug, it'll be like
back to square 1?
Skinhat>
As mentioned I've already done a little bit of work making smaug and circle mud generate 3d tags. Check out:
http://mudclient.skinhat.com/smaugfuss
So it wouldn't be starting from scratch though there would be quite a bit of work.