Author Topic: Elscha's Desert GUI skin  (Read 1832 times)

Elscha

  • Traveller
  • *
  • Posts: 27
    • View Profile
Elscha's Desert GUI skin
« on: June 30, 2004, 11:20:39 pm »
I\'ve been working briefly on removing some of the obsolete parts to the interface in Molecular Blue. I\'ve managed to strip away the Mana/health bars & the Options/Equipment/Status/Spells/Exit buttons. Unfortunately with no console command (that I know of) to open the inventory screen I?m kind of stuck. Anyway take a look at the screenshot below and you\'ll see how far I\'ve got...

http://www.psmc.uni.cc/elscha/Desert_GUI.jpg

I?m also using Karyuu?s Desert Mod (http://freepgs.com/crimsonorder/downloads/hydlaa-desert.rar) & Ayshe?s fEnki skin pack

At the moment I need some help with two aspects;
1.)    Changing the chat text colours
2.)   Binding function keys to the removed buttons

If you can help out with either please let me know in-game (Elscha) or via email at; lucywebb_uk@hotmail.com
IC|GM Name: Elscha
Guild: Game Masters

Karyuu

  • Forum Legend
  • *
  • Posts: 9341
    • View Profile
(No subject)
« Reply #1 on: June 30, 2004, 11:25:19 pm »
Well it definitely fits with the desert textures better than the default GUI :) And I\'m not entirely sure, but I think Mogura -might\'ve- mentioned changing text colors in her Guide to Client Modding (is that the title?), and I\'m a little more sure that Aineko posted something about changing the colors in her mod\'s thread. As for #2, I can\'t really help out there... Still, awesome job :}
Judge: Are you trying to show contempt for this court, Mr Smith?
Smith: No, My Lord. I am attempting to conceal it.

theRealGorbulas

  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
(No subject)
« Reply #2 on: June 30, 2004, 11:26:31 pm »
Aineko\'s mod changes the text colors. That part is in pscommwindow.cpp.

Elscha

  • Traveller
  • *
  • Posts: 27
    • View Profile
Client modding
« Reply #3 on: June 30, 2004, 11:33:58 pm »
ah you see thats where I\'m stuck I haven\'t the foggiest how to re-compile the source code. O_o

skins and textures are my bag :)

I\'ve figured out the RBG values I\'d need to use in pscommwindow.cpp though...
IC|GM Name: Elscha
Guild: Game Masters

theRealGorbulas

  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
(No subject)
« Reply #4 on: July 01, 2004, 12:03:07 am »
You use jam -q or -aq, but -q is faster. There are instructions somewhere, but I can\'t find them. If you have jam and Crystalspace and CEL installed, then you just say ./configure and jam -(a)q. If you have Gentoo Linux, just tar and bzip2 your source back up and replace the planeshift-*.tar.bz2 file in /usr/portage/distfiles and run \"ebuild /usr/portage/games-rpg/planeshift/planeshift-*.ebuild digest\" and then \"emerge -C planeshift\", \"emerge planeshift\". Following these instructions leave you without a working planeshift, so you might want to backup your current planeshift directory first.

If you are using Windows I don\'t know if this applies at all.
« Last Edit: July 01, 2004, 02:17:37 am by theRealGorbulas »

josephoenix

  • IRC Op
  • Hydlaa Notable
  • **
  • Posts: 706
    • View Profile
(No subject)
« Reply #5 on: July 01, 2004, 12:17:46 am »
It doesn\'t apply in windows... Windows requires you to use MSVC++, which costs a bundle and is a royal pain it the patootie... well, at least for people (me) whoare used to compiling stuff from the command line >.>

josePhoenix
Sir John Falstaff: "Let the skie raine Potatoes: let it thunder, to the tune of Greenesleeues"

theRealGorbulas

  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
(No subject)
« Reply #6 on: July 01, 2004, 02:18:38 am »
I thought I had heard that Microsoft was releasing the command line compiler component for free.

RussianVodka

  • Hydlaa Notable
  • *
  • Posts: 689
    • View Profile
