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 .obj models in PAS 2.7.1

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
firecat
Member
Member
Posts: 1
Joined: February 16th, 2015, 5:00 pm
Name: angel moreno

adding .obj models in PAS 2.7.1

Post by firecat »

hi am here to stay dont worry about me leaving ;) so the question i want to ask is:

how to add .obj models in PAS 2.7.1?

i try the wiki but its outdated and no help :cry: and when i try to search the forums i found little to no help. i do have it on the list but the model itself cant be found so that means the code(s) that i been adding is wrong. i know that it should be simple but its not simple if the codes dont work, so please help me find this simple code :|
User avatar
Shizza04
Member
Member
Posts: 5
Joined: February 24th, 2015, 4:35 pm
Name: New: Shizza04 Old:Ozz73
IRC Username: Shizza04

Re: adding .obj models in PAS 2.7.1

Post by Shizza04 »

Ok, so you should have your model already made, right?

if so, then continue.

First, what you want to do is make a new folder in you models directory, and for this case, we'll name it "test".
(models directory is usually in PlatinumArtsSandbox/packages/models)
Put your model in there, and make sure it is called "tris.obj"
Then, open notepad and type in this:

Code: Select all

mdlscale 1000
Then, once you save it, click where it says "Text Documents (*.txt)"
Click "All Files (*.*)"
Name it "obj.cfg".
Then, save the cfg file and drag that to your model's folder.
Once you have done all that, drag your model's texture file into the model's folder, and name it "skin".

Once this is done, launch PAS and create a new map.
Press your chat key, and type in "/mmodel test"

Open your Mapmodel GUI and click the last tab.
Your model should be there.
Then, you click it.

Hope this helps!
Locked