Hal skin .uhp with comments

  • 21 Replies
  • 11411 Views
*

doc

  • Guest
Hal skin .uhp with comments
« on: December 02, 2005, 01:27:20 pm »
In the next post you will find the content of a Hal skin-configuration file with extensive comment added.


*

doc

  • Guest
Re: Hal skin .uhp with comments
« Reply #1 on: December 02, 2005, 01:28:16 pm »
[Ultra Hal Assistant 2.0 Plugin]
Type=Skin

; comment line

; NAME SKIN:
; YOUR NAME:
; EMAIL ADRESS:
; DATE:
; HAL VERSION:
; SKIN VERSION:


   ; the next info will be visible when you select a skin inside Hal
   ; Name:    name of your skin
   ; Author:    your name / alias / email address
   ; About:    theme / sizes / for msagent or Haptek / version / advise
   
Name=
Author=
About=


;PICTUREFILE NAMES

   ; allowed formats: .bmp .jpg
   ; these files will be placed inside the Skins-folder of Hal
   ; skinpic:       background (skin)
   ; skinMenupic:    menu button (skin_menu)
   ; skinMinimizepic:    minimize button (skin_min)
   ; skinClosepic:    exit button (skin_exit)
   ; skinMicpic:   microphone button (skin_mic)

skinpic=
skinMenupic=
skinMinimizepic=
skinClosepic=
skinMicpic=


;COLOURS

   ; the input-, output, and status box will cover the skin with their colour
   ; the animation pane will always cover the skin with a black box
   ; COLOUR CODE = RED + (256 * GREEN) + (256 *256 *BLUE)
   ; (range: 0 - black, 16777215 - white)
   ;
   ; skinHalBGcolor:    colour output box
   ; skinHalFGcolor:    text colour output box
   ; skinUserBGcolor:   colour input box
   ; skinUserFGcolor:   text colour input box
   ; skinTalkFGcolor:   text colour of your & Hal's name (if mic is OFF)
   ;      text colour of status of microphone (if mic is ON)
   ; skinVolBGcolor:    colour of volume bar for the microphone (only visible if Mic is ON)

skinHalBGcolor=
skinHalFGcolor=
skinUserBGcolor=
skinUserFGcolor=
skinTalkFGcolor=
skinVolBGcolor=


;FONTS

   ; skinHalfontname:   text font output box
   ; skinTalkfontname:   font names/status mic
   ; skinUserfontname:    text font input box
   ;       font names: Verdana, Arial, MS Sans Serif ...
   ; skinfontsize:    text size input & output box
   ; skinTalkfontsize:    text size your & Hal's name, or status of microphone
   ;      font sizes: 8, 12

skinHalfontname=
skinTalkfontname=
skinUserfontname=
skinfontsize=
skinTalkfontsize=


; PIXEL WIDTHS

   ; skinwidth:         width background (skin)
   ; skinFacewidth:      width animation pane (Haptek stand-alone: 288)
   ; skinHalwidth:      width output box
   ; skinUserwidth:      width input box
   ; skinTalkwidth:      width reserved space for display of names/status mic
   ; skinMenuwidth:      width menu button (skin_menu)
   ; skinMinimizewidth:      width minimize button (skin_min)
   ; skinClosewidth:      width exit buton (skin_exit)
   ; skinMicwidth:      width microphone button (skin_mic)
   ; skinVolwidth:      width microphone volume bar (always placed horizontal)

skinwidth=
skinFacewidth=
skinHalwidth=
skinUserwidth=
skinTalkwidth=
skinMenuwidth=
skinMinimizewidth=
skinClosewidth=
skinMicwidth=
skinVolwidth=


; PIXEL HEIGHTS

   ; skinheight:   height background (skin)
   ; skinFaceheight:   height animation pane (Haptek stand-alone: 262)
   ; skinHalheight:   height output box
   ; skinUserheight:   height input box
   ; skinTalkheight:   height reserved space for display of names/status mic
   ; skinMenuheight:   height menu button (skin_menu)
   ; skinMinimizeheight:   height minimize button (skin_min)
   ; skinCloseheight:   height exit buton (skin_exit)
   ; skinMicheight:   height microphone button (skin_mic)
   ; skinVolheight:   height microphone volume bar (0-10)
   ;      default: 40, so every notch gets 4 pixels

skinheight=
skinFaceheight=
skinHalheight=
skinUserheight=
skinTalkheight=
skinMenuheight=
skinMinimizeheight=
skinCloseheight=
skinMicheight=
skinVolheight=


; HORIZONTAL COORDINATES ELEMENTS

   ; skinFaceX:      placement of animation pane vertical
   ; skinHalX:         placement output box horizontal
   ; skinUserX:      placement input box horizontal
   ; skinTalkX:         placement reserved space names/status mic horizontal
   ; skinMenuX:      placement menu button horizontal (skin_menu)
   ; skinMinimizeX:      placement minimize button horizontal (skin_min)
   ; skinCloseX:      placement exit button horizontal (skin_exit)
   ; skinMicX:         placement microphone button horizontal (skin_mic)
   ; skinVolX:         placement microphone volume bar horizontal

skinFaceX=
skinHalX=
skinUserX=
skinTalkX=
skinMenuX=
skinMinimizeX=
skinCloseX=
skinMicX=
skinVolX=


