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.

.cfg files and .cpp files

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
owenisred
Member
Member
Posts: 452
Joined: August 9th, 2010, 9:33 am
Name: Owen

.cfg files and .cpp files

Post by owenisred »

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.
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/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: .cfg files and .cpp files

Post by chocolatepie33 »

.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!)
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Locked