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. If you have any questions please e-mail me through the Platinum Arts website.
Search found 8 matches
- September 12th, 2010, 11:04 pm
- Forum: Sandbox General Support
- Topic: [SOLVED] Default character in game
- Replies: 15
- Views: 1358
Re: Default character in game
Hey! This is awesome! This is the one that I'm looking for. Thanks dude! About making default custom char, no need to do hard labour. Just backup rc folder and replace all the rc model and .cfg file with your own custom model and rename it with original rc name on that folder so that it will overwri...
- September 8th, 2010, 8:21 pm
- Forum: Sandbox General Support
- Topic: How do I import playermodels filed RAR.?
- Replies: 27
- Views: 1997
Re: How do I import playermodels filed RAR.?
I recommend TUGZip.. But other archive extractor works fine such as PKZip and 7-Zip... 
- September 8th, 2010, 8:08 pm
- Forum: Sandbox General Support
- Topic: [SOLVED] Default character in game
- Replies: 15
- Views: 1358
Re: Default character in game
Same here.. I've tried looking for more info inside the header file there, but no luck.. 
- September 8th, 2010, 7:38 am
- Forum: Sandbox General Support
- Topic: [SOLVED] Default character in game
- Replies: 15
- Views: 1358
Re: Default character in game
I know a little bit of C++.. I'm learning programming language like Python too.. Have you try editing this function? static const playermodelinfo playermodels[8] = { { "rc", "rc/blue", "rc/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "rc", "rc_blue"...
- September 7th, 2010, 3:41 am
- Forum: Sandbox General Support
- Topic: [SOLVED] Default character in game
- Replies: 15
- Views: 1358
[SOLVED] Default character in game
How can I change my default character in this game from RoboChimp to other custom character I made automatically when the game is loaded? Sorry if this is a dumb question.. But I had to ask for the sake of my game. 
- September 6th, 2010, 7:35 pm
- Forum: Sandbox General Support
- Topic: [SOLVED] How to rename spawn with specific name?
- Replies: 4
- Views: 569
Re: How to rename spawn with specific name?
It's working! Thanks to all who help me solved this problem. I love PAS because it has a great 3d game maker and great community!
- September 5th, 2010, 8:52 pm
- Forum: Sandbox General Support
- Topic: [SOLVED] How to rename spawn with specific name?
- Replies: 4
- Views: 569
Re: How to rename spawn with specific name?
No. Not whitespace. But how to create specific spawn spot for specific entity such as NPC, so that each NPC can be automatically spawned at their specific spot each time the map is loaded just like village_rpg map.
- September 4th, 2010, 6:16 pm
- Forum: Sandbox General Support
- Topic: [SOLVED] How to rename spawn with specific name?
- Replies: 4
- Views: 569
[SOLVED] How to rename spawn with specific name?
Hello. I'm really new to PAS. I want to know how to name the specific spawn spot in RPG mode. From the vilage_rpg map, in edit mode I found that there are many spawn spots that has their unique name such as "spawn: elder" and "spawn: pieman" while in their cfg file there is the d...