PDA

View Full Version : Screen saver examples



ErosOlmi
22-04-2007, 23:30
I had around an old perl script (imagine who was the author :D ) that is very close to be a screen saver.
I also tested it:

create the equivalent .EXE with thinBundle
rename .EXE to .SCR
put .SCR into %WindowsDir%\SYSTEM32\ directory

all seems working except for smoke image not found. Under WinXP it should be placed into user directory because screen saver is executed from there for security reasons.

So the idea is: what about creating nice screen savers with all the candy of TBGL possibilities?

Here is the initial code.

Have fun
Eros

kryton9
23-04-2007, 11:27
Cool Eros, i just ran the executeable and did not try the scr renaming. But great to know that it is possible.
Where should the texture files go? Kinda confused on that.

ErosOlmi
23-04-2007, 12:13
For what I've seen you should put all the stuff into %USERPROFILE% directory.
To see which is %USERPROFILE% directory open a command prompt and type SET. You will get all environment variable.
Do not know about Win9X systems.

Eros

kryton9
23-04-2007, 12:27
Thanks Eros, never knew of that command.

Petr Schreiber
23-04-2007, 19:30
Hi Eros,

it works ok.
Under WinME I had to put scr to System instead of System32, else it could no be located.

Bye,
Petr