Where is?
by Satrebor · in General Discussion · 10/31/2008 (6:31 am) · 4 replies
Where is scripts about player.
It's movement speed and others. in torque
It's movement speed and others. in torque
About the author
#2
10/31/2008 (6:44 am)
Thanks!
#3
10/31/2008 (7:15 am)
Oh i have just found it's animation scripts is there ? player.cs is movement speed gravitation scripts!?
#4
1) in the ~/data/shapes/player directory which is not the right place, same filename but wrong file for what you need.
or
2) you're using the tutorial.base example which doesn't have a proper player datablock. If this is the case then look at the demo or starter.fps scripts, in order to reference what you will need to add, but make sure that the player.cs that you're looking at is located in the server/scripts directory.
10/31/2008 (7:38 am)
If the player.cs you're looking at contains animation information then you're either one of two things:1) in the ~/data/shapes/player directory which is not the right place, same filename but wrong file for what you need.
or
2) you're using the tutorial.base example which doesn't have a proper player datablock. If this is the case then look at the demo or starter.fps scripts, in order to reference what you will need to add, but make sure that the player.cs that you're looking at is located in the server/scripts directory.
Associate Michael Hall
Distracted...
Look for the player datablock.
datablock PlayerData(PlayerBody)
Inside of which will be a whole lot of editable fields - most of which are self explanatory.