Jump to content

GFG file Keywords


SirJoab

Recommended Posts

Hey guys, I'm just getting started on modding in KSP... having a blast too. :D

Where can I find a full list of keywords for cfg files? I'm seeing things in different CFGs like "isAlwaysActive" or "activateGUIName".

Also, is there any way to create IF or any type of conditional statements in a CFG file, or do those kind of things need to be in a plugin?

Link to comment
Share on other sites

http://wiki.kerbalspaceprogram.com/wiki/CFG_File_Documentation

Somewhat outdated, but a good starting point.

Also, is there any way to create IF or any type of conditional statements in a CFG file, or do those kind of things need to be in a plugin?

A plugin would be your best bet, since CFG files don't support the traditional IF-ELSE conditionals.

Link to comment
Share on other sites

The config files map to the public variables on the module classes, so an assembly browser will allow you to see the full and up to date list (although it's not entirely two way, not all of them will be usable in config files). If you do get into plugin writing then any .NET IDE is likely to come with one - MonoDevelop/Xamarin Studio, SharpDevelop, Visual Studio Express etc.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...