Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Dr.Tyler O.

Pages: 1 [2] 3 4
16
Modification Help / Mounting Models to Players [Resolved]
« on: January 11, 2014, 07:50:33 AM »
Okay so I'm making an add-on that when a server command is executed, mounts two models to a player which stay there until the player executes another command to remove them (even if the player dies) and I have no idea how to do it. I also want it to only work on specific playertypes if someone could help me with that as well. Thanks!

17
Modification Help / Blender's Vertex Locking System [SOLVED]
« on: January 02, 2014, 12:46:00 AM »
I used Milkshape 3D for a very long time but then a good friend of mine showed me how useful Blender is but at the same time it can be confusing for someone who has just came from another modeling program. My question is: How do I lock one vertex to the same axis as another vertex? My friend showed me how to do it but I forgot how to do it. It involves selecting a vertex, holding the control button, and then clicking another vertex but it isn't working so I'm obviously doing something wrong. Thank you for your time.

18
Modification Help / Blender's Vertex Locking System
« on: January 02, 2014, 12:33:13 AM »
I used Milkshape 3D for a very long time but then a good friend of mine showed me how useful Blender is but at the same time it can be confusing for someone who has just came from another modeling program. My question is: How do I lock one vertex to the same axis as another vertex? My friend showed me how to do it but I forgot how to do it. It involves selecting a vertex, holding the control button, and then clicking another vertex but it isn't working so I'm obviously doing something wrong. Thank you for your time.

Yeah yeah I know I posted this in the wrong place.

19
Modification Help / Detecting a word in a chat message.
« on: August 06, 2013, 07:37:12 PM »
I need to know how to make a script that detects if a specific word or words are mentioned in the chat.

20
Modification Help / Switch$
« on: August 06, 2013, 05:35:10 PM »
I was studying torque and I wanted to practice with switch$. The script I made, although it had no errors, didn't function as I had wanted. Can someone explain what's wrong please? Echo didn't work, I don't have any idea about the rest of the script though.
Code: [Select]
function serverCmdSwitch(%client, %input)
{
   %input = "";
   
   switch$(%input)
   {
      case "Hello":
     echo("Hi"); 
   }
}

21
General Discussion / Colorset color limits
« on: May 12, 2013, 10:00:45 PM »
One of my friends brought this up today and I thought it was interesting. Why did Badspot make the limit of colors on a colorset 64?

22
General Discussion / 2 versions of Blockland
« on: May 07, 2013, 09:02:33 PM »
I think it's a good idea. Imagine having version 19 of Blockland and a seperate game with the current version of Blockland with shaders as a Blockland 2. I would honestly pay the $20 again to buy a key for version 19 and I think a lot of other people would as well. I miss terrain.

23
Modification Help / Weapon Damage
« on: December 20, 2012, 08:01:09 PM »
I want to know how to make weapon damage vary between two numbers. For instance, I want to make the damage of a projectile have a possibility of doing damage between 70 and 100. How would I do this? Would I edit this line of code?
Code: [Select]
directDamage        = 70;

24
Modification Help / Mount Points
« on: December 09, 2012, 05:02:37 AM »
What are the different mount points on a player? I need to change this line of code but i'm not sure what the different mount points are defined as.
Code: [Select]
mountPoint = $HeadSlot;

25
Modification Help / How to make this kind of Projectile
« on: July 14, 2012, 07:02:38 PM »
I want to know how to make a Projectile like the paint can has. Is it just an image on a face or is it some sort of complicated model?

26
Modification Help / Machine Guns on a Car.
« on: July 11, 2012, 09:56:32 PM »
I am making a car that has 2 points on it where projectiles fire from. They are not supposed to move so I don't need any animations but I don't know how to make the script and what to name the joints.

27
Modification Help / Projectiles Disembodying players heads?
« on: June 29, 2012, 11:44:48 AM »
Can someone help me with this? I need to know how to disembody someones head with this new sniper rifle I am making and I am not exactly the smartest person with torque script.  :panda:

28
Off Topic / The Funniest Ban you have ever gotten/given.
« on: June 29, 2012, 05:02:13 AM »
So what is the funniest ban reason you have ever been banned for on a Blockland server or funniest ban you have ever made.

Mine was when I joined a server and got randomly banned and the ban reason was something like: "☺☻♥♦♣•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼!"#$%&'()*+,-./0123456789:;<=>?"

29
Modification Help / How to make a melee weapon push a vehicle.
« on: June 09, 2012, 12:50:50 PM »
Kind of like what the hammer does. Basically I want my weapon, a golf club, to push a vehicle like the ball. How would one do this?

30
Modification Help / Bullets go through walls.
« on: June 08, 2012, 06:48:29 AM »
I made a weapon with two weapon images and it switches back and fourth between them when you right click (I don't know if this matters). But when I switch to the second image (the one it fires in), it works fine but the bullets pass through walls and bricks.

Pages: 1 [2] 3 4