<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=SM3_FAQ</id>
	<title>SM3 FAQ - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=SM3_FAQ"/>
	<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=SM3_FAQ&amp;action=history"/>
	<updated>2026-04-21T05:46:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=SM3_FAQ&amp;diff=1436&amp;oldid=prev</id>
		<title>Qrow: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=SM3_FAQ&amp;diff=1436&amp;oldid=prev"/>
		<updated>2026-02-24T05:59:31Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:59, 23 February 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Qrow</name></author>
	</entry>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=SM3_FAQ&amp;diff=1435&amp;oldid=prev</id>
		<title>intermisc/gamedev&gt;Flozi: recat to deprecated</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=SM3_FAQ&amp;diff=1435&amp;oldid=prev"/>
		<updated>2013-10-27T19:27:55Z</updated>

		<summary type="html">&lt;p&gt;recat to deprecated&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Deprecated}}[[Engine_Development|Development]] &amp;lt; [[Map_development|Map Development]] &amp;lt; {{FULLPAGENAME}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Frequently Asked Questions on SM3 =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is DevIL ==&lt;br /&gt;
DevIL is the Image Loading library that spring uses.&lt;br /&gt;
http://openil.sf.net/&lt;br /&gt;
&lt;br /&gt;
DevIL supports loading of bmp, dds, gif, jpg, png, pcx, psd, psp, tga, raw, pal, tif, pal, sgi, hdr among others.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Map Size (x) should be equal to GameAreaW and GameAreaH&amp;quot;? ==&lt;br /&gt;
For the map to load you need to add these two variables to your .sm3:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
	GameAreaW=xxx;&amp;lt;br&amp;gt;&lt;br /&gt;
	GameAreaH=xxx;&amp;lt;br&amp;gt;&lt;br /&gt;
The map size(note, not the heightmap size which is map 1 pixel) width/height goes here.&lt;br /&gt;
&lt;br /&gt;
== How do I use external textures? ==&lt;br /&gt;
Create a modinfo.tdf textfile in your mapname.sdd. It should contain:&lt;br /&gt;
&lt;br /&gt;
[MOD]&amp;lt;br&amp;gt;&lt;br /&gt;
{&amp;lt;br&amp;gt;&lt;br /&gt;
Name=mapname;&amp;lt;br&amp;gt;&lt;br /&gt;
Description=your description here;&amp;lt;br&amp;gt;&lt;br /&gt;
ModType=0;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
NumDependencies=1;&amp;lt;br&amp;gt;&lt;br /&gt;
Depend0=texturefilename.sd7;&amp;lt;br&amp;gt;&lt;br /&gt;
}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will tell Spring to look in the directory where your map is located(eg. \maps\) for the textures you have specified in the SM3. Example:&lt;br /&gt;
&lt;br /&gt;
[Rock]&amp;lt;br&amp;gt;&lt;br /&gt;
{&amp;lt;br&amp;gt;&lt;br /&gt;
TileSize=60;&amp;lt;br&amp;gt;&lt;br /&gt;
File=textures/rock/rock.jpg;&amp;lt;br&amp;gt;&lt;br /&gt;
Bumpmap=textures/rock/rock_normal.jpg;&amp;lt;br&amp;gt;&lt;br /&gt;
}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which would tell Spring that your texture is at texturefilename.sd7/textures/rock/rock.jpg.&lt;/div&gt;</summary>
		<author><name>intermisc/gamedev&gt;Flozi</name></author>
	</entry>
</feed>