<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://3dfxdev.net/edgewiki/index.php?action=history&amp;feed=atom&amp;title=How_to_autoload_files</id>
		<title>How to autoload files - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://3dfxdev.net/edgewiki/index.php?action=history&amp;feed=atom&amp;title=How_to_autoload_files"/>
		<link rel="alternate" type="text/html" href="https://3dfxdev.net/edgewiki/index.php?title=How_to_autoload_files&amp;action=history"/>
		<updated>2026-06-06T16:27:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.0</generator>

	<entry>
		<id>https://3dfxdev.net/edgewiki/index.php?title=How_to_autoload_files&amp;diff=285&amp;oldid=prev</id>
		<title>Corbin: Created page with &quot;There is a way for modders/etc to &quot;autoload&quot; files into 3DGE:  =Autoloading WADS with a shortcut= This is a good method to use if you want to play many mods for 3DGE that cons...&quot;</title>
		<link rel="alternate" type="text/html" href="https://3dfxdev.net/edgewiki/index.php?title=How_to_autoload_files&amp;diff=285&amp;oldid=prev"/>
				<updated>2015-06-08T22:51:10Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;There is a way for modders/etc to &amp;quot;autoload&amp;quot; files into 3DGE:  =Autoloading WADS with a shortcut= This is a good method to use if you want to play many mods for 3DGE that cons...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There is a way for modders/etc to &amp;quot;autoload&amp;quot; files into 3DGE:&lt;br /&gt;
&lt;br /&gt;
=Autoloading WADS with a shortcut=&lt;br /&gt;
This is a good method to use if you want to play many mods for 3DGE that consist of multiple files. This is not technically autoloading (because you need to create a batch file). To do this, first create a shortcut to 3DGE.exe on the desktop, or anywhere that suits your needs. Then right-click on it, and go to “Properties”. In the “Link to...” box, by default you should see:&lt;br /&gt;
&lt;br /&gt;
 C:\directory\3DGE.exe&lt;br /&gt;
&lt;br /&gt;
In this box, add the following commandline:&lt;br /&gt;
&lt;br /&gt;
 '''-file &amp;lt;file1&amp;gt; &amp;lt;file2&amp;gt; &amp;lt;file3&amp;gt; &amp;lt;file4&amp;gt; ...'''&lt;br /&gt;
&lt;br /&gt;
And so on, replacing the example with the names of the files of your choice. Put a space between the filenames.&lt;br /&gt;
For example, if you wanted to play a mod named doomhell.wad with additional patches coolweap.wad and newenemy.wad (yes, obviously the example lacks creativity), your command line should look like this:&lt;br /&gt;
&lt;br /&gt;
 C:\directory\3DGE.exe '''-file doomhell.wad coolweap.wad newenemy.wad'''&lt;br /&gt;
&lt;br /&gt;
The -file parameter will assume that, if a filename is missing the extension, that file is a WAD file. Since the “Link to...” can only contain 255 characters, it is a good idea to omit the .WAD extensions when loading a very large number of files.&lt;br /&gt;
&lt;br /&gt;
==DDF==&lt;br /&gt;
&lt;br /&gt;
[[DDF]] can autoload external files (sounds, images, etc) if the DDF parameters are set to do such a thing.&lt;br /&gt;
&lt;br /&gt;
If you use -DDF, you can autoload a set of DDF files (default doom_ddf). To load one at a time, just use the -file parameter (or alternatively, drag 'n' drop).&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Corbin</name></author>	</entry>

	</feed>