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.

adding models

Learn more on how to use Sandbox, or submit your own tutorials or resources.
Post Reply
siimvuss
Member
Member
Posts: 410
Joined: August 19th, 2009, 1:27 am
Name: S
IRC Username: S
Location: Estonia

adding models

Post by siimvuss »

nemix dint understand how to get models into sandbox so I decided to make a tutorial.
it isnt a complete tutorial because I couldnt get it to load skin and I didnt even try animations but I hope this helps someone and everyone feel free to add sth here

First you need a model which is in .md2; .md3; .md5 or .obj format.
Then make some folders so the final result is like this:
"Platinum arts sandbox 2.4/my stuff/packages/models"
then make a folder which has the name you want into models folder.
for example: "Platinum arts sandbox 2.4/my stuff/packages/models/human"
Then you need to copy your model and its skin into your model folder (in current case human).
then rename the model file to tris (if its a md3 file then tris.md3 and so on)
now place your texture into the same folder.
rename the texture file to skin (if its a png file then skin.png).
now you need a configuration file.
create a text document and rename it to your model format .cfg (for example md3.cfg).
if you are using .md3 then write the following into the .cfg file:
md3load tris.md3
md3skin skin.png
now open up sandbox.
create a new map.
write the following into command line while being in editmode:
mmodel your models location
in current case: mmodel human
now press f1 and the last model on the list should be your model.
Post Reply