HIGH RESOLUTION SCUMMVM ICONS - CHECK EM OUT!
Moderator: ScummVM Team
-
- Posts: 53
- Joined: Tue Jul 10, 2007 6:15 pm
The Black Cauldron
I can try to make all supported AGI games during the week, I'm glad you like the icons!
-
- Posts: 2
- Joined: Mon Jul 09, 2007 9:53 pm
Re: ON TODAY'S SPECIAL:
You have your work cut out for you with all of the AGI games -- KQ1,KQ2, KQ3, KQ4, SQ1, SQ2, LSL, PQ, Gold Rush!, The Black Cauldron, Manhunter 1, Manhunter 2, Donald Duck's Playground, just to name a few. Now shall we mention all of the fan AGI games?thanius wrote:...AND MANY MORE TO COME!
AGI
I KNOW. It's depressing.
But I'll do a few at a time, and the fanbased will not be supported by me (because, you know; there's mostly no high resolution arts for them?).
The Humongous games will not be supported either (I mean, who DOES play Freddy Fish 45 - The Case of The missing Cod?)
But I'll do a few at a time, and the fanbased will not be supported by me (because, you know; there's mostly no high resolution arts for them?).
The Humongous games will not be supported either (I mean, who DOES play Freddy Fish 45 - The Case of The missing Cod?)
Big icons in WinXP?
Remember it was said earlier about having big icons in Windows XP and that it couldn't be done?
I think I've found a way of doing it. Warning: not for the faint hearted, and might not work on IE 7 (does work on IE 6 though)
Basically I made an HTML page up with my regular background as a normal image (position: absolute; top:0px; left:0px), then each icon as a manual picture (position:absolute) on top.
Then I got Windows to use that HTML file as my desktop.
So hey, instant icons. How about links? Well, if you link to .bat files, Windows seems to just run them without any kind of prompting when you link like that, not sure why and it's probably been fixed in IE 7 anyway.
IE 6 is not my main browser, I'm a Firefox user, but I thought at least this is one thing IE 7 can do.
It looks kind of like this: (click to expand to its full 1280x1024 delight)
Apologies to Michael Whelan for the image being slightly mashed by IE's resizing (I will fix that at some point), and indeed for my crass copying it from his website's gallery and resizing it for my desktop.
(I know it's a bit messy but I've only just whipped it up, and I need to go to bed now... but the concept can be applied to anything really)
I think I've found a way of doing it. Warning: not for the faint hearted, and might not work on IE 7 (does work on IE 6 though)
Basically I made an HTML page up with my regular background as a normal image (position: absolute; top:0px; left:0px), then each icon as a manual picture (position:absolute) on top.
Then I got Windows to use that HTML file as my desktop.
So hey, instant icons. How about links? Well, if you link to .bat files, Windows seems to just run them without any kind of prompting when you link like that, not sure why and it's probably been fixed in IE 7 anyway.
IE 6 is not my main browser, I'm a Firefox user, but I thought at least this is one thing IE 7 can do.
It looks kind of like this: (click to expand to its full 1280x1024 delight)
Apologies to Michael Whelan for the image being slightly mashed by IE's resizing (I will fix that at some point), and indeed for my crass copying it from his website's gallery and resizing it for my desktop.
(I know it's a bit messy but I've only just whipped it up, and I need to go to bed now... but the concept can be applied to anything really)
Re: Big icons in WinXP?
i always wondered what the web tab done in display settings. clever, interpretation.Arantor wrote:Remember it was said earlier about having big icons in Windows XP and that it couldn't be done?
I think I've found a way of doing it. Warning: not for the faint hearted, and might not work on IE 7 (does work on IE 6 though)
Basically I made an HTML page up with my regular background as a normal image (position: absolute; top:0px; left:0px), then each icon as a manual picture (position:absolute) on top.
Then I got Windows to use that HTML file as my desktop.
So hey, instant icons. How about links? Well, if you link to .bat files, Windows seems to just run them without any kind of prompting when you link like that, not sure why and it's probably been fixed in IE 7 anyway.
IE 6 is not my main browser, I'm a Firefox user, but I thought at least this is one thing IE 7 can do.
It looks kind of like this: (click to expand to its full 1280x1024 delight)
Apologies to Michael Whelan for the image being slightly mashed by IE's resizing (I will fix that at some point), and indeed for my crass copying it from his website's gallery and resizing it for my desktop.
(I know it's a bit messy but I've only just whipped it up, and I need to go to bed now... but the concept can be applied to anything really)
off topic: i love looking at peoples desktops, you can tell so much:D
Tell so much from people's desktops......
"And I would do anything for love, but I won't do that..."
Nice trick with the webintegration on the desktop, I'll put that up on the page later.
Nice trick with the webintegration on the desktop, I'll put that up on the page later.
Large icons in XP
Hrm, I wonder if it's possible to use any scripting with the HTML-desktop in XP? That would be great, because you could move the icons around and stuff. Anyone knows if this is possible? Or even better, is there anyone hot at activex or javascript to test it out?
Cheers!
Cheers!
- spookypeanut
- ScummVM Developer
- Posts: 159
- Joined: Tue Sep 12, 2006 9:35 am
- Location: St Albans, UK
- Contact:
Pretty sure it is, I used to have something similar to this as my desktop:
http://rainbow.arch.scriptmania.com/scr ... lock3.html
Until it drove me completely insane (about half an hour). Dunno any more detail tho.
http://rainbow.arch.scriptmania.com/scr ... lock3.html
Until it drove me completely insane (about half an hour). Dunno any more detail tho.
It is possible to use JavaScript - there is actually a script in place in that very page, since IE 6 does not support native rendering of transparency in PNGs.
I found a script online which basically calls the DirectX renderer to render the transparencies.
As for moving the icons around, theory's good, but you still need to save the information somewhere... I hard-coded the values in with CSS but that's because once I had it in I didn't really want to move it.
I can post the entire source code if anyone's interested? It's really nothing fancy, I haven't even bothered making it valid HTML, just enough for IE to recognise it.
I found a script online which basically calls the DirectX renderer to render the transparencies.
As for moving the icons around, theory's good, but you still need to save the information somewhere... I hard-coded the values in with CSS but that's because once I had it in I didn't really want to move it.
I can post the entire source code if anyone's interested? It's really nothing fancy, I haven't even bothered making it valid HTML, just enough for IE to recognise it.
Post the code
You could post the code here for other XP-users.
I'll look into the coding part, I'm no javascript guru or anything (Haven't been working on it for a couple of years, mostly PHP nowadays) and see if we can get those icons movable!
I'll look into the coding part, I'm no javascript guru or anything (Haven't been working on it for a couple of years, mostly PHP nowadays) and see if we can get those icons movable!
Hrrm... Steal-ee-steal?
Check this out, I can probably work out something with this if it's supported in Internet Explorer?
http://home.austin.rr.com/spork/WindowM ... r-old.html
http://home.austin.rr.com/spork/WindowM ... r-old.html