Mouse's

Development Site

----

Welcome!

Here you will find some of the things I felt were worth releasing as far as Voodoo chat was concerned.  I will be adding new projects to this site as time goes on, depending on how much time I have to get things done.  I have a lot of ideas in which I want to accomplish, so check back often to see if I actually got them done.  If you have a request or question about a program for Voodoo, send me an e-mail, and I may answer.  I highly suggest going to the Voodoo Forums and asking questions in the Third-Party Development section before e-mailing me, you will most likely get a quicker response.


Mojo Amount:
Your Stash Account:
Your Stash Pin:
Who are you?:
 

----

Current Software Releases

----

Voodoo IE Toolbar (622 kb.)

Finally, a toolbar you can actually use! The Voodoo Toolbar expands the functionality of your Internet Explorer to include many handy Voodoo functions. A dropdown menu lets you jump directly to key pages, and a code submission box lets you submit codes without using the website.
Additionally, the Voodoo Toolbar lets you drag graphics off webpages and onto a built-in instant AV patch, turning any graphic into a Voodoo AV. It updates to show you the number of chatters on voodoo every few minutes, as well as your current Mojo, and even has a built in lottery game you can buy tickets for using your Mojo stash, and which repeats every hour.





VP Game Emulator v1e [VGE] (48.6 kb.)

Thought that you'd never have any use for those old Virtual Places games? Think again! The VP Game Emulator turns all the old VP games into Voodoo-playable games. Download this program, run it to install it, and then you can access all the old VP games for play with your friends in Voodoo.





Packet Filter FE v1.1 (511 kb.)

A program which completly blocks user defined IP address' from accessing your computer. Useful if you own/run a server and want to protect it from attacks. Original C Source code included.





Voodoo Cam PRO (537 kb.)

Here is the second and final edition to the Voodoo Cam series!  There is way too many new things added to Voodoo Cam to list, so I will let you download it and see for yourself!  I am trying to raise money for the Voodoo casino I am designing, so there is a small registration fee of Voodoo Mojo (Mojo is Voodoo's currency).  Try it out!  The new overlay system is kinda fun! :) NEW: Voodoo Cam Pro is now free! (just enter any text as a registration code to register it)





Voodoo Instant Avatar (279 kb.)

This is a simple program which will take any GIF/JPG/BMP/PNG/MNG/ICO/TIF/TGA/PCX/WBMP/WMF/JP2/JPC/PGX/PNM/RAS image file and size it down to the proportions in which Voodoo allows.  Just drag any one of these images (or multiple images) on top of the opened program, and Instant Avatar will do the rest.  Also allows options to save directly to your gallery and instantly wear the avatar in Voodoo.  New: Now allows picture data to be transferred from the clipboard! New Again: Now includes a precision resampling option! (screen shot)





Voodoo TetriNet [v1d] (888 kb.)

Gee, Tetris?  What's that?  Yeah, yeah, so it's been done 2 billion times before (give or take a few billion), but this is different!  Yes, all you Tetris addicts out there be prepared for even MORE excitement.. internet Tetris!  Now you can play your five best buddies in one of the most well known games in existence!  This is an early beta version, so no help file has been written yet on the theory... please go here and read through the first couple sections, it will explain why TetriNet is so different from the original Tetris!  I will be finishing the "Battle History" tab soon and write up a decent help file.  Enjoy!





Gimp Roulette v1a (411 kb.)

Here is something constructive to do when you and a friend having nothing better to do... Russian Roulette!  Check out a screen cap of the program and download it.  This game is stand alone and has no installer, so after downloading, put it somewhere where it will stay forever and execute the game to register it in Voodoo.





Voodoo Cam (74 kb.)

Voodoo Cam, originally written by Genocide then upgraded to work with Voodoo v8+ by me, is a application in which will connect to your web camera, take a picture, then automatically set your avatar to that picture.  There are also options to put your camera on a timer and have it take shots automatically.  There are plenty of options within the program such as adjusting picture size, image overlaying and adding text on-the-fly to images.





Av Switchermaroo (71.5 kb.)

This program will allow you to select any avatar directory and automatically scroll through all your avatars while chatting.  This was a program originally written for Timmy, the av master, so it is customized to basically Timmy.  I will be updating this to be a little more user friendly in the future.





[ADC] Voodoo Av DeCache (386.50 kb.)

(NEW: ADC was updated to scroll through pictures using the arrow keys... no more clicking!) ADC is a program in which will decompress cached avatar files which are stored on disk as .AVC files.  You can also save, copy, cut, delete as well as instantly wear the avatar if you are currently in Voodoo.  This program will also sort the cached avatars by date, size or name as well as allowing you to clear you avatar cache with ease.  Here is a screen cap.

----

Current Software Development Resources

----

VoodooDDE OCX (204.27 kb.)

This is an ActiveX control in which will make adding the Voodoo DDE routines to your application a breeze.  Events firing on VAuto and VGame data, along with a nice function to execute a macro to the Voodoo DDE server.  No knowledge of DDE is necessary to operate this control.  Included is the compiled OCX, a Visual Basic 6 example, an MFC testing example, along with the source code to the OCX.  The control was written using Microsoft Visual C++ 6.0, MFC.





MojoStasher OCX Package [1.3] (136 kb.)

This is an ActiveX control in which will make adding the Voodoo Mojo stash transaction routines to your application a breeze.





VB Game Framework (144 kb.)

(via the VoodooDDE.OCX)

The Visual Basic (6.0) Game Framework via the VoodooDDE.OCX.  Even the programmers who don't use the VoodooDDE.OCX should check this out!  The VdGame.cls is a well put together class used as a wrapper for the VoodooDDE.OCX which makes putting together a Voodoo game more simple than it ever has been in the past.  If you want to write a game for voodoo in VB, you are urged to check this out!  If you do not use VB, download this to figure out the theory behind the Voodoo game structure.  Included is the VoodooDDE.OCX.





VoodooDDE Raw API Object (2.96 kb.)

This is just the CVdDde object from the above example.  This will show you how to actually implement the DDE API incase you don't want to use the OCX or the integrated routines that Visual Basic comes with.  The source is in Win32 C++ (I don't think it is MFC dependant, so you should be able to add it to a C++ Win32 application/console with no problems)





Av2Avc DLL (28.52 kb.)

This is a DLL in which will decompress cached avatars which Voodoo creates.  One easy export which takes a source file and destination file.  Included is an example in how to use it in VB6.  The LH5 algorithm was found on programmersheaven.com as a console app and converted to a C++ DLL by me.  This DLL was used by Voodoo Av De-Cache listed above in Current Software Releases.  This DLL was originally released by my alter-ego "JesusChrist" to work with earlier versions of Voodoo.