Skip to content
Will edited this page Jan 7, 2017 · 7 revisions

Welcome to the screensaver wiki!

I got bored and made a Paranoia RPG themed screensaver that talks. It's a .NET 4.5.2 WPF app written in C# with Visual Studio 2015 CE. This is a beta, while most functionality is in and working, some things are not where I want them. Here is a list of things to fix/add.

  1. The preview doesn't work.
  2. It is not well tested. I have a Windows 7 64 bit test system. It should work on a 32 bit OS but I don't have one on which to test it.
  3. The custom eye path feature is not yet written. It would allow the user to "program" the eye's path. I'm thinking of a JSON string or maybe XML.
  4. Only the default voice is used, I'd like an override option in the config if more than one voice is installed.
  5. Configuration data is saved to the registry under CurrentUser. I'd rather a standard config file worked but I had problems with that.
  6. Add more sayings.

That's about it. If you want to install it or play with the code, grab a copy and have fun. Download at your own risk. Provided as is, no warranty.

Clone this wiki locally