Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Dimensions for character and world objects... Doors etc.

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
kreh8or
Member
Member
Posts: 8
Joined: December 29th, 2012, 1:27 pm

Dimensions for character and world objects... Doors etc.

Post by kreh8or »

Hi,

I've imported some Dev textures (like those used in source game engine games) into PAS and found that the characters inside PAS are kinda large. Is the eye level for characters easy to change?

I could go about setting up my game dimension standards in a few different ways still. I'm not going to get too crazy but I would like to import a .obj set to a standard door size and some other things like that. Just to keep things consistent.

Thanks for any advice :)
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Dimensions for character and world objects... Doors etc.

Post by chocolatepie33 »

kreh8or wrote:Is the eye level for characters easy to change?
Not quite. That's actually a considerably common request, and it's likely a variable within the source code. However, you can edit a model's configuration file (.cfg) to change the size of the model using the mdlscale ## command.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Dimensions for character and world objects... Doors etc.

Post by Hirato »

the RPG uses the model's parameters.

mdlbb can be used to explicitly set the bounding box and the eyelevel, the eye level being the 3rd argument and it's a numerical multiplier against your height. eg 0.9 will place the eyes at 90% of your height.
This default is good enough for 99.99% of cases.
This is not a url, clicking it is pointless
kreh8or
Member
Member
Posts: 8
Joined: December 29th, 2012, 1:27 pm

Re: Dimensions for character and world objects... Doors etc.

Post by kreh8or »

chocolatepie33 wrote:However, you can edit a model's configuration file (.cfg) to change the size of the model using the mdlscale
This will be very helpful. Thank you.
Hirato wrote:mdlbb can be used to explicitly set the bounding box and the eyelevel, the eye level being the 3rd argument and it's a numerical multiplier against your height. eg 0.9 will place the eyes at 90% of your height.
This default is good enough for 99.99% of cases.
This makes sense with the potential of having many different character types, of different sizes, like in most RPG's... It wouldn't be right to have a large character at the same eye level as a dwarf or something. This is great news to me. I will be experimenting with these settings A.S.A.P.
Locked