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.

Search found 14 matches

by carter472
September 12th, 2011, 8:13 am
Forum: Sandbox General Support
Topic: Jumpvel and gravity in 2.6.1
Replies: 14
Views: 2938

Re: Jumpvel and gravity in 2.6.1

I thought of that, but that brings up another problem. I could copy the exact same map ( of the outside world ) and have the restaurant map load the copied map file of the outside world that was already set up with 200 bucks. But then would't all the quests or other sidequests that were previously d...
by carter472
September 12th, 2011, 7:26 am
Forum: Sandbox General Support
Topic: Jumpvel and gravity in 2.6.1
Replies: 14
Views: 2938

Re: Jumpvel and gravity in 2.6.1

Thanks everyone for replying so quickly. I'll try the new codes right now. I have another question, heh, I'm really getting into coding now and I'm wondering whether more and more things are possible, So right now let's say I use the same example I used before. I'm a cook and I earn money for each o...
by carter472
September 11th, 2011, 9:58 am
Forum: Sandbox General Support
Topic: Jumpvel and gravity in 2.6.1
Replies: 14
Views: 2938

Re: Jumpvel and gravity in 2.6.1

Also uhh, I realize this is kinda off topic, but I'm playing around with the coding, and how exactly does guilist work? Like for guitab, you type guitab [ apple ] guitext " An apple "chat which will get you a tab with the title apple and the text "an apple" in the tab. So how doe...
by carter472
September 11th, 2011, 9:16 am
Forum: Sandbox General Support
Topic: Jumpvel and gravity in 2.6.1
Replies: 14
Views: 2938

Jumpvel and gravity in 2.6.1

Would it be possible to change the jump velocity and gravity in platinum art sandbox 2.6.1 by use of a trigger. Say something like, superjump = [ jumpvel 10000 ] and then while in game, I press ` and type in superjump. Or maybe I could even link it to a trigger. Like level_trigger_1 = [ jumpvel 1000...
by carter472
March 16th, 2010, 2:23 am
Forum: Sandbox General Support
Topic: RPG coding help
Replies: 5
Views: 1473

RPG coding help

Hey. I'm currently trying to figure out how to code in RPG. 1. Using the Village_rpg map, I've found examples of ENT_ITEM and ENT_SPELL. But according to the description in the rpg files, there are a total of 4 entities. ENT_CHAR = 0 ENT_ITEM = 1 ENT_SPELL = 2 ENT_OBJECT = 3 Can anyone give me an ex...
by carter472
March 16th, 2010, 12:12 am
Forum: Tutorials and Resources
Topic: Making An RPG Character With Responses
Replies: 9
Views: 4984

Re: Making An RPG Character With Responses

You just put the code into your cfg. Then when you're in the game, you go into edit mode by pressing F1, and you spawn the model. For example, in edit mode, you type /spawn RGuard That would spawn the exact model specified by the code and all its conversations will be available. This also allows you...
by carter472
March 15th, 2010, 4:24 am
Forum: Sandbox General Support
Topic: Color Codes for Particles
Replies: 0
Views: 1319

Color Codes for Particles

I was messing around trying to make my own particles using the RPG. I think I generally understand how to go about doing that but there IS one problem. I can't seem to find the 32 bit RGB Color Codes used for the particles - meaning I can't change the color of the particles. All the color codes I've...
by carter472
March 8th, 2010, 4:26 am
Forum: Sandbox General Support
Topic: Making objects disappear and appear?
Replies: 2
Views: 2153

Making objects disappear and appear?

I'm building a game with a couple of my friends using FPS. We were wondering if we could make objects disappear if a certain action is done. For example, let's say we were to make a treasure box. When we touch it, it would give us say, 20 Gold. I know how to trigger it to give us 20 Gold. But AFTER ...
by carter472
January 24th, 2010, 12:51 am
Forum: Sandbox General Support
Topic: How would I Equip an Item?
Replies: 4
Views: 1222

Re: How would I Equip an Item?

Sorry for bothering. But I don't quite understand. I mean, I can understand that the previous post by offtools is a code of some sort. Sorry offtools, but could you elaborate just a bit more? I'm looking to equip items onto a character as well. Would I have to put your code to the item or bind it on...
by carter472
January 17th, 2010, 12:26 am
Forum: Sandbox General Support
Topic: Death
Replies: 3
Views: 871

Death

Hey. I'm currently stuck on dying. I know it sounds funny, but I'm wondering how characters " Die " in game. See, normally if you jump into lava or you jump off the edge of the map, you end up getting a message " Oops, you did something dangerous, press space to respawn " So, I w...