6 registered members (TipmyPip, Niels, dBc, Ed_Love, 3run, 1 invisible),
18,855
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
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
Senior Expert
|
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
FBL
Senior Expert
|
Senior Expert
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: Michael_Schwarz]
#403263
06/17/12 08:22
06/17/12 08:22
|
Joined: Jun 2006
Posts: 2,640 Earth
Germanunkol
Expert
|
Expert
Joined: Jun 2006
Posts: 2,640
Earth
|
Hier schonmal ein code-spoiler für das nächste Lotter spiel:
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: FBL]
#403278
06/17/12 15:16
06/17/12 15:16
|
Joined: Apr 2005
Posts: 3,076 Germany, NRW
rvL_eXile

3D Artist
|

3D Artist
Joined: Apr 2005
Posts: 3,076
Germany, NRW
|
Kanns ma wer hoch laden? Wills nun auch mal endlich spielen  Gruß Sebastian
Tutorials: [Blender]Terrain creation ENG/GER [Blender]Low Poly Tree Modeling [GIMP]Create a Texture for Terrains CLICK HERE
|
|
|
|