deviant art

Deviant Login Shop
 Join deviantART for FREE Take the Tour
×

Shop Similar Prints

More from ~CabinTom


×

13,686

119 65 4,415
Download ZIP download, 10.0 KB
This script pack includes up-to-date versions of all of the scripts I've released thus far.

Changes:
- You can now cancel running the scripts by click the close button, and the script will not run
- Improved/standardized pop-up dialogue
- Scripts that include two versions (ex: Mystify) are now combined into one script with a pop-up option allowing you to choose which version you want to run. (I made this change because I was tired of having so many scripts to hunt through to find the one I wanted, so now my script collection is more compact.)
- The Chemical scripts are much much much improved (esp. what was formally known as Chemical - Pure). Now, a value of 1 for 'chemical amount' will produce a single linear/spherical transform, instead of two.
- Various small adjustments to starting variable values of various scripts
- If you run Halo/Pillars (and now Whirlpool and Droplets) they will no longer cause the transforms created by the other to rotate.

Bonus Script Notes:

This script has skipped the testing period I normally have simply because I don't feel it is all that special. It produces interesting results (sometimes) but is quite limited and I use it rarely. Despite this, I am sharing it because someone may indeed really enjoy it, and I can't be the one stealing that joy from them.

Please feel free to ask questions and/or leave comments and criticisms.

Details

Stats

Submitted on
May 28, 2007
File Size
10.0 KB
Views
13,686 (2 today)
Favourites
119 (who?)
Comments
65
Downloads
4,415 (2 today)
URL
Thumb
Only verified accounts can report policy violations. Please check your email and click on the verification link.
* Required field
Add a Comment:
 
love 2 2 joy 1 1 wow 1 1 mad 0 0 sad 1 1 fear 0 0 neutral 0 0
:iconcheekacat:
Thank you for sharing :boogie:
Reply
:iconazekariel:
I forget which script I used but I used one of them here: [link]
These scripts are fantastic, thankyou for sharing them! :D
Reply
:icontshansen:
Here's a fix since you've worked so hard on these scripts, i dug up a fix for the calculatecolours issue.(note in future id just included the functions.asc in your script packs. I have no idea why iv never gotten it in any of my installs of apo scripts)

Functions.asc
This is the most up-to-date functions.asc script. To use copy tthe code, and paste it into your script editor in apo. Save the code as functions.asc. If the file already exists you may overwrite it. Next, open you options window, click the paths tab, and make sure your functions library is set to point to this functions.asc script.

------copy/paste past this line-----------
{ Functions and procedures for use
by other scripts. }

procedure CalculateColors;
{ Spreads the color parameters evenly }
begin
for i := 0 to Transforms - 1 do
begin
SetActiveTransform(i);
Transform.Color := i / (Transforms - 1);
end;
end;
Reply
:iconcabintom:
~CabinTom Mar 11, 2008   Digital Artist
Problem with just including the file is that it needs to be put in the right place, otherwise the function still doesn't work, and most people already have the file they just don't know how to correctly point to it.

This is a recurring problem, maybe you (or I) should write a tutorial on the solution!
Reply
:iconisoar:
Why do I get an error about calculatecolours with some of them? %-)
Reply
:iconcabintom:
~CabinTom Mar 11, 2008   Digital Artist
The internal pathway to the funcitons.asc file is incorrect. calculatecolors isn't important though, so if you're getting that error, just open up the script and remove the line that includes "calculatecolors".
Reply
:iconpeki-vremen:
Hi Tom :wave: I am new at all of this and I don't really understand what scripts are for. Could you give me a quick description at to what they do?
Reply
:iconcabintom:
~CabinTom Jan 11, 2008   Digital Artist
Well, basically a script will make a fractal for you of a specific "type". So instead of always having to build off of the initial random flames or from scratch, you can use a script to give you a head start in making something in particular.
Reply
:iconpeki-vremen:
How come some of the ones I downloaded (like the 3D Bubbles) comes up with a bunch of flames to choose from, and some of them (like the 3D Tunnel) will only morph the picture I am working on? Are they supposed to be like that?
Reply
:iconcabintom:
~CabinTom Jan 11, 2008   Digital Artist
It's all in how they are scripted. Different script writers will make scripts differently, so if that's what they do, then yes, that's what they're supposed to do.
Reply
Add a Comment: