Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Edgar_Herrera, VoroneTZ, Akow), 973 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 195 of 554 1 2 193 194 195 196 197 553 554
Re: What are you working on? [Re: Sajeth] #405830
08/08/12 08:47
08/08/12 08:47
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
Originally Posted By: Sajeth
-snip-
what do you wantto say with this?


Visit my site: www.masterq32.de
Re: What are you working on? [Re: MasterQ32] #405831
08/08/12 09:41
08/08/12 09:41
Joined: Apr 2008
Posts: 650
Sajeth Offline
User
Sajeth  Offline
User

Joined: Apr 2008
Posts: 650
Posted in the wrong thread and couldn't delete my post laugh


Teleschrott-Fan.
Re: What are you working on? [Re: txesmi] #405832
08/08/12 10:02
08/08/12 10:02
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Originally Posted By: txesmi
this morning I wrote a shader looking for a leaking spray paint effect


Interesting! Are you drawing the figure by hand (and the shader does only the "leaking") or have you encoded the "drawing", too? How do you achieve the effect?

I guess you use a "spray paint" brush bitmap which is written additively into an accumulating floating point target. You then use another target which is the target for the shader and you just push the values above a threshold x down in Y-direction, in an infinite ping-pong manner.

Re: What are you working on? [Re: HeelX] #405837
08/08/12 11:04
08/08/12 11:04
Joined: Jun 2007
Posts: 1,337
Hiporope and its pain
txesmi Offline
Serious User
txesmi  Offline
Serious User

Joined: Jun 2007
Posts: 1,337
Hiporope and its pain
Originally Posted By: HeelX
Interesting! Are you drawing the figure by hand (and the shader does only the "leaking") or have you encoded the "drawing", too? How do you achieve the effect?

I drew the figure by hand and the shader does all the rest.

Originally Posted By: HeelX
I guess you use a "spray paint" brush bitmap which is written additively into an accumulating floating point target. You then use another target which is the target for the shader and you just push the values above a threshold x down in Y-direction, in an infinite ping-pong manner.

good eye! grin
Yes, it is a brush bitmap rotated randomly each frame.
The painting action is done over a floating point 32bit bitmap, as you guessed. The shader adds the brush values over it and glides down the overpaint. Everything is done in the same pass. I added a random left-center-right glide to achieve a saw teeth effect. I use an other shader to translate the previous bitmap to a colored and visible bitmap.

Here is the code, but remember that it is not a final version, just a workaround and not very fast indeed. enjoy!



Re: What are you working on? [Re: txesmi] #405841
08/08/12 12:31
08/08/12 12:31
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Originally Posted By: txesmi
Here is the code, but remember that it is not a final version, just a workaround and not very fast indeed. enjoy!
Wow, thanks for sharing! Am I allowed to adapt this for my own needs? ... I am talking about gore, blood and stuff. On walls. Hills. Bodies. smile

Last edited by HeelX; 08/08/12 12:31.
Re: What are you working on? [Re: HeelX] #405843
08/08/12 12:49
08/08/12 12:49
Joined: Jun 2007
Posts: 1,337
Hiporope and its pain
txesmi Offline
Serious User
txesmi  Offline
Serious User

Joined: Jun 2007
Posts: 1,337
Hiporope and its pain
Originally Posted By: HeelX
Am I allowed to adapt this for my own needs?


Of course, it is totally free. You can also keep that sense of gratitude, but only if you want, juaZ wink

Salud!

Re: What are you working on? [Re: txesmi] #405867
08/08/12 19:25
08/08/12 19:25
Joined: Jul 2002
Posts: 3,208
Germany
Error014 Offline
Expert
Error014  Offline
Expert

Joined: Jul 2002
Posts: 3,208
Germany
Thank you for the feedback! laugh

Quote:

Will you have some outdoor rooms ? like some trees among ruins ?


Yup, there's outdoor tilesets and decorational items you can place in your dungeons. Some things that could qualify as "ruins", too - though I admit not too many at this point. But we'll steadily add new content, the whole game is setup so that it can automatically update itself for that type of content.





Perhaps this post will get me points for originality at least.

Check out Dungeon Deities! It's amazing and will make you happy, successful and almost certainly more attractive! It might be true!
Re: What are you working on? [Re: Error014] #405913
08/10/12 08:08
08/10/12 08:08
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
I started working on a simple tower defense game.

I also created a level editor to create custom levels:


(load and save function doesn't work, yet)


POTATO-MAN saves the day! - Random
Re: What are you working on? [Re: Kartoffel] #405914
08/10/12 08:13
08/10/12 08:13
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
looks cool!
use this minimalistic style, just different block colors for different towers and smaller blocks for the enemies


Visit my site: www.masterq32.de
Re: What are you working on? [Re: MasterQ32] #405916
08/10/12 08:25
08/10/12 08:25
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
thanks smile

Originally Posted By: MasterQ32
use this minimalistic style, just different block colors for different towers and smaller blocks for the enemies
I thought about something like that, too grin

But I'm not sure... maybe I'll texture the blocks with very simple textures or give them slightly
randomized colors to make the blocks look not all the same.

Anyway, that's not very important. Next thing I'll do is get save / load working and think about how I could solve the pathfinding.


POTATO-MAN saves the day! - Random
Page 195 of 554 1 2 193 194 195 196 197 553 554

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1