Data Realms Fan Forums
http://forums.datarealms.com/

Falling Sand Game 3D *Build 3
http://forums.datarealms.com/viewtopic.php?f=82&t=25446
Page 1 of 4

Author:  CaveCricket48 [ Wed Sep 07, 2011 11:02 pm ]
Post subject:  Falling Sand Game 3D *Build 3

Falling Sand Game 3D

Image

More pics:


A little project I've been working on. It's a particle simulator based on the classic 2D falling sand games, complete with moddability.

Modding guide:
Basic keyword guide:
Code:
element <name> <redColor> <greenColor> <blueColor> <density> <selectability>
neighbor <probability> <reactant1> <reactant2> <product1> <product2>
self <probability> <reactant> <product>
move <element> <verticalMovement> <horizantalMovement>
notself <element> <inhibitingElement1> [inhibitingElement2] [inhibitingElement3...]

More in-depth guide:


From the readme.txt:

Download

Author:  Natti [ Wed Sep 07, 2011 11:11 pm ]
Post subject:  Re: Project FSG 3D *Build 0

Oh man this is quite fun.
Can't wait to see what awesomeness you'll develope off this!

Author:  Asklar [ Wed Sep 07, 2011 11:16 pm ]
Post subject:  Re: Project FSG 3D *Build 0

Hey, plants grow! And fire burns plants!
And water looks alive!

Cool!

I wonder what this will look like in the future.

Author:  CaveCricket48 [ Thu Sep 08, 2011 1:05 am ]
Post subject:  Re: Falling Sand Game 3D *Build 1

Build 1:
Bug fixes, and now you can swap through all the elements.

Author:  Areku [ Thu Sep 08, 2011 2:02 am ]
Post subject:  Re: Falling Sand Game 3D *Build 1

I have to say, CC, I'm impressed. This is one prototype that makes the original FSG justice.

Author:  zalo [ Thu Sep 08, 2011 3:44 am ]
Post subject:  Re: Falling Sand Game 3D *Build 1

This looks very interesting. I remember them having to repeat themselves about how an FSG 3D game would never be made, but here it is. I guess they were just lazy.

Also, mediafire is down. (I never liked them anyway, check out the topic on filehosting somewhere in the main OT).

EDIT: Back up again. I see that you too have caught the processing fever ;)

Author:  Ociamarru [ Thu Sep 08, 2011 3:54 am ]
Post subject:  Re: Falling Sand Game 3D *Build 1

I don't know if you have one already (I'd check it out but as stated by Zalez, Mediafire is down) but you should totes add an antigravity element - those are always fun to play with.

Author:  Duh102 [ Thu Sep 08, 2011 5:55 am ]
Post subject:  Re: Falling Sand Game 3D *Build 1

Modding is beyond easy, just check the physics file. Should be obvious how to make them from that.

Author:  CrazyMLC [ Fri Sep 09, 2011 12:11 am ]
Post subject:  Re: Falling Sand Game 3D *Build 1

Code:
element Herbavore 0 200 0 1
move Herbavore 1 0.1
self 0.01 Herbavore Empty
neighbor 1 Herbavore Fire Empty Fire
neighbor 1 Herbavore Oil Empty Empty
neighbor 1 Herbavore Water Herbavore Herbavore
neighbor 1 Herbavore Plant Herbavore Herbavore

element Carnivore 100 100 0 1
move Carnivore 1 0.5
self 0.05 Carnivore Empty
neighbor 1 Carnivore Fire Empty Fire
neighbor 1 Carnivore Oil Empty Empty
neighbor 1 Carnivore Herbavore Carnivore Carnivore

First public mod release for FSG3D

(Paste this somewhere in your physics.txt file)

Author:  CaveCricket48 [ Fri Sep 09, 2011 1:47 am ]
Post subject:  Re: Falling Sand Game 3D *Build 2

Build 2! Now with particle density, a "notself" reaction, and an element selection menu.

Author:  Asklar [ Fri Sep 09, 2011 2:05 am ]
Post subject:  Re: Falling Sand Game 3D *Build 2

Oh crap, I missed build 1!

Now I won't have the complete colection. By the way, nice new particles.

Author:  Miggles [ Fri Sep 09, 2011 2:48 am ]
Post subject:  Re: Falling Sand Game 3D *Build 2

I can't run it for some reason..? The window doesn't appear.
Do I need to do anything special to run it or am I just getting a bad time?

Author:  Sothe [ Fri Sep 09, 2011 2:52 am ]
Post subject:  Re: Falling Sand Game 3D *Build 2

This looks pretty awesome.
I will definitely download this.
Thanks Miku.

Author:  CaveCricket48 [ Fri Sep 09, 2011 4:10 am ]
Post subject:  Re: Falling Sand Game 3D *Build 2

Miggles wrote:
I can't run it for some reason..? The window doesn't appear.
Do I need to do anything special to run it or am I just getting a bad time?

Make sure you have the latest version of Java.

Author:  Asklar [ Fri Sep 09, 2011 7:32 pm ]
Post subject:  Re: Falling Sand Game 3D *Build 2

Wow, this makes me feel like god creating a very small and voxelized world.

Now we need some elements that are like "alive".

Page 1 of 4 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/