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.

My .obj mmodel skin won't load!

Chat and ask questions about the RPG Maker Mode here.
Post Reply
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

My .obj mmodel skin won't load!

Post by lzrstrm »

The skin or the texture's for my three .obj mmodels won't load or aern't working.
on the left is a pile of logs, on the right is a rock/stone, and in the middle is a warrior im going to use as an enemy.
My first mmodel I imported to PAS was an old man that I used as a Grandpa, it worked fine with the following code in the obj.cfg file I made for it

Code: Select all

objload tris.obj
objskin skin.jpg
mdlscale 100
But when I use the same code in the obj.cfg file for the other models, the .obj loads but the texture won't
Does anyone know a solution?
Do I have to call the skin.jpg something different for each file?
Virus 44
Image
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Re: My .obj mmodel skin won't load!

Post by lzrstrm »

Hereare the pics for them
Attachments
screenshot_280283.png
screenshot_275353.png
screenshot_261984.png
Virus 44
Image
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: My .obj mmodel skin won't load!

Post by Mike »

skin.jpg = whatever you named the skin when you actually made the model. So it could be a variety of names. Take care.
-mike
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: My .obj mmodel skin won't load!

Post by Hirato »

also the first argument for *skin is the name of the mesh you're skinning.
If the file names are tris.obj and skin.jpg/png/tga/whatever - you can just ignore the objload and the objskin stuff in the cfg, that'll be applied implicitly
This is not a url, clicking it is pointless
Post Reply