; VERTICAL COORDINATES ELEMENTS

   ; skinFaceY:      placement of animation pane vertical
   ; skinHalY:         placement output box vertical
   ; skinUserY:      placement input box vertical
   ; skinTalkY:         placement reserved space names/status mic vertical
   ; skinMenuY:      placement menu button vertical (skin_menu)
   ; skinMinimizeY:      placement minimize button vertical (skin_min)
   ; skinCloseY:      placement exit button vertical (skin_exit)
   ; skinMicY:         placement microphone button vertical (skin_mic)
   ; skinVolY:         placement microphone volume bar vertical


skinFaceY=
skinHalY=
skinUserY=
skinTalkY=
skinMenuY=
skinMinimizeY=
skinCloseY=
skinMicY=
skinVolY=


; MISCELLANEOUS

   ; skinTalkalign:      align all text (left/center/right)
   ; SkinVolMode:      default value for microphone volume ( 0 - 10)
   ; Transparency:      display transparant areas on skin?
   ;         run maketran.exe and replace 'false' with
   ;         string of values from resulting 'mask.dat' ("0,0,301,0,...")

skinTalkalign=
SkinVolMode=
Transparency=false[/tt]
« Last Edit: December 02, 2005, 01:33:28 pm by doc »

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Hal skin .uhp with comments
« Reply #2 on: December 02, 2005, 11:11:46 pm »
Nice one Doc afro.gif

*

Maviarab

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1231
  • What are you doing Dave?
    • The Celluloid Sage
Re: Hal skin .uhp with comments
« Reply #3 on: December 03, 2005, 12:20:57 am »
Thats great Doc, now I know where you been hiding hehe  :coolsmiley:

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Hal skin .uhp with comments
« Reply #4 on: December 04, 2005, 04:44:31 am »
Good digging there, Docmeister!!! :sunny:
In the world of AI, it's the thought that counts!

*

doc

  • Guest
Re: Hal skin .uhp with comments
« Reply #5 on: December 04, 2005, 08:44:28 pm »
Art, I am programmed to dig the ladies.  :jiggle:

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Hal skin .uhp with comments
« Reply #6 on: December 04, 2005, 10:27:27 pm »
Maar natuurlijk, mijn vriend!
 afro.gif
In the world of AI, it's the thought that counts!

*

doc

  • Guest
Re: Hal skin .uhp with comments
« Reply #7 on: December 05, 2005, 10:54:38 am »
Art, stop scaring me!? :shocked1:

By the way, be aware that the expression "my friend" in dutch suggests a much more intimate relationship than in English.? :tongue1:
« Last Edit: December 05, 2005, 11:56:03 pm by doc »

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Hal skin .uhp with comments
« Reply #8 on: December 06, 2005, 12:50:15 am »
Sorry about that.

Perhaps I should have said: Mijn vennoot

Does this mean we're not intimate any more? >:D
In the world of AI, it's the thought that counts!

*

doc

  • Guest
Re: Hal skin .uhp with comments
« Reply #9 on: December 06, 2005, 11:12:04 am »
Art, a "vennoot" is a definitely a business partner. I think you should say "kameraad", "makker" or "vriend" and drop the "mijn" (my) completely.

Art, I have always thought about you as an American cowboy.
Do you want to spoil that idea?

*

ALADYBLOND

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 336
Re: Hal skin .uhp with comments
« Reply #10 on: December 06, 2005, 12:14:10 pm »
now that is a picture i want to see art (the Godfather) on a horse singing home on the range!!!!~~alady
« Last Edit: December 06, 2005, 12:17:30 pm by ALADYBLOND »
~~if i only had a brain~~

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Hal skin .uhp with comments
« Reply #11 on: December 06, 2005, 12:39:34 pm »
 ;D

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Hal skin .uhp with comments
« Reply #12 on: December 06, 2005, 06:00:14 pm »
Well Doc,
I was born and raised in the country and rode horses every day
but was not into rodeos, roping and branding, etc.
There's only so much that the grownups would let a little
cowpoke do!

Freddy, Stop laughing this instant!!!

Happy trails...to you...until..we..meet..again....
(Roy Rogers - my American hero...good husband, good father
and a damn good cowboy!!!) :old:
In the world of AI, it's the thought that counts!

*

Maviarab

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1231
  • What are you doing Dave?
    • The Celluloid Sage
Re: Hal skin .uhp with comments
« Reply #13 on: December 06, 2005, 10:02:52 pm »

Sometimes you dream, sometimes it seems
There's nothing there at all
You just seem older than yesterday
And you're waiting for tomorrow to call

You draw to the curtain and one thing's for certain
You're cozy in your little room
The carpet's all paid for, God bless the TV
Let's go shoot a hole in the moon

And Roy Rogers is riding tonight
Returning to our silver screens
Comic book characters never grow old
Evergreen heroes whose stories were told
Oh the great sequin cowboy who sings of the plains
Of roundups and rustlers and home on the range
Turn on the T.V., shut out the lights
Roy Rogers is riding tonight

Nine o'clock mornings, five o'clock evenings
I'd liven the pace if I could
Oh I'd rather have a ham in my sandwich than cheese
But complaining wouldn't do any good

Lay back in my armchair, close eyes and think clear
I can hear hoofbeats ahead
Roy and Trigger have just hit the hilltop
While the wife and the kids are in bed.

(Music by Elton John
Lyrics by Bernie Taupin)


just thought id add that hehe  :band:

*

doc

  • Guest
Re: Hal skin .uhp with comments
« Reply #14 on: December 06, 2005, 10:41:51 pm »
Very nice, Marius.

Art, when I pictured you as a cowboy, I wasn't thinking about horses. Come on!
I mused about your probable preference for weapons!  :sword:

 


Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 15, 2024, 08:14:02 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

273 Guests, 0 Users

Most Online Today: 335. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles