View Single Post
  #16 (permalink)  
Old 11-29-2007, 10:36 PM
neilnapier neilnapier is offline
Senior Member
 
Join Date: Oct 2007
Posts: 147
Default

Well with Burning Sand moddability you can make new elements by adding lines of code. Then using Interaction function you can make the elements react with one another. So if I wanted to make fire burn some wood then I would do
Code:
Interaction Wood Fire BurningWood Fire 1000
The first two elements in that line are the things that react with eachother and the last two are what each of them turn into.

EDIT: This is a basic idea of the BS element code:
Code:
Element [Group] [Name] [Colour-Red] [Color-Green] [Color-Blue] [Weight] [Spray] [Slide] [Viscosity] [Deathrate] [Die to] [Order] [Icon]
If someone implemented it I would gladly make the config for it (config is where the mods go)

EDIT2: go to here to learn about BS modding.

Last edited by neilnapier : 11-29-2007 at 10:55 PM.
Reply With Quote