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.

SANDBOX:help!!

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
dannyjie
Member
Member
Posts: 10
Joined: April 22nd, 2010, 2:29 am

SANDBOX:help!!

Post by dannyjie »

Im a sandbox beginer,I need someone to teach me some basic skills and programming in sandbox, can someone help me?
I will pay teaching fees after I am able to create a good game. Thanks.
Last edited by Leo_V117 on April 23rd, 2010, 4:28 am, edited 1 time in total.
Reason: Corrected Mistakes. Made text more understandable.
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: SANDBOX:help!!

Post by arcones »

Hi Danny!

First off, no need to pay! As this is a free program, there's no need to pay teaching fees! Take a look at the Tutorial and Resources section. Then, if you're having problems with coding and such, look here, at the Sandbox Support section.
Just remember to post all of you're questions as to code and building problems in the Support section!
Have a good one!

Arc :geek:
Image
Want a user bar like this one? PM Leo!
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: SANDBOX:help!!

Post by GR1M »

Be sure to search for any question's you have in the support section before asking them. If you need further help join the
chat room we will be more than grateful to help you! -->

http://sandboxgamemaker.com/wiki/index. ... t_The_Team

The source code used to make Sandbox was C++. You can find free courses, cheap books at your local book store and you can always try to buy a E-book.

But that's not what most people here use just yet, that's when you study and understand Sandbox thoroughly and be a professional before dabbling in the source code. What every one learns in the start is "Cube Script" if you have had past coding knowledge Cube Script is comprised of "if" statements pretty easy to learn. Here let me show you an example -->

Code: Select all

key1 = 0

level_trigger_1 = [
if (> $key1 0) [trigger 1 1] [echo "This door appears not to be opening"]
]

level_trigger_2 = [
if (= $key1 0) [    //so that you can't pick it up twice
key1 = (+ $key1 1)
echo "Picked up a key"
] []


A simple script in order a door to be opened by a key, easily setting the door trigger type to 11 and trigger level 1, the key trigger type to 12 and trigger level to two.

Here you can read this for now --> http://sandboxgamemaker.com/wiki/index. ... Cubescript

"And yes no need to pay us money here, by the way we are all sugar muffins."

Gr1m :twisted:
Image
Want a user bar like this one? PM Leo
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: SANDBOX:help!!

Post by Obsidian »

Hi there, this section isn't for support requests, but rather for people to post useful tutorials and resources. Next time, please post your support request in the Sandbox Support forum.

Also, please change your topic's title via the "edit post" function to more accurately describe your problem.
If you cannot do this, your topic may be locked for not obeying this rule.

Topic moved
Reason: Moved to Support
うるさいうるさいうるさい!

github: https://github.com/damianb/
dannyjie
Member
Member
Posts: 10
Joined: April 22nd, 2010, 2:29 am

Re: SANDBOX:help!!

Post by dannyjie »

thanks all,i already know how to build something in the map , but i wan to improve my map,like create a monster and fight with it
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: SANDBOX:help!!

Post by Leo_V117 »

Sorry, I wouldnt have Edited it if it wasnt so... Mixed? It contained "some1" and I hate it when someone misspells things to make words shorter. Anyway...
dannyjie wrote:

but i wan to improve my map,like create a monster and fight with it
At the moment... Sandbox doesnt support that function, One game that is currently in development will contain it though... "Project: Regen" It also depends on how you would like to "activate" the monster. Would you like it to attack you when you walk past it?
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: SANDBOX:help!!

Post by GR1M »

Umm are you forgetting about "Master Chef Ogro" your able to kill monsters. Not with weapons but with spells and such, and the monsters run after you.
Image
Want a user bar like this one? PM Leo
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: SANDBOX:help!!

Post by Leo_V117 »

Yeah... Theyre Annoying... But either way. Get MCO, Hack, Chop and Butcher it to Remove all the unwanted files. Then make your own game.
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: SANDBOX:help!!

Post by Obsidian »

rules.php#rule3b

Topic locked
Reason: Reference Rule 3B - Adequate warning given.
うるさいうるさいうるさい!

github: https://github.com/damianb/
Locked