(No subject)
« Reply #7 on: July 01, 2004, 02:57:27 am »
M$ is releasing something for free????? 8o



Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.

Savion

  • Hydlaa Notable
  • *
  • Posts: 537
    • View Profile
(No subject)
« Reply #8 on: July 01, 2004, 03:37:06 am »
the c++ .net compiler is free now... but it doesn\'t have a fancy gui.

theRealGorbulas

  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
(No subject)
« Reply #9 on: July 01, 2004, 04:25:06 am »
It makes sense to release it for free. Now people can make more software that only works if you buy Windows.

josephoenix

  • IRC Op
  • Hydlaa Notable
  • **
  • Posts: 706
    • View Profile
(No subject)
« Reply #10 on: July 01, 2004, 04:34:19 am »
Quote
Originally posted by theRealGorbulas
It makes sense to release it for free. Now people can make more software that only works if you buy Windows.


Ehehe, MicroSnarf release something for free?!
Well, the sad part is that its true.. The only reason is to tie more applications to windows (They seem to be getting their knickers in a knot over linux nowadays.. I guess they feel they\'ve taken care of Apple with the Longhorn \"glass\" interface (Don\'t turn me in... I only saw screenshots! I didn\'t illicitly download longhorn build 4074.. Erhm, yeah!)

josePhoenix
Sir John Falstaff: "Let the skie raine Potatoes: let it thunder, to the tune of Greenesleeues"

theRealGorbulas

  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
(No subject)
« Reply #11 on: July 01, 2004, 05:08:41 am »
Longhorn might be slower than XP because of the way they are making that WinFS thing. I heard it is like having an SQL server tracking your files around. I\'m already confused enough by this new control panel interface that I can\'t turn off anymore. I need to see about building this now because I have these mods I keep making. I have a mod for this thread actually. pscommwindow.cpp now reads colors(colours) out of the config file on initialization. It requires Aineko\'s mods, but it shouldn\'t need any others of mine.

http://planeshift.bot24.no-ip.com/files/colourcfg.diff.bz2

Download into planeshift source directory. bunzip2 and type \"patch -p 1 < colourcfg.diff\". You might get this message:
Quote
patching file planeshift.cfg
Hunk #1 FAILED at 31.
1 out of 1 hunk FAILED -- saving rejects to file planeshift.cfg.rej

This is OK, and you shoulf copy the lines that start with a \"+\" from planeshift.cfg.rej into planeshift.cfg(you don\'t need to, but if you don\'t the colors will be the defaults).

To use this patch, all you have to do is change the color values that are in planeshift.cfg as self explanitory RGB.

I\'m getting close the the maximum message length.

josephoenix

  • IRC Op
  • Hydlaa Notable
  • **
  • Posts: 706
    • View Profile
(No subject)
« Reply #12 on: July 01, 2004, 05:19:31 am »
Microsoft is always doing things backwards... Like having menus fade in as you mouse over them, making it slower than planeshift MB! (Apple got it right, you mouse to whatever you want and click, then it fades out, giving you some feedback that you selected what you thought you did)
and using a hammer to fix a problem you fix with a screwdriver. Like when users ask for a faster search function, they think \"Oh, lets suprise them by putting all their files in a relational database!\". Oh, the stupidity...
(Oops, I\'m not on topic! Bite me.)
josePhoenix
Sir John Falstaff: "Let the skie raine Potatoes: let it thunder, to the tune of Greenesleeues"

Uyaem

  • Hydlaa Notable
  • *
  • Posts: 747
    • View Profile
(No subject)
« Reply #13 on: July 01, 2004, 08:52:04 pm »
nice actually. Did you ever try out how it looks on a non-modded PlaneShift? :)
The internet is "the terrorists'" most important weapon, they say.
Wrong.
Fear is their most important weapon.
Ours is our freedom.

icebr4kr

  • Hydlaa Resident
  • *
  • Posts: 128
    • View Profile
(No subject)
« Reply #14 on: July 01, 2004, 09:10:31 pm »
Very nice work, Elscha, and you too, theRealGorbulas.