Help me make this happen
by Jose Leyva · in Torque in Education · 07/21/2006 (12:43 am) · 8 replies
I am currently a student at a community college and the powers to be!!!!! have seen some of my work with Torque... but there is a problem!!!!! I need to finish my game so they can see what it looks like and make a Decision on buying it for the school....right now they are using AGS and Gamebuilder !!!!! But anyway am almost done but I need some help tie up some lose ends... The game style is the ork is sent out to find the red logos then is instructed to look for the green ones( or other color) but i dont know how to change the color of the logos? i do have 3dstudio max.. ( and followed the example on the forum) But anyway....if somebody could E-mail me...i can give more detail.... SKIBO187@MSN.COM that would be awesome.. i have three days left....and if Benjamin B is reading this...thanks...bro...the info you gave me helped....I also need the script if possible...thanks a bunch.....
About the author
#2
07/21/2006 (1:12 am)
Ok Max sounds easy ..... but what does the script look like for them to spawn? plz help...as am up right now.... if you have yahoo.... mess its skibo187j@yahoo.com or msn skibo187@msn.com plz help...
#3
%logo1 = new StaticShape() // make first logo staticshape
{
position = "-0.174761 -0.335792 -22.3";// Your unique position
rotation = "1 0 0 0";// No need to rotate
scale = "1 1 1";// Scaling is fine
dataBlock = "logo2";// the name of your logo
};
%logo2 = new StaticShape() // create second logo
{
position = "-2.5 -5.53223 11.253";// Your unique position
rotation = "1 0 0 0";// No need to rotate
scale = "1 1 1";// Scaling is fine
dataBlock = "logo2";// the name of your logo
};
%group.add(%logo1);// add it to group of logos2
%group.add(%logo2);// same here
07/21/2006 (1:47 am)
%group = new SimGroup(logos2) {};// Create a SimGroup%logo1 = new StaticShape() // make first logo staticshape
{
position = "-0.174761 -0.335792 -22.3";// Your unique position
rotation = "1 0 0 0";// No need to rotate
scale = "1 1 1";// Scaling is fine
dataBlock = "logo2";// the name of your logo
};
%logo2 = new StaticShape() // create second logo
{
position = "-2.5 -5.53223 11.253";// Your unique position
rotation = "1 0 0 0";// No need to rotate
scale = "1 1 1";// Scaling is fine
dataBlock = "logo2";// the name of your logo
};
%group.add(%logo1);// add it to group of logos2
%group.add(%logo2);// same here
#4
logos.add(%logo1);
Add as many green logos as you want, use the same collision code as the red ones.
I hope this helped.
-Maxwell
07/21/2006 (1:49 am)
I didnt test it, but it looks right. you may need to change the variables like to datablocks and the group name. If you are using the old group that the red logos used, do:logos.add(%logo1);
Add as many green logos as you want, use the same collision code as the red ones.
I hope this helped.
-Maxwell
#5
skibo187@msn.com
07/21/2006 (1:37 pm)
Hey Max...can i send you what i got....maybe you can tweak it out for me...its do on Monday.... and i just showed my first few min of game play to the board of regeants and they like it, but they want to see the final products....can you help plz.... contact me thru e-mail if you can...thanks...skibo187@msn.com
#6
05/02/2012 (11:47 am)
Just wanted to say Thanks to everybody who helped..I know its been years since my college days... Just FYI the college loved the game and fully went out and created a gaming classes using torque as there #1 engine.
#8
05/12/2012 (8:21 am)
Like ! :) GG needs a like button :)
Torque 3D Owner Max