Need help changing config file

Monkey Forums/Monkey Programming/Need help changing config file

ondesic(Posted 2013) [#1]
I canged the project's config file to accept txt files with the extension "*.kdk", however, it doesn't seem to be working. Is the somewhere else I should make a change?

#TEXT_FILES="*.txt|*.xml|*.json|*.kdk"


therevills(Posted 2013) [#2]
You should be able to add that line to the top of your main source code file.


ondesic(Posted 2013) [#3]
So I don't add this to the Config.Monkey file?