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 Objects and Items

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
User avatar
William
Member
Member
Posts: 53
Joined: December 11th, 2009, 1:47 pm
Name: William Folker
Location: New Braunfels, TX
Contact:

Adding Objects and Items

Post by William »

Hello all, I've been messing with Sandbox for ... I'd say maybe a couple weeks now. However, I'd like to go online to find resources to put on (such as textures, mapmodels, etc.) and I was hoping that, after a couple of failed attempts, maybe some one would be patient enough to post a step by step tutorial on how to actually put objects, textures, and things of that nature into Sandbox.

My other question is how do I make items actually capable of being picked up in the game as you play through?

Thanks very much to anyone with the time to respond :)
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Adding Objects and Items

Post by Obsidian »

I think these tutorials (if they don't totally help) may help a little.
viewtopic.php?f=24&t=127
viewtopic.php?f=24&t=327
viewtopic.php?f=24&t=293

There's probably more that are relevant in this forum regardless: viewforum.php?f=24
うるさいうるさいうるさい!

github: https://github.com/damianb/
User avatar
William
Member
Member
Posts: 53
Joined: December 11th, 2009, 1:47 pm
Name: William Folker
Location: New Braunfels, TX
Contact:

Re: Adding Objects and Items

Post by William »

Not completely. I have this site that I discovered due to another post.

http://www.gamasutraexchange.com/3d

But unfortunately, I'm not sure what type of file I would need to actually trasfer it and actually get an object file. I keep getting JPG files and ... well I'm not the big computer hacker type guy that I wish I was lol, so I'm not sure what to do, or if I just need to figure out how to use Blender.
Yes yes, I know, I am a pretty big time noob, thank you VERY much for your patience :D
bryanfblareunion
Member
Member
Posts: 24
Joined: October 21st, 2009, 11:01 am
Name: bryanfbla

Re: Adding Objects and Items

Post by bryanfblareunion »

if you want the objects to be picked up, set the trigger type to 12.

then when u walk near the object it disappears.

then in ur code u have to assign it to a variable to open doors, etc.

hope this helps :geek:
User avatar
William
Member
Member
Posts: 53
Joined: December 11th, 2009, 1:47 pm
Name: William Folker
Location: New Braunfels, TX
Contact:

Re: Adding Objects and Items

Post by William »

Where is the code, and how do I change it?

I did find out how to make the object able to be picked up so I got a smile out of that haha
Yes yes, I know, I am a pretty big time noob, thank you VERY much for your patience :D
bryanfblareunion
Member
Member
Posts: 24
Joined: October 21st, 2009, 11:01 am
Name: bryanfbla

Re: Adding Objects and Items

Post by bryanfblareunion »

To find the code, open up your PAS folder, then go to PACKAGES --> BASE--> YOUR_LEVEL.cfg

Open that file in a text editor and edit away!

Hope that helps. :geek:
Ryuzaki
Member
Member
Posts: 71
Joined: November 28th, 2009, 8:20 pm
Name: Caleb
Location: On my Mac

Re: Adding Objects and Items

Post by Ryuzaki »

It's coded in a rather different language than what most people are used to. Since this is basically a revamp of the Cube 2 engine, check out some of the tutorials here to help you get started ::
Sauerbraten Map Config and Scripting Tutorial
Image
Locked