Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by dr_panther. 05/18/24 11:01
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (dr_panther, Ayumi, 1 invisible), 708 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 8 1 2 3 4 5 6 7 8
Re: [contribution] Fog code Lite-C [Re: Helghast] #317711
04/01/10 22:01
04/01/10 22:01
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
thanks, i will keep my fingers crossed,lol.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [contribution] Fog code Lite-C [Re: Blink] #317835
04/02/10 23:00
04/02/10 23:00
Joined: Jul 2007
Posts: 619
Turkey, Izmir
Emre Offline
User
Emre  Offline
User

Joined: Jul 2007
Posts: 619
Turkey, Izmir
Hey Helghast & folks, look at the video. i have create an animated sprite. it's not perfectly but looks pretty good. (looks really like silent hill 2 now grin )
Sprites are here. (Alternative here )
And some hints to explain how to use it;
Code:
function animate_for_fog()
{
	wait(-integer(random(3)));
	my.frame =0;
	while (1) 
	{ 
		my.frame += 0.6*time_step; 
		if (my.frame >= 32) { my.frame = 1; }
		wait(1); 
	} 
}
void autofog()
{
..........
animate_for_fog();
	if(integer(random(10))>5)
	{
		vec_scale(my.scale_x, 7.8);	
	}
	else
	{
		vec_scale(my.scale_x, random(4));	
	}
..........
}
void generate_fog()
{
..........
if(randint == 0){ ent_create("dust+32.tga", pos_place, autofog); }
if(randint == 1){ ent_create("dustdense+32.tga", pos_place, autofog); }
..........
}


but we need better sprite than my sprite anyway .



Re: [contribution] Fog code Lite-C [Re: Emre] #317841
04/02/10 23:42
04/02/10 23:42
Joined: Dec 2009
Posts: 71
N
ncc1701d Offline
Junior Member
ncc1701d  Offline
Junior Member
N

Joined: Dec 2009
Posts: 71
I liked the video. I have the sprites and code here now. Where are the tips on how to use it?

Re: [contribution] Fog code Lite-C [Re: ncc1701d] #317846
04/03/10 00:36
04/03/10 00:36
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
i like it a lot! i need a c-script version, has anyone converted it or have the original fog code?


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [contribution] Fog code Lite-C [Re: Blink] #317969
04/03/10 22:03
04/03/10 22:03
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline OP
Expert
Helghast  Offline OP
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
Originally Posted By: Blink
i like it a lot! i need a c-script version, has anyone converted it or have the original fog code?


Haven't been home to look on my HDD yet! xD
Will have to wait after easter, but mind you, I have the feeling I lost it... I think though it's easy to convert back to c-script. I might as well do that at some point then, I have had more c-script requests.

I like the movie alot, shows the effect of quite well indeed grin
I'll put that in my portfolio, hope you dont mind me using that movie laugh

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Re: [contribution] Fog code Lite-C [Re: Helghast] #317982
04/04/10 00:44
04/04/10 00:44
Joined: Jul 2007
Posts: 619
Turkey, Izmir
Emre Offline
User
Emre  Offline
User

Joined: Jul 2007
Posts: 619
Turkey, Izmir
of course you can use it wink
and if you want upload it to your youtube channel, you can download from here

Re: [contribution] Fog code Lite-C [Re: Emre] #317983
04/04/10 01:30
04/04/10 01:30
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Thanks, Helghast, I will wait for it. i hope its still on your hdd.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [contribution] Fog code Lite-C [Re: Blink] #317989
04/04/10 05:00
04/04/10 05:00
Joined: Jul 2007
Posts: 619
Turkey, Izmir
Emre Offline
User
Emre  Offline
User

Joined: Jul 2007
Posts: 619
Turkey, Izmir
Forget it, forget animated sprite, forget first video. I've created a shader now. Also there is ash effect with shader like silent hill.
Watch this video. cool

I need to sleep now.
See you later friends.

Re: [contribution] Fog code Lite-C [Re: Emre] #317991
04/04/10 05:16
04/04/10 05:16
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Ohh! DAMN!!! THAT LOOKS SO GREAT!! Do hope that you'll share this sweet with us)))


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: [contribution] Fog code Lite-C [Re: 3run] #317999
04/04/10 06:41
04/04/10 06:41
Joined: Dec 2006
Posts: 1,086
Queensland - Australia
Nidhogg Offline
Serious User
Nidhogg  Offline
Serious User

Joined: Dec 2006
Posts: 1,086
Queensland - Australia
@Emre
Look great, hows the FPS


Windows XP SP3
Intel Dual Core CPU: E5200 @ 2.5GHz
4.00GB DDR3 Ram
ASUS P5G41T-M LX
PCIE x16 GeForce GTS 450 1Gb
SB Audigy 4
Spyware Doctor with AntiVirus
Page 2 of 8 1 2 3 4 5 6 7 8

Moderated by  adoado, checkbutton, mk_1, Perro 

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