| Author |
Message |
Tom Manning Trandoshan
Joined: 27 Sep 2003
|
Posted: Nov 25, 2004 16:21 Post subject: Organizing INF |
|
|
In INF file of Secret base, (I don't know about the other Lucasarts levels, they might be the same) the INF file is organized in sections and each section is slip using a header that contains a
*/
/*
I know this has something to do with the INF file omiting this, but they have a fancy kinda banner in it too, has anyone used this before? Does it mess anything up? The little I used it in the start of my shooting gallery it worked fine, but I just want to make sure it wont get me into trouble later.
_________________ Tom Manning
For all that you hold dear on this good Earth, I bid you, Stand, Men of the West!
Aragorn: Return of the King |
|
Scape Goat Dark Trooper Phase 2
Joined: 23 Sep 2003
|
Posted: Nov 26, 2004 00:10 Post subject: |
|
|
Pretty sure those are just comment tags. Anything you put between them should be completely ignored, I would think.
|
|
Tom Manning Trandoshan
Joined: 27 Sep 2003
|
Posted: Nov 26, 2004 01:01 Post subject: |
|
|
alright good, they help SOOO much!
I'm using a banner I copied from secret bases INF and it makes it a lot easier to see what does what and to count howmany scripts you have too.
_________________ Tom Manning
For all that you hold dear on this good Earth, I bid you, Stand, Men of the West!
Aragorn: Return of the King |
|
japh Gamorrean
Joined: 30 Sep 2003
|
Posted: Nov 29, 2004 23:10 Post subject: |
|
|
| Code: |
/*
* What, you mean like this?
* Yeah, some programmers like to dress up their C code.
*/
/***********************************************************
* What, you mean like this? *
* Yeah, some programmers like to dress up their C code. *
***********************************************************/
/*
You'll note that each of these blocks starts with a
slash star and ends with a star slash. What's inside
doesn't matter.
Me, I do this.
*/
|
|
|
Tom Manning Trandoshan
Joined: 27 Sep 2003
|
Posted: Nov 30, 2004 19:48 Post subject: |
|
|
Awesome, thanks!
_________________ Tom Manning
For all that you hold dear on this good Earth, I bid you, Stand, Men of the West!
Aragorn: Return of the King |
|
|