DOWNLOADS

Welcome to the Download Section! Soon a beta version of the _NEW_ TROIACS will be posted here for download.

PRIMORDIAL VERSION of the OLD TROIACS
An old prototype of TROIACS I was developing for DOS 320x200. But it will show you how I got the path finding algorithms working. Scripting will be much different and much more powerful in the new TROIACS. Also you will be able to compile and encrypt them so that nobody can change/read the contents of your adventure (unless you decide to include the TROIACS source scripts). It runs a pre-made demo, only scripts are editable. Sound Blaster needed (if you run it under dos, the BLASTER environment variable must be set and mouse driver must be loaded).
DOWNLOAD
NOTRANS Photoshop Plugin

TROIACS will support antialiasing and transparency. These will be implemented by adopting PNG as the standard graphics format. PNGs include an alpha (transparency) channel to specify 256 levels of transparency for an image. When you draw stuff in Photoshop (with lines or brush strokes) your images are already antialiased. So you just save the exact transparency Photoshop tools created and your borders are all nice and smooth like a baby's ass. Problem. Photoshop SUCKS at saving PNG files. So you need this plugin to fix that. You first make your layer, then create a channel with its transparency, then BEFORE cropping and flattening the image and saving the PNG file you run this effect which REMOVES alpha information from the layer. More details if you care: when Photoshop saves a PNG it requires you to flatten the image. When flattening all semi-transparent pixels in your layers are merged with the background. If you have a black background, a pure red pixel with 50% transparency will become a 50% red pixel (so it's changing the colors! And you get black edges around your object and in transparent areas). With NoTrans, you make a 50% alpha into a 100% alpha so when you flatten the pure red byte is preserved. The alpha information for saving the PNG file is in the separate alpha channel you created so you have right color pixels and right color transparency and hopefully a right looking game.

DOWNLOAD