Jump to content

Thank You For Watching Prime Time #35!


[DE]Rebecca
 Share

Recommended Posts

Thank you kindly for tuning in to Prime Time! 

 

 

Who won the 3 x 1000 Platinum Prizes?


Snow0335

Saldi98

BadmanLTU

 

Who won the many Chat Contest Platinum Prizes for guessing the Song Inspiration for upcoming Combo names?

22th, GameAsunder, 6zobmondo6, freq1989, thefifthleaf, guipalosqui, stpwncold, mulchman, stacked_LP, criznatch, chozospartan, nakedchucho, rolandblunt, xorpheon, lazermaniac, manioxu



What awesome Fan Art did we see?

AITUARMANAS: Zephyr: http://www.deviantart.com/art/Commission-07-Zephyr-464387944

Folkeye: Summer Frost: http://www.deviantart.com/art/MM-Summer-Frost-463919638

Nahnahnivek: Loki Prime: http://www.deviantart.com/art/Loki-Prime-464029463

Rizo-tihorizon: Nova: http://rizo-tihorizon.tumblr.com/post/90377973173/doodle-color-rough-before-sleep-ahh-so-much

Sayon-does-stuff: Helping Hand: http://sayon-does-stuff.tumblr.com/image/90063638008

Melmeki: Mag Prime: http://melmeki.tumblr.com/post/89982642072/i-reaaaaaaaaaaaally-love-mag-primes-cordex

Ketrinadrawsalot: Breeding Ground Is Over: http://ketrinadrawsalot.tumblr.com/post/89940295137/uh-operation-breeding-grounds-is-over-you-can-go#notes

Werelektro: Kela de Thaym redrawn: http://werelektro.tumblr.com/post/89855290394/kela-de-thaym-redrawn-was-bored#notes

Enip: Mag Stare: https://forums.warframe.com/index.php?/topic/68370-fanarts-by-enip-update-0207-stare-oo/

Fulcrvm: Behind The Anger and Pain: https://forums.warframe.com/index.php?/topic/255774-behind-the-anger-and-rage/

 

What Fan Concept of the week did we show?

RedSkittlez: Typhus (Parasite/Viral Samurai) https://forums.warframe.com/index.php?/topic/176524-warframe-concept-typhus-parasiteviral-samurai-wip/

 

What awesome rap did we play at the beginning?

https://soundcloud.com/crackle2012/roll-outlaw-only-rolo-the-motto-rap-god-remix

 

Thanks everyone for watching and see you TOMORROW for Devstream #32!

Link to comment
Share on other sites

Oh, I gotta get in on this code thing. K, here's my entry (hope evolution engine uses javascript :P):

 

var DE : GameObject;

var tenno : GameObject;

 

var warframeExist = boolean;

static var warframeIsMMOToRuleThemAll = false;

 

function Start ()

{

     Instantiate(DE, transform.position, transform.rotation, 0);

     warframeExist = true;

}

 

function Update ()

{

     if (warframeExist == true)

     {

          Instantiate(tenno, transform.position, transform, rotation, 0);

          TrueTenno();

     }

}

 

function TrueTenno ()

{

     warframeIsMMOToRuleThemAll = true;

}

//I heart <3 Warframe!

 

 

Edited by soopursam
Link to comment
Share on other sites

This is the second typhus showcase...

Yes, but different 'label'. Fan Concept of the week vs Fan Art. The idea is to look into changing/fleshed out ideas as well, and its likely as this moves forward purely written/other mediums will be brought up.

Link to comment
Share on other sites

Yes, but different 'label'. Fan Concept of the week vs Fan Art. The idea is to look into changing/fleshed out ideas as well, and its likely as this moves forward purely written/other mediums will be brought up.

...that and you can never have too much Typhus.

Link to comment
Share on other sites


int steveRocks[];

steveRocks = new int [100];

 

// Execution 

for (int y = 0; y < 100; y++)

{

steveRocks[y] = y + 500;

}

for (int y = 0; y < 100; y++)

{

System.out.println("Steve Rocks =" +steveRocks[y]);

}

Edited by SazerTarious
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...