<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to File Locations</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>Recent changes to File Locations</description><atom:link href="https://sourceforge.net/p/marathon/wiki/File%20Locations/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 15 Aug 2015 18:29:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/marathon/wiki/File%20Locations/feed" rel="self" type="application/rss+xml"/><item><title>File Locations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,3 +1,6 @@
+**The Aleph One wiki has migrated! Please see:**
+**&amp;lt;https: github.com="" Aleph-One-Marathon="" alephone="" wiki="" File-Locations=""&amp;gt;**
+
 [TOC]

 * * *
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Sat, 15 Aug 2015 18:29:35 -0000</pubDate><guid>https://sourceforge.net85e0e8909a744eb7a8685fa3ce3f3ee191a7ef89</guid></item><item><title>File Locations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -53,3 +53,22 @@
 * * *
 ## Linux/*BSD ##
 &gt; ~/.alephone
+
+* * *
+# Log Files #
+Log files are named *Aleph One Log.txt* in an Aleph One standalone build, or named after the game an all-in-one build, such as *Marathon 2 Log.txt*. 
+
+* * *
+## Mac OS X ##
+&gt; ~/Library/Logs/Aleph One Log.txt
+
+* * *
+## Windows ##
+### XP ###
+&gt; C:\Documents and Settings\username\My Documents\Aleph One Log.txt
+### Vista / 7 ###
+&gt; C:\Users\username\Documents\Aleph One Log.txt
+
+* * *
+## Linux/*BSD ##
+&gt; ~/.alephone/Aleph One Log.txt
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Mon, 18 Nov 2013 20:50:48 -0000</pubDate><guid>https://sourceforge.netd94be371fd425b4c4f6931b575ba7d7669d7cddb</guid></item><item><title>WikiPage File Locations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -1,100 +1,55 @@
 [TOC]
 
-## Overview ##
-When Atque splits a Marathon map or images file, the result is a folder containing the components of that file. Similarly, when merging, a folder containing map components and/or resources is merged into one file.
+* * *
+# Preferences #
+Preferences files are usually named after the scenario they apply to (e.g. Marathon Preferences), and are located in the following locations.
 
-A map folder contains a numbered folder for each map, as well as a Resources folder, and optionally a "Level Select Names.txt" file. Each map folder can contain the level file, a merged physics file, a shapes patch, Lua and MML scripts, and a decompiled terminal text file.
+* * *
+## Mac OS X ##
+### All-In-One Apps ###
+#### Marathon ####
+&gt; ~/Library/Preferences/Marathon
+#### Marathon 2 ####
+&gt; ~/Library/Preferences/Marathon 2
+#### Marathon Infinity ####
+&gt; ~/Library/Preferences/Marathon Infinity
+### Standalone Aleph One / Third Party Scenarios ###
+&gt; ~/Library/Preferences/org.bungie.source.AlephOne
 
-The Resources folder contains folders for each type of map resource (for example, snd, PICT, and CLUT). Each of those folders contains a list of numbered resource files.
+* * *
+## Windows ##
+### XP ###
+&gt; C:\Documents and Settings\username\Local Settings\Application Data\AlephOne
+### Vista / 7 ###
+&gt; C:\Users\username\AppData\Local\AlephOne
 
-Here is an example folder:
+* * *
+## Linux/*BSD ##
+&gt; ~/.alephone
 
-* Split Map Folder
-    * 00 Waterloo Waterpark
-        * Waterloo Waterpark.sceA
-        * Waterloo Waterpark.term.txt
-    * 01 OK, Honeybunny
-        * OK, Honeybunny.sceA
-        * OK, Honeybunny.ShPa
-        * Teleporters.lua
-        * Fog.mml
-    * 02 Poor Yorick
-        * Poor Yorick.phyA
-        * Poor Yorick.sceA
-        * Poor Yorick.term.txt
-    * Level Select Names.txt
-    * Resources
-        * CLUT
-            * 01500.act
-        * PICT
-            * 01500.bmp
-            * 01600.bmp
-            * 01602.bmp
-            * 10001.bmp
-            * 10002.bmp
-            * 10003.bmp
-            * 10011.bmp
-        * snd
-            * 01500.wav
-        * TEXT
-            * 00128.txt
+* * *
+# Saved Games / Films / Screenshots / Saved Levels #
+Saved Games, Films, and Screenshots are stored in the Saved Games, Recordings, and Screenshots subdirectories respectively of the *user data* directory. Saved levels are stored in the *user data* directory directly. Additional levels, plugins, and themes can be installed in the *user data* directory, and its Plugins and Themes subdirectories, respectively. The *user data* directory is located in the following locations.
 
