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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Search found 419 matches
- October 17th, 2015, 3:47 pm
- Forum: Project Discussion - Promote/Show Off Your Games, Mods, Maps, Etc!
- Topic: Tiny Mushroom Island
- Replies: 2
- Views: 17199
Tiny Mushroom Island
Here is a tiny mushroom island I created using https://github.com/Hirato/lamiae, which is a game engine created by Hirato, who made the RPG mode for Platinum Arts Sandbox. http://www.tinyworlds.org/uploads/2/1/4/3/21434776/9314696_orig.jpg http://www.tinyworlds.org/uploads/2/1/4/3/21434776/1448030_o...
- April 22nd, 2013, 11:34 am
- Forum: Sandbox General Support
- Topic: How impor into PAS a .obj model and .mtl texture?
- Replies: 9
- Views: 8384
Re: How impor into PAS a .obj model and .mtl texture?
Obj is plain text, too
Pas does not need the .mtl file.
Also, I created a tool to help one with creating the configuration files for obj models: viewtopic.php?f=24&t=4207&start=0

Also, I created a tool to help one with creating the configuration files for obj models: viewtopic.php?f=24&t=4207&start=0
- April 12th, 2013, 3:20 pm
- Forum: Tutorials and Resources
- Topic: [UTILITY][DEV] Sandbox RPG Builder
- Replies: 4
- Views: 20277
Re: [UTILITY][DEV] Sandbox RPG Builder
You may be wondering, why I've called it an "RPG Builder". Well, it's simple. The simplified interface of the utility includes a user-friendly Drag&Drop, or Click&Code, programming system. Allowing you to choose from a variety of different rpg_script components and add them to you...
- April 6th, 2013, 12:56 pm
- Forum: RPG Maker Mode
- Topic: Enemy wont use item [SOLVED]
- Replies: 10
- Views: 21860
Re: Enemy wont use item [SOLVED]
You simply could "fake" flying by increasing the Z value of the model. This can be either done by using a 3D modeling program, such as Blender, or by adding to the cfg of the dragon model (I think it is located in packages/models/rpg/) something like this: mdltrans 0 0 40 mdltrans X Y Z Tr...
- April 3rd, 2013, 11:21 am
- Forum: Sandbox General Support
- Topic: Is there any extensive beginner tutorial?
- Replies: 2
- Views: 3458
Re: Is there any extensive beginner tutorial?
I'm feeling too lazy too explain that again. That are some common question you asked (and I now the answer for them), being asked again and again..
Yeah, the documentation does suck..
Yeah, the documentation does suck..
- April 3rd, 2013, 11:18 am
- Forum: RPG Maker Mode
- Topic: Unable to change maps correctly following the tutorials
- Replies: 3
- Views: 3717
Re: Unable to change maps correctly following the tutorials
I do all of that and I can change from map tutorial1 to tutorial2, but can't get back to tutorial1 from there. I think the problem is that it only allows me to select 0 or -1 as the index for a trigger. I can't make a trigger with index 1, so I can't use 12.cfg I'm assuming you are not using the mo...
- April 3rd, 2013, 11:08 am
- Forum: Tutorials and Resources
- Topic: [tool] PAS Obj Importer
- Replies: 3
- Views: 4170
Re: [tool] PAS Obj Importer
No problem. I created the tool to save work for our project Kelgar.Ghostman Gaming wrote:Cool thanks kddekadenz
- April 2nd, 2013, 9:49 am
- Forum: Tutorials and Resources
- Topic: [tool] PAS Obj Importer
- Replies: 3
- Views: 4170
Re: [tool] PAS Obj Importer
Updated!
changes included in 0.2:
- added bumpmap support
- fixed issue when loading obj under Windows (I forgot that for Linux for the paths / is used and for Windows \)
https://sourceforge.net/projects/pasobj/files/
changes included in 0.2:
- added bumpmap support
- fixed issue when loading obj under Windows (I forgot that for Linux for the paths / is used and for Windows \)
https://sourceforge.net/projects/pasobj/files/
- April 1st, 2013, 11:26 am
- Forum: Sandbox General Chat
- Topic: Should I return? [Leo_V117]
- Replies: 5
- Views: 5910
Re: Should I return? [Leo_V117]
I wonder why you have to make a poll for this.. If you want to come back, simply do so..
- April 1st, 2013, 11:24 am
- Forum: RPG Maker Mode
- Topic: Enemy wont use item [SOLVED]
- Replies: 10
- Views: 21860
Re: Enemy wont use item [SOLVED]
Erh, what?