Page 1 of 1

Spawning problem and strange textures.

Posted: Sat May 17, 2008 9:04 pm
by Matte
I have some problems with the map I made. I made it with Torque Constructor and placed textures and entities in it with RFEditPro. This is what I did:

- Entity PlayerSetup
- Entity PlayerStart
- Wall and ceiling texture (grey stones)
- Floor texture (concrete)

This is the result:

- I spawn stuck in the roof. I can't move until I press the "C" button to Crouch.
- All the textures look weird.
- I jump really high

A cause I thought up myself:

- Jump height is too much (how do I reduce it?)
- I made the map too small
- The properties of PlayerSetup and PlayerStart are bad, I should edit them

Can anyone help me?

Re: Spawning problem and strange textures.

Posted: Sun May 18, 2008 1:22 pm
by Jay
Yes it seems your map is too small, but that's no problem, because you can size down the player and the textures too:

For the player, change the PlayerScale in PlayerSetup
For the textures, change the texture scale in the face attributes

Re: Spawning problem and strange textures.

Posted: Sun May 18, 2008 5:37 pm
by Matte
Thanks for the help!