<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.tt-wiki.net/index.php?action=history&amp;feed=atom&amp;title=Variable%3Asprite</id>
	<title>Variable:sprite - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.tt-wiki.net/index.php?action=history&amp;feed=atom&amp;title=Variable%3Asprite"/>
	<link rel="alternate" type="text/html" href="https://www.tt-wiki.net/index.php?title=Variable:sprite&amp;action=history"/>
	<updated>2026-05-17T09:49:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.tt-wiki.net/index.php?title=Variable:sprite&amp;diff=5147&amp;oldid=prev</id>
		<title>Orudge: 9 revisions</title>
		<link rel="alternate" type="text/html" href="https://www.tt-wiki.net/index.php?title=Variable:sprite&amp;diff=5147&amp;oldid=prev"/>
		<updated>2011-06-13T17:45:00Z</updated>

		<summary type="html">&lt;p&gt;9 revisions&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-GB&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 17:45, 13 June 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&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>Orudge</name></author>
	</entry>
	<entry>
		<id>https://www.tt-wiki.net/index.php?title=Variable:sprite&amp;diff=5146&amp;oldid=prev</id>
		<title>Orudge: Reverted edits by Apedizivif (Talk) to last version by Ollj</title>
		<link rel="alternate" type="text/html" href="https://www.tt-wiki.net/index.php?title=Variable:sprite&amp;diff=5146&amp;oldid=prev"/>
		<updated>2010-12-07T17:34:59Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/wiki/Special:Contributions/Apedizivif&quot; title=&quot;Special:Contributions/Apedizivif&quot;&gt;Apedizivif&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:Apedizivif&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Apedizivif (page does not exist)&quot;&gt;Talk&lt;/a&gt;) to last version by &lt;a href=&quot;/index.php?title=User:Ollj&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Ollj (page does not exist)&quot;&gt;Ollj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;These are the inividual sprites for the object.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;id&amp;#039;&amp;#039;&amp;#039; = Number of the sprite&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;xofs&amp;#039;&amp;#039;&amp;#039; = The X offset&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;yofs&amp;#039;&amp;#039;&amp;#039; = The Y offset&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;chunked&amp;#039;&amp;#039;&amp;#039; = If it is chunked&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;copy&amp;#039;&amp;#039;&amp;#039; = Duplicates the previous sprite&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;hasdata&amp;#039;&amp;#039;&amp;#039; = If it has an image&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;pngfile&amp;#039;&amp;#039;&amp;#039; = The .png image file&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The X and Y offsets are the offset from the vehicle centre to the top left corner of the sprite.  For example, if the notional vehicle centre is at pixel (5,12) then you would put xofs=&amp;quot;-5&amp;quot; and yofs=&amp;quot;-12&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you decompiled with locotool.exe parameter &amp;quot;-s&amp;quot; (puts all sprites in a single *.png instead of one *.png for each sprite) you can also set:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;width&amp;#039;&amp;#039;&amp;#039; = width of the sprite from the *.png (goes right from &amp;#039;&amp;#039;&amp;#039;xofs&amp;#039;&amp;#039;&amp;#039;)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;height&amp;#039;&amp;#039;&amp;#039;= height of the sprite from the *.png (goes down from &amp;#039;&amp;#039;&amp;#039;yofs&amp;#039;&amp;#039;&amp;#039;)&amp;lt;br&amp;gt;&lt;br /&gt;
before recompiling.&lt;br /&gt;
Not sure if this even requires -s you might just add those.&lt;/div&gt;</summary>
		<author><name>Orudge</name></author>
	</entry>
</feed>