Downloads


What's Available:

 


Spark! Viewer V2.502

Released: August 1, 2002
 
****************************************************** 
NOTE: Spark! Viewer has been updated since v2.502. Once Spark! Viewer is installed, go to the Help menu and select "On the Web > Check for update". This will take you to the Spark! Updates page where you can download a patch.
****************************************************** 

Louder Than A Bomb! Software's Spark! Viewer is a free program that allows you to view (and possibly change) fuzzy logic models. 

Download Now (approx 1.3 MB) Note: The install is in a self-extracting zip file.

Installation Instructions: 

  1. Remove any previous versions of Spark! Viewer
  2. Run SparkViewer2_502.exe
  3. Click the "Unzip" button, the install program will start automatically

Note: in some cases the install hangs after the "unzip" step. If this occurs, re-boot your computer and run SparkViewer2_502.exe again. If that does not fix the problem, re-boot, disable any virus protection and run SparkViewer2_502.exe. If the install still does not work, try installing in "safe mode".

Please contact TechSupport@LouderThanABomb.com if you have any problems.


Spark! Viewer Sample Files

These sample files determine the "aggressiveness" level of a unit in a game. 
  • Download the .spk file. You can modify this file in Spark! Viewer.
  • Download the .fcl file. This file is read-only in Spark! Viewer, but you can change the FCL statements to modify the model. See the FCL page on the FFLL website for more information on FCL. (If your browser displays the .fcl file when clicking on the link above, simply right-click on the link and select "Save Target As...") 

 


FFLL Version 2.2.1

Released: May 1, 2003

Louder Than A Bomb! Software has released Version 2.2.1 of it's Free Fuzzy Logic Library (FFLL). FFLL is the foundation that Spark! has been built on...  for more information on FFLL check out it's homepage, to find out how to contribute to it's development, check out the FFLL project on SourceForge.net

Note: For those who have already downloaded the source for version 2.2.0, the only difference is in the file FFLLAPI.cpp 

Here is the 'diff' results:

453d453
< ret_val = &(*it);
454a455
> ret_val = &(*it);

Which translates to the following change in the get_model() procedure:

From:

while(tmp_idx--)
{
ret_val = &(*it);
it++;
}

To:

while(tmp_idx--)
{
it++;
ret_val = &(*it);
}


To be notified when more downloads become available sign up for our mailing list.

 

 


Home | Mission | Spark! Fuzzy Logic Editor | Mailing List | Downloads | Around The Web | Privacy Policy


Copyright © 2005 Louder Than A Bomb! Software

Comments, Questions, or Problems?  Contact Our webmaster

Updated: September 16, 2004