Game Development Community

Demo Questions

by Daniel Balmert · in Torque 3D Beginner · 12/03/2009 (2:10 pm) · 2 replies

Where are the player statistics held? Player jump height, max health, gravity etc.

Are these things available without source code access? Or simply unavailable in the demo? I'm pretty sure I searched every .cs file, only to have comments telling me to look in the .cc files.

Also, what happened to Energy from TGE (the blue energy bar)? Is this no longer included or is it just disabled and needs to be re-implemented?

Thanks for your time!

#1
12/03/2009 (3:28 pm)
EDIT:

Found it. Unlike the legacy demos, the datablocks for the players are found under Art... odd.

Energy still exists, but without a gui currently.

Having never used any of the T3D tools, I'm digging the datablock editor!!
#2
12/03/2009 (3:52 pm)
1) You can find a lot of that in the datablocks for the player in player.cs

2) See #1. You can edit the physics in the datablock to get players to run faster, jump higher, etc. May take some tweaking though...

3) Should be fairly easy to reimplement that, I think.

Hope that helps.