Author Topic: SyjSand, my take on falling sand. Pressure talk. (V10 out!) (ask for file)  (Read 2191 times)

Water doesn't seem to act as water should... from the video...

Water doesn't seem to act as water should... from the video...
What are you talking about.

Everyone knows water teleports to the bottom of things that are less dense then it!

Water doesn't seem to act as water should... from the video...
Keep in mind that the game is meant to be modded.
Elements, their interactions, and their icons can all be changed.
Information for modding, along with the download for the game, can be found in the link in the video's description.
What is this written in?
C++
With SDL and SDL_TTF libraries.

Can I also get a copy of tits?

Could you PM me it?
Looks fun.

Could you PM me it?
Looks fun.
Okay, I did a while ago.
Anyway, I'm just posting to say I'm about to update the game again with an extra property for elements which decides whether they are shown in the elements scroller up top and can be placed manually. That way you can make certain elements that the player can't draw, but can be made though interactions. I also made a default icon for the "plant" element.

Also the syntax for modding goes like this:
Code: [Select]
element <name> <r> <g> <b> <weight> <spreads 0/1> <physics_type 0/1/2> <delay time in ms before element can start an interaction> <shows in selector 0/1>
interaction <element> <within/offset> <x> <y> <element to search for> <result1> <result2> <percent chance>
namedinteraction <name> <element> <within/offset> <x> <y> <element to search for> <result1> <result2> <percentchance>
ontrigger <interaction name> <element to place> <x offset> <y offset>
And then you get to make icons if you want.

Looks fun, also easier to mod than Powder Toy.

Looks fun, also easier to mod than Powder Toy.
You can't mod powder toy.
Also, did you try the game?

http://dan-ball.jp/en/javagame/dust/

Already made.

Good job though. It's alot like the link.

http://dan-ball.jp/en/javagame/dust/

Already made.

Good job though. It's alot like the link.
What the forget are you talking about?
No loving stuff there's already falling sand games.

Dam some people are stupid.

I'm confused. Where does it say you can't post .exe files in the rules? I never knew this.

Also, from the video it looks cool.

I'm confused. Where does it say you can't post .exe files in the rules? I never knew this.

Also, from the video it looks cool.
1. Ephailtes has said it on occasion.
2. I can give you the link if you haven't found it already but want it.

Anyway, I'm gonna start the process of adding pressure, which probably will take fairly long compaired to other features.
I'm still not really how to do it, I mean, I'm looking for an effect like dan-ball's power toy/game.

Keep in mind that the game is meant to be modded.
Elements, their interactions, and their icons can all be changed.
Information for modding, along with the download for the game, can be found in the link in the video's description.C++
With SDL and SDL_TTF libraries.
Presumably SDL allows for graphics stuff?