Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: vehicle stabilizing bar
Post: vehicle stabilizing bar
so i was wondering how to make the vehicle from the tutorial so it won't flip so much,i was looking around and found edy's vehicle physics for unity,he gave the code for the stabilizing bar,the thing ... |
|
velocityx |
Physics |
4 |
5,179 |
11-20-2012, 06:41 PM |
 |
|
Thread: limit rotation
Post: limit rotation
so i started with the vehicle tutorial and i'm kinda making some stuff,but i'm interested is there a implemented way to limit the rotation the vehicle could go,i mean so it cannot turn itself on it's ... |
|
velocityx |
Physics |
0 |
2,446 |
11-16-2012, 05:53 PM |
 |
|
Thread: sql login problems
Post: sql login problems
i'm trying to make a login,but when i made so to get account and passwords i get that i can't use 2 pointers,what alternative should i use to make it work
Code:
case CS_LOGIN:
 ... |
|
velocityx |
Beginner Questions |
0 |
2,232 |
08-08-2012, 02:12 PM |
 |
|
Thread: Flying character & world boudaries
Post: RE: Flying character & world boudaries
for a radius of the world edges,you could use a sphere,cube with no textures/invisible with collision,so when the character goes to it he'll hit the invisible wall |
|
velocityx |
Beginner Questions |
6 |
5,197 |
08-07-2012, 12:34 PM |
 |
|
Thread: Server lost check
Post: RE: Server lost check
10x,now it works,felt dumb after u told me :D |
|
velocityx |
Beginner Questions |
6 |
4,249 |
08-03-2012, 11:30 AM |
 |
|
Thread: Server lost check
Post: RE: Server lost check
removed the bool cause i think i got something wrong there
Code:
/******************************************************************************/
class LoginClass
{
Text t_ac... |
|
velocityx |
Beginner Questions |
6 |
4,249 |
08-03-2012, 10:45 AM |
 |
|
Thread: Server lost check
Post: RE: Server lost check
well i used ur code,first i got the msg right away cause i made the server ip to be picked from a textline and needed to use the login button,then i made a bool in the login if(connection.state() == C... |
|
velocityx |
Beginner Questions |
6 |
4,249 |
08-03-2012, 10:20 AM |
 |
|
Thread: Server lost check
Post: Server lost check
i started checking the tutorials,now i'm working on the client/server tutorial and made several modifications to it,now i wanted to make a server lost check,so if the server is gone to eather say conn... |
|
velocityx |
Beginner Questions |
6 |
4,249 |
08-03-2012, 09:35 AM |