Hi All Sandbox Developers,
Like a lot of game development platforms there is never enough documentation on programming a game, there is very little information
on interaction with the NPC's or any procedures.
I know the stock answer on this forum is do a search on the forum, and look at the documentation in the download, but be honest with
yourselves, you software developers know how it works, but you are not sharing your knowledge with us.
We need examples of programming, otherwise Sandbox is just another game to play. I challange anybody to find any relevant
scripting information on this engine ?.
Cheers
Oziie Dave
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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
The problem with the latest SandBox
- kid matthew
- Developer
- Posts: 468
- Joined: August 11th, 2009, 5:28 pm
- Name: Matthew
- IRC Username: Kid_matthew
- Location: Land of Sandbox.
Re: The problem with the latest SandBox
Check wiki. or go to IRC to talkto Dev.
Lost Lands Work In Progress <3 viewtopic.php?f=10&t=2522 <3
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: The problem with the latest SandBox
As of recently (Friday, haven't been on since Thursday), I've been working on an "ultimate scripting guide" on the wiki. Check it out if you want.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Re: The problem with the latest SandBox
BAM challenge metozziedave wrote: We need examples of programming, otherwise Sandbox is just another game to play. I challange anybody to find any relevant
scripting information on this engine ?.
http://sandboxgamemaker.com/wiki/index. ... Cubescript
there are also all the examples we provide with sandbox
A lot of stuff isn't implemented yet and our first priority is to finish them. NPCs are but one of the victims.ozziedave wrote: there is very little information on interaction with the NPC's or any procedures.
you software developers know how it works, but you are not sharing your knowledge with us.
We know documentation is sparse, we only have so much time to work on sandbox; we chose to focus on implementation rather than documentation for now.
With that said, your first venue of aid should be the above wiki article (if you're unfamiliar with cubescript)
the second; you should look through our current repertoire of scripts for something similar to what you wish to accomplished (ie, examples!)
finally; if none of those give you the answer you want, you'd ask; IRC would probably be the better choice for more intricate things
This is not a url, clicking it is pointless
Re: The problem with the latest SandBox
its very tricky to understand that hirato - Its good, but from a beginner to coding's perspective in particular, you get stuck from the word alias (I know I did lol)
ozziedave - believe me I understand your frustration - when I first started sandbox I couldn't understand why there was so little documentation, that wasnt all found on, say, one unified site, that was easy to understand. HOWEVER its no ones fault! The developers here are trying their best and have SO MANY projects and tasks to do still yet its not even funny.
ozziedave - believe me I understand your frustration - when I first started sandbox I couldn't understand why there was so little documentation, that wasnt all found on, say, one unified site, that was easy to understand. HOWEVER its no ones fault! The developers here are trying their best and have SO MANY projects and tasks to do still yet its not even funny.
I'm taking modelling requests again - any models you want created,skinned or animated (or all 3) leave a post here:
viewtopic.php?f=9&t=2704&start=0
My tutorial site - still under construction, but lots of good stuff there:
http://pasandbox.webs.com/
viewtopic.php?f=9&t=2704&start=0
My tutorial site - still under construction, but lots of good stuff there:
http://pasandbox.webs.com/
- InHumanUnit
- Member
- Posts: 1450
- Joined: May 22nd, 2010, 7:23 am
- Name: Ian, Haiku, I got alot ;)
- Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
- Contact:
Re: The problem with the latest SandBox
Iused to be a noob scripter, yrt now I know a lot.
Ex:
MD5 load "mesh.md5" md5skin "Zombie" skin.jpg
(If anyone wants the full script, just PM me, its a zombie model BTW.)
Ex:
MD5 load "mesh.md5" md5skin "Zombie" skin.jpg
(If anyone wants the full script, just PM me, its a zombie model BTW.)
-
- Member
- Posts: 1
- Joined: December 20th, 2010, 11:41 am
Re: The problem with the latest SandBox
I need help... Im using a mac os x, and when i try to start sandbox, it says, "Try moving the game folder contain sandbox so that the path doesn't contain weird characters, or start sandbox manually." What do i do?