Do these two file types use different languages? I can understand most .cfg files, but none of the .cpp files, or very little.
If so what language do the .cpp files use?
Thanks,
Owen.
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.
.cfg files and .cpp files
.cfg files and .cpp files
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/
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: .cfg files and .cpp files
.cpp files are C++ files. Those, as you know, make up the source code, along with .h files, which are part of .cpp files.
.cfg files are generic configuration files. They tell programs how to do things. Sandbox's .cfg files are written in CubeScript, which is basically a simplified, renamed version of C++.
guitext in Cubescript is like cout in C++. They both show text on the screen. That's what I mean by renamed.
Hope this helps. (I can tell already- you're turning into me!)
.cfg files are generic configuration files. They tell programs how to do things. Sandbox's .cfg files are written in CubeScript, which is basically a simplified, renamed version of C++.
guitext in Cubescript is like cout in C++. They both show text on the screen. That's what I mean by renamed.
Hope this helps. (I can tell already- you're turning into me!)
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
