UHS
UHS
I have written a UHS compiler and a UHS reader. I just wanted to give the AGI and SCI community a peak at it:
http://www.agigames.com/uhs/
As you can see it allows you to read those 3 UHS files.
Anyway, I would like a volunteer(s) to make their own UHS file which they can then distribute for their game. Please post a response to this asking to volunteer and I will set you up with what you need to make your own UHS for your AGI/SCI game.
http://www.agigames.com/uhs/
As you can see it allows you to read those 3 UHS files.
Anyway, I would like a volunteer(s) to make their own UHS file which they can then distribute for their game. Please post a response to this asking to volunteer and I will set you up with what you need to make your own UHS for your AGI/SCI game.
Re:UHS
is it a uhs 86/88/89a/92 version? what version?
i remember writing a 88 version.. pretty simple ascii encryption stuff. i think they changed it in later formats.. hehehe
i remember writing a 88 version.. pretty simple ascii encryption stuff. i think they changed it in later formats.. hehehe
-- Stu --
Re:UHS
Mine is based upon the 88a UHS system. I have some specs on the 95a system as well, and might try that out one day.
I think the hardest part was the actual encryption/decryption... the only reason it was hard was because PHP isn't very good at splitting up the string by each character so that it cane be converted then reassembled. My methods work... but I did have to turn error reporting so that it would ignore notices. :-\
Also did you write a compiler and decompiler for the uhs files? I do have a compiler written in PHP for UHS, but I havn't written the decompiler yet.
Yeah the later versions don't use the same simple format. Mainly because of images and stuff being able to be used in the UHS's.pretty simple ascii encryption stuff. i think they changed it in later formats..
I think the hardest part was the actual encryption/decryption... the only reason it was hard was because PHP isn't very good at splitting up the string by each character so that it cane be converted then reassembled. My methods work... but I did have to turn error reporting so that it would ignore notices. :-\
What did you write it in?i remember writing a 88 version..
Also did you write a compiler and decompiler for the uhs files? I do have a compiler written in PHP for UHS, but I havn't written the decompiler yet.
Re:UHS
it was just a viewer. i didnt bother with a compiler. it was all in C. i dont remember if i reversed the algorythm or i just used a dictionary for decryption.. i think i remember i had an algo, but everything came out in lower case for some reason..
-- Stu --
Re:UHS
Well, if you find them, please let me know...Chris Cromer wrote: The site I found them on doesn't have it anymore. And I would send it to you, but it's on one of my cd-r's... not sure which one though... I had to copy stuff from my old hard drive to my new one after my old computer crashed.
Re:UHS
Well, I got the specs from the site of a member of this board named "Mokalus of Borg"... he took the specs down off his site... but you might want to see if he still has them by contacting him.
He is a moderator here:
http://www.wiw.org/~jess/forum/index.php so you can contact him from there.
He is a moderator here:
http://www.wiw.org/~jess/forum/index.php so you can contact him from there.