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 3 matches

by TheGreatStone
September 9th, 2010, 10:21 pm
Forum: Sandbox General Support
Topic: SSP Pickups - Scripting
Replies: 6
Views: 1975

Re: SSP Pickups - Scripting

I think the real concern is that I don't understand the guts of the engine. I can't figure out how game_ssp.cfg interacts with ssp.cpp and myLevel.cfg.
If I wanted things to happen (doors open & close, etc.) based on the number of coins the character picks up, how would I do that?
by TheGreatStone
September 9th, 2010, 8:48 pm
Forum: Sandbox General Support
Topic: SSP Pickups - Scripting
Replies: 6
Views: 1975

Re: SSP Pickups - Scripting

I'm editing in SSP.
by TheGreatStone
September 9th, 2010, 5:26 pm
Forum: Sandbox General Support
Topic: SSP Pickups - Scripting
Replies: 6
Views: 1975

SSP Pickups - Scripting

Hi all, I'm pretty new to this engine, but I'm not new to coding/scripting. I'm working with a dev team that wants to make a SSP puzzle game, which means we need triggers or trigger-like objects. Triggers don't seem to work in SSP, so I was wondering if and how and where I could go about tweaking pi...