-## Level Data ##
-Each level is represented by a folder, the name of which must begin with the level number. This folder contains the level's data files, listed below. The extensions must match those listed below or the file will be ignored.
+* * *
+## Mac OS X ##
+### All-In-One Apps ###
+#### Marathon ####
+&gt; ~/Library/Application Support/Marathon
+#### Marathon 2 ####
+&gt; ~/Library/Application Support/Marathon 2
+#### Marathon Infinity ####
+&gt; ~/Library/Application Support/Marathon Infinity
+### Standalone Aleph One / Third Party Scenarios ###
+&gt; ~/Library/Application Support/AlephOne
 
-### .sceA ###
-Each level must have a .sceA file; these can be created using Forge, Pfhorge, Smithy, etc. Atque will use the first level in the file, even if it contains multiple levels.
+* * *
+## Windows ##
+### XP ###
+&gt; C:\Documents and Settings\username\My Documents\AlephOne
+### Vista / 7 ###
+&gt; C:\Users\username\Documents\AlephOne
 
-### .phyA ###
-(Optional) A physics file for embedding. Can be created using Anvil or Physics Editor One.
-
-### .ShPa ###
-(Optional) A shapes patch for embedding. Can be no larger than 384 kilobytes. These are Anvil 1.0.3 shapes patches; currently only Anvil can generate them.
-
-Note that the spelling .ShPa is not a typo, and is distinct from .shpA used for Aleph One's main shapes files.
-
-### .lua ###
-(Optional) Lua scripts for embedding in the level. Multiple are allowed--they are run in order alphabetically (case insensitive)
-
-### .mml ###
-(Optional) MML scripts for embedding in the level. Multiple are allowed--they are run in order alphabetically (case insensitive)
-
-### .term.txt ###
-(Optional) Decompiled terminal texts for this level. Atque uses the same format for terminals as Forge uses. See the [Forge manual](http://archives2.bungie.org/manuals/Trilogy_Manual.pdf) for more details. There are a few enhancements:
-
-* \#PICT groupings can include RIGHT to put the image to the right of the text, or CENTER to center the picture (this can be used to make a full width picture). Centered PICT groupings must not contain text. &lt;pre&gt;#PICT 10001 CENTER&lt;/pre&gt;
-* Aleph One supports a #STATIC grouping; the argument is the duration of the static, in ticks. &lt;pre&gt;#STATIC 300&lt;/pre&gt;
-
-## Level Select Names.txt ##
-The Level Select Names.txt file allows the use of different names in Aleph One's menus than are displayed in the overhead map view. It also allows naming resources, sort of like ResEdit allowed resource names for old Marathon files. One difference, if several resources share the same ID, only one name can be used.
-
-Level Select Names.txt contains a list of lines with this format:
-
-    &lt;level or resource number&gt; &lt;name&gt;
-
-Here is a sample Level Select Names.txt that makes an \[XS\] appear in front of OK, Honeybunny in the Vidmaster Oath and Setup Net Game dialogs, and also clarifies the purpose of TEXT resource 128.
-
-    1 [XS] OK, Honeybunny
-    128 Level Script MML
-
-
-## Resources ##
-The resources folder contains a folder for each type of resource stored in the map. Each resource file name must begin with the resource's ID. IDs below 128 will be ignored. For more information about which IDs are used for resources, consult the [Forge manual](http://archives2.bungie.org/manuals/Trilogy_Manual.pdf)
-
-### CLUT ###
-Only necessary for chapter screens. The ID should match the ID of the 8-bit chapter screen PICT. Atque exports these as .act files, which are Photoshop color tables. GIMP can import .act files, but can not export them. Atque can import CLUTs from both .act and .bmp, so if you don't have Photoshop, you can use an 8-bit BMP instead.
-
-### PICT ###
-Atque can import and export from/to .pct, .bmp, and .jpg. It does this by file extension, so make sure the files have the proper extensions. Atque will convert from PICT (Aleph One's internal format) to .bmp or .jpg for export when possible. There are some instances when this isn't possible:
-
-* The PICT looks like it has been altered by Cinemascope. In this case, if Atque were to export as BMP or JPEG, the Cinemascope hack would be lost when re-importing. Convert the PICT to a JPEG or BMP manually, and change the terminal file to center the PICT, which gives a full width picture without using Cinemascope.
-* The PICT contains a banded JPEG. Atque isn't able to combine banded JPEGs together, so use a tool like GraphicConverter or ImageMagick to convert the PICT to a JPEG.
-* The PICT is too complicated, or contains old QuickDraw opcodes. In this case, you will have to convert the PICT to a BMP or JPEG using QuickTime.
-
-Atque can always export pictures as BMP or JPEG that were imported from BMP or JPEG when the map file was created.
-
-### snd ###
-The actual resource type has a space in it, 'snd ', but the folder does not. Atque exports sounds to WAV, but can import from AIFF or WAV.
-
-### TEXT ###
-TEXT resources contain Lua or MML to embed.
+* * *
+## Linux/*BSD ##
+&gt; ~/.alephone
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Mon, 03 Dec 2012 01:34:09 -0000</pubDate><guid>https://sourceforge.net5cde7c0c1a18f7f186c70113a0128b9c0ed4ed08</guid></item><item><title>WikiPage File Locations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -42,24 +42,24 @@
 ## Level Data ##
 Each level is represented by a folder, the name of which must begin with the level number. This folder contains the level's data files, listed below. The extensions must match those listed below or the file will be ignored.
 
-#### .sceA ####
+### .sceA ###
 Each level must have a .sceA file; these can be created using Forge, Pfhorge, Smithy, etc. Atque will use the first level in the file, even if it contains multiple levels.
 
-#### .phyA ####
+### .phyA ###
 (Optional) A physics file for embedding. Can be created using Anvil or Physics Editor One.
 
-#### .ShPa ####
+### .ShPa ###
 (Optional) A shapes patch for embedding. Can be no larger than 384 kilobytes. These are Anvil 1.0.3 shapes patches; currently only Anvil can generate them.
 
 Note that the spelling .ShPa is not a typo, and is distinct from .shpA used for Aleph One's main shapes files.
 
-#### .lua ####
+### .lua ###
 (Optional) Lua scripts for embedding in the level. Multiple are allowed--they are run in order alphabetically (case insensitive)
 
-#### .mml ####
+### .mml ###
 (Optional) MML scripts for embedding in the level. Multiple are allowed--they are run in order alphabetically (case insensitive)
 
-#### .term.txt ####
+### .term.txt ###
 (Optional) Decompiled terminal texts for this level. Atque uses the same format for terminals as Forge uses. See the [Forge manual](http://archives2.bungie.org/manuals/Trilogy_Manual.pdf) for more details. There are a few enhancements:
 
 * \#PICT groupings can include RIGHT to put the image to the right of the text, or CENTER to center the picture (this can be used to make a full width picture). Centered PICT groupings must not contain text. &lt;pre&gt;#PICT 10001 CENTER&lt;/pre&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Mon, 03 Dec 2012 01:32:40 -0000</pubDate><guid>https://sourceforge.net3feb3c4dccde7128f8598b913f6245b0ed375a54</guid></item><item><title>WikiPage File Locations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,55 +1,100 @@
 [TOC]
 
-* * *
-# Preferences #
-Preferences files are usually named after the scenario they apply to (e.g. Marathon Preferences), and are located in the following locations.
+## Overview ##
+When Atque splits a Marathon map or images file, the result is a folder containing the components of that file. Similarly, when merging, a folder containing map components and/or resources is merged into one file.
 
-* * *
-## Mac OS X ##
-### All-In-One Apps ###
-#### Marathon ####
-&gt; ~/Library/Preferences/Marathon
-#### Marathon 2 ####
-&gt; ~/Library/Preferences/Marathon 2
-#### Marathon Infinity ####
-&gt; ~/Library/Preferences/Marathon Infinity
-### Standalone Aleph One / Third Party Scenarios ###
-&gt; ~/Library/Preferences/org.bungie.source.AlephOne
+A map folder contains a numbered folder for each map, as well as a Resources folder, and optionally a "Level Select Names.txt" file. Each map folder can contain the level file, a merged physics file, a shapes patch, Lua and MML scripts, and a decompiled terminal text file.
 
-* * *
-## Windows ##
-### XP ###
-&gt; C:\Documents and Settings\username\Local Settings\Application Data\AlephOne
-### Vista / 7 ###
-&gt; C:\Users\username\AppData\Local\AlephOne
+The Resources folder contains folders for each type of map resource (for example, snd, PICT, and CLUT). Each of those folders contains a list of numbered resource files.
 
-* * *
-## Linux/*BSD ##
-&gt; ~/.alephone
+Here is an example folder:
 
-* * *
-# Saved Games / Films / Screenshots / Saved Levels #
-Saved Games, Films, and Screenshots are stored in the Saved Games, Recordings, and Screenshots subdirectories respectively of the *user data* directory. Saved levels are stored in the *user data* directory directly. Additional levels, plugins, and themes can be installed in the *user data* directory, and its Plugins and Themes subdirectories, respectively. The *user data* directory is located in the following locations.
+* Split Map Folder
+    * 00 Waterloo Waterpark
+        * Waterloo Waterpark.sceA
+        * Waterloo Waterpark.term.txt
+    * 01 OK, Honeybunny
+        * OK, Honeybunny.sceA
+        * OK, Honeybunny.ShPa
+        * Teleporters.lua
+        * Fog.mml
+    * 02 Poor Yorick
+        * Poor Yorick.phyA
+        * Poor Yorick.sceA
+        * Poor Yorick.term.txt
+    * Level Select Names.txt
+    * Resources
+        * CLUT
+            * 01500.act
+        * PICT
+            * 01500.bmp
+            * 01600.bmp
+            * 01602.bmp
+            * 10001.bmp
+            * 10002.bmp
+            * 10003.bmp
+            * 10011.bmp
+        * snd
+            * 01500.wav
+        * TEXT
+            * 00128.txt
 
-* * *
-## Mac OS X ##
-### All-In-One Apps ###
-#### Marathon ####
-&gt; ~/Library/Application Support/Marathon
-#### Marathon 2 ####
-&gt; ~/Library/Application Support/Marathon 2
-#### Marathon Infinity ####
-&gt; ~/Library/Application Support/Marathon Infinity
-### Standalone Aleph One / Third Party Scenarios ###
-&gt; ~/Library/Application Support/AlephOne
+## Level Data ##
+Each level is represented by a folder, the name of which must begin with the level number. This folder contains the level's data files, listed below. The extensions must match those listed below or the file will be ignored.
 
-* * *
-## Windows ##
-### XP ###
-&gt; C:\Documents and Settings\username\My Documents\AlephOne
-### Vista / 7 ###
-&gt; C:\Users\username\Documents\AlephOne
+#### .sceA ####
+Each level must have a .sceA file; these can be created using Forge, Pfhorge, Smithy, etc. Atque will use the first level in the file, even if it contains multiple levels.
 
-* * *
-## Linux/*BSD ##
-&gt; ~/.alephone
+#### .phyA ####
+(Optional) A physics file for embedding. Can be created using Anvil or Physics Editor One.
+
+#### .ShPa ####
+(Optional) A shapes patch for embedding. Can be no larger than 384 kilobytes. These are Anvil 1.0.3 shapes patches; currently only Anvil can generate them.
+
+Note that the spelling .ShPa is not a typo, and is distinct from .shpA used for Aleph One's main shapes files.
+
+#### .lua ####
+(Optional) Lua scripts for embedding in the level. Multiple are allowed--they are run in order alphabetically (case insensitive)
+
+#### .mml ####
+(Optional) MML scripts for embedding in the level. Multiple are allowed--they are run in order alphabetically (case insensitive)
+
+#### .term.txt ####
+(Optional) Decompiled terminal texts for this level. Atque uses the same format for terminals as Forge uses. See the [Forge manual](http://archives2.bungie.org/manuals/Trilogy_Manual.pdf) for more details. There are a few enhancements:
+
+* \#PICT groupings can include RIGHT to put the image to the right of the text, or CENTER to center the picture (this can be used to make a full width picture). Centered PICT groupings must not contain text. &lt;pre&gt;#PICT 10001 CENTER&lt;/pre&gt;
+* Aleph One supports a #STATIC grouping; the argument is the duration of the static, in ticks. &lt;pre&gt;#STATIC 300&lt;/pre&gt;
+
+## Level Select Names.txt ##
+The Level Select Names.txt file allows the use of different names in Aleph One's menus than are displayed in the overhead map view. It also allows naming resources, sort of like ResEdit allowed resource names for old Marathon files. One difference, if several resources share the same ID, only one name can be used.
+
+Level Select Names.txt contains a list of lines with this format:
+
+    &lt;level or resource number&gt; &lt;name&gt;
+
+Here is a sample Level Select Names.txt that makes an \[XS\] appear in front of OK, Honeybunny in the Vidmaster Oath and Setup Net Game dialogs, and also clarifies the purpose of TEXT resource 128.
+
+    1 [XS] OK, Honeybunny
+    128 Level Script MML
+
+
+## Resources ##
+The resources folder contains a folder for each type of resource stored in the map. Each resource file name must begin with the resource's ID. IDs below 128 will be ignored. For more information about which IDs are used for resources, consult the [Forge manual](http://archives2.bungie.org/manuals/Trilogy_Manual.pdf)
+
+### CLUT ###
+Only necessary for chapter screens. The ID should match the ID of the 8-bit chapter screen PICT. Atque exports these as .act files, which are Photoshop color tables. GIMP can import .act files, but can not export them. Atque can import CLUTs from both .act and .bmp, so if you don't have Photoshop, you can use an 8-bit BMP instead.
+
+### PICT ###
+Atque can import and export from/to .pct, .bmp, and .jpg. It does this by file extension, so make sure the files have the proper extensions. Atque will convert from PICT (Aleph One's internal format) to .bmp or .jpg for export when possible. There are some instances when this isn't possible:
+
+* The PICT looks like it has been altered by Cinemascope. In this case, if Atque were to export as BMP or JPEG, the Cinemascope hack would be lost when re-importing. Convert the PICT to a JPEG or BMP manually, and change the terminal file to center the PICT, which gives a full width picture without using Cinemascope.
+* The PICT contains a banded JPEG. Atque isn't able to combine banded JPEGs together, so use a tool like GraphicConverter or ImageMagick to convert the PICT to a JPEG.
+* The PICT is too complicated, or contains old QuickDraw opcodes. In this case, you will have to convert the PICT to a BMP or JPEG using QuickTime.
+
+Atque can always export pictures as BMP or JPEG that were imported from BMP or JPEG when the map file was created.
+
+### snd ###
+The actual resource type has a space in it, 'snd ', but the folder does not. Atque exports sounds to WAV, but can import from AIFF or WAV.
+
+### TEXT ###
+TEXT resources contain Lua or MML to embed.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Mon, 03 Dec 2012 01:31:42 -0000</pubDate><guid>https://sourceforge.net18514935f7c78d6aa0533b92f9613c4a3c23694c</guid></item><item><title>WikiPage File Locations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/File%2520Locations/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Mon, 03 Dec 2012 00:21:07 -0000</pubDate><guid>https://sourceforge.neta71da9b8cadb42105e066fa9587f536a79e3b248</guid></item><item><title>WikiPage FileLocations modified by Jeremiah Morris</title><link>https://sourceforge.net/p/marathon/wiki/FileLocations/</link><description>[TOC]

* * *
# Preferences #
Preferences files are usually named after the scenario they apply to (e.g. Marathon Preferences), and are located in the following locations.

* * *
## Mac OS X ##
### All-In-One Apps ###
#### Marathon ####
&gt; ~/Library/Preferences/Marathon
#### Marathon 2 ####
&gt; ~/Library/Preferences/Marathon 2
#### Marathon Infinity ####
&gt; ~/Library/Preferences/Marathon Infinity
### Standalone Aleph One / Third Party Scenarios ###
&gt; ~/Library/Preferences/org.bungie.source.AlephOne

* * *
## Windows ##
### XP ###
&gt; C:\Documents and Settings\username\Local Settings\Application Data\AlephOne
### Vista / 7 ###
&gt; C:\Users\username\AppData\Local\AlephOne

* * *
## Linux/*BSD ##
&gt; ~/.alephone

* * *
# Saved Games / Films / Screenshots / Saved Levels #
Saved Games, Films, and Screenshots are stored in the Saved Games, Recordings, and Screenshots subdirectories respectively of the *user data* directory. Saved levels are stored in the *user data* directory directly. Additional levels, plugins, and themes can be installed in the *user data* directory, and its Plugins and Themes subdirectories, respectively. The *user data* directory is located in the following locations.

* * *
## Mac OS X ##
### All-In-One Apps ###
#### Marathon ####
&gt; ~/Library/Application Support/Marathon
#### Marathon 2 ####
&gt; ~/Library/Application Support/Marathon 2
#### Marathon Infinity ####
&gt; ~/Library/Application Support/Marathon Infinity
### Standalone Aleph One / Third Party Scenarios ###
&gt; ~/Library/Application Support/AlephOne

* * *
## Windows ##
### XP ###
&gt; C:\Documents and Settings\username\My Documents\AlephOne
### Vista / 7 ###
&gt; C:\Users\username\Documents\AlephOne

* * *
## Linux/*BSD ##
&gt; ~/.alephone
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremiah Morris</dc:creator><pubDate>Mon, 03 Dec 2012 00:01:34 -0000</pubDate><guid>https://sourceforge.net566ba8c97c06012f9e09d547b27dbb71fc278491</guid></item></channel></rss>