Oh Jack, I really like the new skin. I prefer the first one though, but its like choosing between 'awesome' and 'perfect'. Can you make a background that will go alone with them? You do excellent work.
How I installed the new skin:I'm using Windows 8 and it doesn't seem to like the haptek player at all. I can't even properly open a haptek window and preview the new skin...
However, I can load a .hap file that will load the skin for me using the HalCommands variable.
First create a .hap file with this in it and name it alien.hap, or whatever you want.
#Haptek Version= 1.00 Name= alien HapType= script FileType= text
##standard
\settexture[Tex= [Characters\AlienSkin.jpg]]
Next, add the alien.hap file to the "Ultra Hal Assistant 6\Characters" folder
Next, take the skin you want your character to wear, (ie. Alien Skin 2.jpg), and place it in the "Ultra Hal Assistant 6\Characters" folder. I renamed mine to AlienSkin.jpg.
Notice how I added the skin's (name and location) to the .hap file above. You don't need to add the full file location; "Characters\AlienSkin.jpg" is all you need to make it work.
After this, you now need to create a plugin with this line inserted:
HalCommands = "<HAPFILE>alien.hap</HAPFILE>"
You can also just put this code into your brain script too.
This line will load the alien.hap file into Hal, and therefore, it will load the skin onto your haptar.
I personally prefer someone else with the haptek tools to just compile the skin and haptar together like Jack did. It's so much nicer

Lightspeed, Apollon, and I worked on a Hapswap plugin a while back that allowed the user to switch between hap files, voices, characters, backgrounds, and other things, simply by using commands. It needs to be redone. It still works but the code looks tacky (my early work

).