Difference between revisions of "CSBwin"

From DmWiki
Jump to navigationJump to search
(split)
 
Line 1: Line 1:
 
There is a tremendous amount of information about CSBwin at http://dmweb.free.fr/ and on the forums at http://dungeon-master.com/ .  The game [[Conflux|Conflux]] uses CSBwin as its platform and CSBuild as its editor.  One of the features of these programs is the ability to write things a bit like scripts using a funny language (the product of upgrading a much less ambitious endeavor to do things not originally envisioned) in things called Designer Specified Actuators (DSAs).
 
There is a tremendous amount of information about CSBwin at http://dmweb.free.fr/ and on the forums at http://dungeon-master.com/ .  The game [[Conflux|Conflux]] uses CSBwin as its platform and CSBuild as its editor.  One of the features of these programs is the ability to write things a bit like scripts using a funny language (the product of upgrading a much less ambitious endeavor to do things not originally envisioned) in things called Designer Specified Actuators (DSAs).
  
There has been some call for a simplified explanation of how to use DSAs.  I don't think it is possible to learn to use DSAs without a bit of mental effort.  They use a language with unpronounceable words, a syntax backward from normal languages and discourse, and provide very little in the way of debugging the syntax or the execution.
+
For more informations about building, or editing a dungeon, see [[CSBwin/CSBuild|CSBuild]]
 
 
Let us begin by discussing the ''backwardness'' of the language.  If you have heard of the Forth language then what I say here will be very familiar.  I did it this way because it is easy to compile.  In fact, it is not necessary to compile because the person writing the code for the DSA does the compiling in his head!  I just translate the strange-looking words into numbers to be executed as the game runs.
 
 
 
== DSA tutorial ==
 
*[[CSBwin/DSA Lesson 1|Lesson 1 - BackwardsTalking]]
 
*[[CSBwin/DSA Lesson 2|Lesson 2 - The State Machine]]
 
*[[CSBwin/DSA Lesson 3|Lesson 3 - Messages: Set and Clear/To and Fro/Sooner or Later]]
 
*[[CSBwin/DSA Lesson 4|Lesson 4 - A DSA Can Speak]]
 
*[[CSBwin/DSA Lesson 5|Lesson 5 - Our First Example (InterLevel/LongDelays)]]
 
*[[CSBwin/DSA Lesson 6|Lesson 6 - Building a Torch from Sticks and Ashes]]
 
 
 
== DSA unsorted ==
 
*[[CSBwin/DSA examples|examples of DSA to be looked at right in the game]]
 
*[[CSBwin/DSA bug hunting tips|bug hunting Tips]]
 
*[[CSBwin/DSA Library|DSA Library (for copy/pasting)]]
 
*[[CSBwin/Tools|Tools and editors for CSBwin]]
 
*[[CSBwin/Graphics_Library|Graphics Library]]
 
**Monsters
 
**wallsets
 
**decorations
 
**items
 
 
 
== Bugs and Requests ==
 
*[[CSBwin/Bugs and Requests|Bugs and Requests]]
 
*[[CSBwin/User_Questions|User Questions]]
 
 
 
== See also ==
 
* [[ConfluxTech:Main_Page|ConfluxTech]] (restricted zone, ask [[user:Paul Stevens]] for permission)
 
 
 
  
 
[[Category:CSBwin| ]]
 
[[Category:CSBwin| ]]

Latest revision as of 16:52, 6 January 2009

There is a tremendous amount of information about CSBwin at http://dmweb.free.fr/ and on the forums at http://dungeon-master.com/ . The game Conflux uses CSBwin as its platform and CSBuild as its editor. One of the features of these programs is the ability to write things a bit like scripts using a funny language (the product of upgrading a much less ambitious endeavor to do things not originally envisioned) in things called Designer Specified Actuators (DSAs).

For more informations about building, or editing a dungeon, see CSBuild