News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 389
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 281
Total: 281

Author Topic: [How Do I...] Commenting In TL Game Files  (Read 917 times)

0 Members and 133 Guests are viewing this topic.

[How Do I...] Commenting In TL Game Files
« on: »
What's a safe way to insert comments into TL's working files (.DAT, .LAYOUT, .IMAGESET, etc.)?

I kind of remember someone saying you can do this by starting your comment line with a double of any character (like "//" in the old doom .cfg files LOL) - can anyone confirm or refute this?

Thanks!

Share on Bluesky Share on Facebook


Re: [How Do I...] Commenting In TL Game Files
« Reply #1 on: »
In the item editor there is a notes section.  I tested it out and looked at the code.  Not sure if this is what you are looking for, but it might work in other areas.

<NOTE>NOTES:testing the notes area

Re: [How Do I...] Commenting In TL Game Files
« Reply #2 on: »
I've not tried this, but you might be able to use the standard for comments in HTML and XML files. <!-- comment here -->

Code: [Select]
<!-- Anything between the two tags is commented out. -->
<data>
        <data-field1></data-field1>
        <data-field2></data-field2>
        <data-field3></data-field3>
 </data>
<!--
<data>
        <data-field1></data-field1>
        <data-field2></data-field2>
        <data-field3></data-field3>
 </data>
-->
« Last Edit: September 21, 2014, 04:14:53 am by Wolven »

Re: [How Do I...] Commenting In TL Game Files
« Reply #3 on: »
Thanks RnF and Wolven! Will try both.

Will probably use both too, since the in-GUTS method seems covenient and the XML method seems good when using a text editor.


 

Recent Topics+-