Home
BreakMap
FurBot Decoding Program
DS Scanner
Odds and Ends
Repatcher
Image Tools V0.9
Bots And Things
Offline Checker

Use the Hyperlinks above to find what you're looking for.

PLEASE NOTE:

Before clicking on any of the download links, you need to realize that this is HOBBY software, I write programs like this on the side. While I am a programmer, and I take a great deal of care in constructing my programs, I cannot guarantee that this program will operate on your computer as it does on mine. Not only may it not work, Bad Things May Happen. Therefore you take it upon yourself to see to it that you have a means of recovering from the slight possibility that something may screw up.

BreakMap: Ok, this started out VBA, but is now a stand alone application. What it does is "parse" a dream and product a "list of goods", what you have made the map with. So you can now see how many of which object you've used on the map. And floors. And walls. More ...

FurBot Decoder: Well, this simply is because I wanted a means to read and better understand how furbot works, ...

SendToClip: This never started out VBA, but it's a result of needing a means under 2k to send the full name of the file to the clipboard so I could paste it into a project. It's also handy for whenever I open or save anything, I don't have to browse all over my hard drive if I got the folder open where the file is, I just "Send To Clipboard" and paste it into the Open File Dialog. Usage is weird, for it to work right, it must be in a folder where windows can find it, called the "Send To" folder. Under Win9X this used to be in the windows directory, but under 2k systems, it's lives in each user's Doc&Set folder. SendToShort is a special SendToClip, it's really the exact same program, but uses a *inx trick which takes its cue from the program name, when the program is called as SendToShort, it gets the short filename for the file which is sent to it, yielding names such as:
C:\PROGRA~1\Furcadia\ANNOYI~1.INI
Which is what some programs require to run for they don't understand the long filename, such as Furcadia, it breaks because of the spaces in the filename. It will also handle more than one filename, though it will not reduce the size of the send, it leaves every path intact on the "thunk".

FurcCal: This dandy little program is an offshoot from making my client, I needed a means to ensure that my numbers were coming out correctly. Usage is simple, two boxes to enter stuff into at the bottom, upper one is for furc to number, the lower is for number to furc. Furc2Num is odd, if there's 4 characters in there, it will consider the first 2 to be XX/2 so will multiply the result by 2 to yield map relative coordinates. Otherwise it will convert them 2 to a number until it runs out of string to work with.