Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (dBc, clonman, TipmyPip), 18,819 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 20 of 23 1 2 18 19 20 21 22 23
Re: AckCon12 Live Stream [Re: Rondidon] #403250
06/17/12 01:18
06/17/12 01:18
Joined: Aug 2003
Posts: 7,440
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,440
Red Dwarf
Sobald das spiel released wird, werd ich euch auch die ganzen Soundfiles geben, inkl dem song als Audacity projekt.


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: AckCon12 Live Stream [Re: Michael_Schwarz] #403251
06/17/12 01:33
06/17/12 01:33
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Soooo

Wir fixen noch ein paar Sachen, und wer dann noch wach ist, kann mal per Livestram zuschaun, wie nochmal jemand probiert, die neue Lottery Edition durchzuspielen.

Soviel vornweg. Es ist die beste Lottery, die wir je hevorgebracht haben!

Last edited by Firoball; 06/17/12 01:33.
Re: AckCon12 Live Stream [Re: PadMalcom] #403262
06/17/12 08:17
06/17/12 08:17
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
I miss the nyancat in ParMalcom's link.... frown


~"I never let school interfere with my education"~
-Mark Twain
Re: AckCon12 Live Stream [Re: Michael_Schwarz] #403263
06/17/12 08:22
06/17/12 08:22
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
Originally Posted By: Michael_Schwarz
Hier schonmal ein code-spoiler für das nächste Lotter spiel:

Code:
void skychange ()
{
	COLOR oldColor, newColor;
	var factor = 0.0;
	
	vec_set(oldColor.blue, screen_color.blue);
	vec_set(newColor.blue, vector(random(255), random(255), random(255)));
	
	while (1)
	{
		factor += 0.2 * time_step;
		factor = clamp(factor, 0.0, 1.0);
		
		vec_lerp(screen_color.blue, oldColor.blue, newColor.blue, factor);
		vec_set(sky_color.blue, screen_color.blue);
		
		if (factor == 1.0)
		{
			factor = 0.0;
			vec_set(oldColor.blue, screen_color.blue);
			vec_set(newColor.blue, vector(random(255), random(255), random(255)) );
		}	
		
		wait(1);
	}
}



Was tut das? Einfach in euer eigenes projekt einbauen und herausfinden!


Das is doch nicht euer ernst, oder? O.o
Allein von der Zeile:
vec_set(newColor.blue, vector(random(255), random(255), random(255))); bekomm ich schon Augenkrebs -.-


~"I never let school interfere with my education"~
-Mark Twain
Re: AckCon12 Live Stream [Re: Germanunkol] #403264
06/17/12 08:30
06/17/12 08:30
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
dochdoch laugh
das spiel ist sogar spielbar, anspruchsvoll und total geil, wenn man zuschaut, wie jemand spielt


Visit my site: www.masterq32.de
Re: AckCon12 Live Stream [Re: MasterQ32] #403266
06/17/12 09:36
06/17/12 09:36
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Publish Button wurde gedrückt.

Heelx räumt gerade den Ordner auf und dann gibts nochmal nen Test Run.

Re: AckCon12 Live Stream [Re: FBL] #403278
06/17/12 15:16
06/17/12 15:16
Joined: Apr 2005
Posts: 3,076
Germany, NRW
rvL_eXile Offline

3D Artist
rvL_eXile  Offline

3D Artist

Joined: Apr 2005
Posts: 3,076
Germany, NRW
Kanns ma wer hoch laden? Wills nun auch mal endlich spielen grin

Gruß Sebastian


Tutorials:
[Blender]Terrain creation ENG/GER
[Blender]Low Poly Tree Modeling
[GIMP]Create a Texture for Terrains
CLICK HERE


Re: AckCon12 Live Stream [Re: rvL_eXile] #403282
06/17/12 17:35
06/17/12 17:35
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Ich hoffe ihr seid auch alle wieder gut angekommen (und habt nicht wie ich den Zug verpasst tongue )

Re: AckCon12 Live Stream [Re: Rei_Ayanami] #403283
06/17/12 17:41
06/17/12 17:41
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Au Backe! Wo hängst Du denn jetzt fest?

Re: AckCon12 Live Stream [Re: Pappenheimer] #403285
06/17/12 17:49
06/17/12 17:49
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Jetzt bin ich bereits Zuhause, ich habe mir gleich ein neues Ticket gekauft, und konnte den Zug einige Minuten später nehmen. Ist also bis auf den Preis des Tickets noch voll okay.

Page 20 of 23 1 2 18 19 20 21 22 23

Gamestudio download | 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