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 - Aide33

Pages: 1 ... 3 4 5 6 7 [8] 9 10 11
106
Modification Help / How do I get the distance between two coordinates?
« on: December 04, 2012, 04:21:11 PM »
/title

107
Modification Help / Where to start with AI?
« on: December 03, 2012, 02:18:47 PM »
I'd like to know how to program a path-finding(nevermind i just want AI in general) AI and the different algorithms to do so.

Where do I start?

108
Modification Help / AIPlayers
« on: November 19, 2012, 02:59:02 PM »
I'd like for someone to explain to me the basics of bots(E.g. walking, shooting, aiming, etc)
I know how to spawn them but not the rest

109
Off Topic / I missed my 3000th post :C
« on: November 11, 2012, 07:59:23 PM »
Well I missed my 3000th post by 29 :U

110
Modification Help / Unmount
« on: November 08, 2012, 04:57:08 AM »
How do I do something when a player un mounts a vehicle?

111
Suggestions & Requests / MODEL NEEDED: Crate
« on: November 07, 2012, 03:28:13 PM »
I need a crate model that can fit in the blockheads hands like the hang glider

112
Games / Jagex buys Aces of Spades
« on: November 03, 2012, 06:41:12 PM »
http://ace-spades.com/

It's gonna be 10$
nooooo

113
Suggestions & Requests / Vehicle physics update
« on: November 03, 2012, 07:36:53 AM »
/title

I think it's about time we get that vehicle physics update.
While we're talking about vehicles I got an idea
The vehicles right now seem to bounce around a lot so Badspot could add a mass option in the vehicle datablock definition
mass = 30;
And the vehicles speed is always the same, I say we add a top speed and an acceleration value
topspeed = 200;
forwardAcceleration = 50;


DISREGARD EVERYTHING STRIKED OUT
Apparently those values already exist

So what do you guys say about this?

114
Modification Help / Detecting when somethings output into the console
« on: November 02, 2012, 06:30:25 PM »
How do I detect when a line of text is output into the console?

115
Off Topic / So I had a project to do for school...
« on: October 26, 2012, 04:32:56 PM »

Is this enough flo rida?

116
/title

117
Modification Help / Client sided questions
« on: October 21, 2012, 09:47:20 AM »
How would I get every player name in the server(client side)?
Also how would I put all of the names in a list?
Example:
Code: [Select]
%list = [apple,banana,orange];
if("banana" in %list)
    //docode

118
/title

I tried clientcmdChatMessage but it doesn't work

Code: [Select]
Add-Ons/Client_getText/client.cs (0): Unknown command clientCmdChatMessage.

119
Modification Help / Python + Torque
« on: October 13, 2012, 12:03:34 PM »
How do I connect a python script and torque through HTTP or TCP objects?

120
Modification Help / Terrain generation
« on: October 06, 2012, 07:33:30 AM »
I know I've been asking a lot of questions lately but
I've always wanted to know how it's done.
So how is it done?

Pages: 1 ... 3 4 5 6 7 [8] 9 10 11