![]() |
|
Comments - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7) +--- Forum: Discovery Mod General Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=37) +--- Thread: Comments (/showthread.php?tid=18106) |
Comments - Friday - 03-20-2009 Is it possible to include //comments into the txt files for Freelancer? Would it add too much data to them? Or make script scans of the files impractical? If it is merely a case of no-one getting around to doing it - I am putting my hand up for it, as a part of my own learning process! Comments - Linkero - 03-20-2009 txt files......which ones? if you are talking about flconfigdatabase.txt, then // is the proper commenting Ex. // This is a comment Now if you mean the .ini files, then the proper commenting would be ; Ex. ; This is a comment If its not those two types, then you may want to be a bit more specific Comments - Friday - 03-20-2009 ; Yes, commenting in general is what I was talking about. ; It would involve me learning what .ini entries actually mean. ; Then making a comment to head up that entry. ; eg: Lib_01_Base_01 = What? |