Page 1 of 1
Programing
Posted: January 25th, 2011, 9:16 am
by poserpal
Hi, i just found the Sandbox software and i wanted to know if we need any kind of programing experience to create games with it! Or can we create the games without any programing?
I'm asking because i didn't find any information about it!
Thank you.
Re: Programing
Posted: January 25th, 2011, 10:07 am
by arcones
Hi,
No programming experience is needed to map, but if you want to create dialogues, menu's, and shop systems, then
learning the scripting language of CubeScript is a good idea.
Please, any further questions place in the
Support Section.
Thanks,
Arcones
Re: Programing
Posted: January 25th, 2011, 5:29 pm
by PizzaLover101
What he said and if you want to add new stuff (ie guns) then you will probably need c and/or c++
Re: Programing
Posted: January 25th, 2011, 6:42 pm
by chocolatepie33
a simpler explanation: cubescript = the engine's programming language. C++/C = what makes the engine. Get it?
Re: Programing
Posted: January 25th, 2011, 7:19 pm
by arcones
chocolatepie33 wrote:a simpler explanation: cubescript = the engine's programming language. C++/C = what makes the engine. Get it?
Just one slight change there CP. C++/C = the programming language which makes up the engine. The scripting language is Cubescript (there actually is a difference, I've learned about it)

Re: Programing
Posted: January 25th, 2011, 7:51 pm
by chocolatepie33
that's what I said, wasn't it?
Re: Programing
Posted: January 25th, 2011, 8:13 pm
by arcones
Almost.
CubeScript = Scripting Language (functions, values, triggers, etc)
C++/C = Programming Language (Game Logic, Application Layer and so on)
Most engines such as PAS, Cube 2, or Unreal include their very own Scripting Language. Most engines are programmed in C/C++.