<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.cloudmodding.com/oot/App:ZAPPY/history?feed=atom</id>
		<title>App:ZAPPY - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.cloudmodding.com/oot/App:ZAPPY/history?feed=atom"/>
		<link rel="alternate" type="text/html" href="https://wiki.cloudmodding.com/oot/App:ZAPPY/history"/>
		<updated>2026-05-16T07:14:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.cloudmodding.com/woot/index.php?title=App:ZAPPY&amp;diff=1457&amp;oldid=prev</id>
		<title>CloudMax: CloudMax moved page ZAPPY to App:ZAPPY: Moved to proper namespace</title>
		<link rel="alternate" type="text/html" href="https://wiki.cloudmodding.com/woot/index.php?title=App:ZAPPY&amp;diff=1457&amp;oldid=prev"/>
				<updated>2014-07-07T09:15:23Z</updated>
		
		<summary type="html">&lt;p&gt;CloudMax moved page &lt;a href=&quot;/oot/ZAPPY&quot; class=&quot;mw-redirect&quot; title=&quot;ZAPPY&quot;&gt;ZAPPY&lt;/a&gt; to &lt;a href=&quot;/oot/App:ZAPPY&quot; title=&quot;App:ZAPPY&quot;&gt;App:ZAPPY&lt;/a&gt;: Moved to proper namespace&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:15, 7 July 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&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>CloudMax</name></author>	</entry>

	<entry>
		<id>https://wiki.cloudmodding.com/woot/index.php?title=App:ZAPPY&amp;diff=251&amp;oldid=prev</id>
		<title>Mzxrules: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.cloudmodding.com/woot/index.php?title=App:ZAPPY&amp;diff=251&amp;oldid=prev"/>
				<updated>2014-06-08T23:22:04Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 23:22, 8 June 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&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>Mzxrules</name></author>	</entry>

	<entry>
		<id>https://wiki.cloudmodding.com/woot/index.php?title=App:ZAPPY&amp;diff=250&amp;oldid=prev</id>
		<title>Spinout at 20:18, 21 September 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.cloudmodding.com/woot/index.php?title=App:ZAPPY&amp;diff=250&amp;oldid=prev"/>
				<updated>2011-09-21T20:18:28Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ infobox software&lt;br /&gt;
| name = ZAPPY&lt;br /&gt;
| screenshot = [[Image:Zappy_waterbox_manipulation.png|320px]]&lt;br /&gt;
| caption = ''ZAPPY, editing Kakariko's waterbox''&lt;br /&gt;
| developer = [[User:Spinout|spinout]]&lt;br /&gt;
| operating system = Cross platform&lt;br /&gt;
| language = English&lt;br /&gt;
| programming language = Python&lt;br /&gt;
| genre = CLI 3D map editor&lt;br /&gt;
| license = Open Source&lt;br /&gt;
| website = [http://spinout182.com/?a=pr&amp;amp;p=zap spinout's site].&lt;br /&gt;
| game = Any Z64 game with a known scene table.&lt;br /&gt;
}}&lt;br /&gt;
[http://spinout182.com/?a=pr&amp;amp;p=zap ZAPPY] is a cross platform scene and map editor. It can edit Link start positions/variables, transition actors' positions/variables, actor positions/variables, objects loaded, and waterbox position/sizes, for all object sets. Initially written by [[User:Spinout|spinout]] in a day, later refined by him within the following few weeks. It relies on [http://vpython.org/index3.html vpython v3] (apt-get install python-visual) for 3D rendering, and works with python 2.x versions.&lt;br /&gt;
==Usage==&lt;br /&gt;
The program is invoked through command line arguments, and is then controlled through the keyboard and mouse in a viewing window which shows the area being modified.&lt;br /&gt;
;Prequisites:&lt;br /&gt;
;: Reccomended for windows users&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Get both Python2.5 and VPython 3 from [http://vpython.org/win_download25.html this] page.&lt;br /&gt;
;: Python2.x&lt;br /&gt;
;: VPython 3&lt;br /&gt;
;Usage:&lt;br /&gt;
;:&amp;lt;pre&amp;gt;python zappy.py &amp;lt;ROM&amp;gt; &amp;lt;SCENE&amp;gt; &amp;lt;MAP&amp;gt; [OBJECT SET (optional)]&amp;lt;/pre&amp;gt;&lt;br /&gt;
;:Note 1: Scene, map, and object set values are assumed to be decimal unless prefixed with &amp;quot;0x&amp;quot;&lt;br /&gt;
;:Note 2: Some windows users may have to use &amp;quot;C:/Python25/Python.exe&amp;quot; instead of &amp;quot;python&amp;quot;&lt;br /&gt;
;Example:&lt;br /&gt;
;:&amp;lt;pre&amp;gt;python zappy.py /home/spinout/ZELOOTMA.z64 109 0&amp;lt;/pre&amp;gt;&lt;br /&gt;
;Controls:&lt;br /&gt;
#F1 - F5 change what you are editing&lt;br /&gt;
#;F1: Transition actors&lt;br /&gt;
#;F2: Link actors&lt;br /&gt;
#;F3: Map actors&lt;br /&gt;
#;F4: Objects&lt;br /&gt;
#;F5: Waterboxes&lt;br /&gt;
#When editing actors or waterboxes, you control their positions with:&lt;br /&gt;
#;i/k: X axis&lt;br /&gt;
#;y/h: Y axis&lt;br /&gt;
#;j/l: Z axis&lt;br /&gt;
#When editing actors, change their rotations with:&lt;br /&gt;
#;r/f: X axis&lt;br /&gt;
#;e/t: Y axis&lt;br /&gt;
#;d/g: Z axis&lt;br /&gt;
#When editing actor or objects, change their values with:&lt;br /&gt;
#;[: decrement&lt;br /&gt;
#;]: increment&lt;br /&gt;
#:Don't hold these down, or you could crash zappy&lt;br /&gt;
#When editing actors, change their variables with:&lt;br /&gt;
#;&amp;lt;: decrement&lt;br /&gt;
#;&amp;gt;: increment&lt;br /&gt;
#:Don't hold these down, or you could crash zappy&lt;br /&gt;
#When editing waterboxes, change their size with:&lt;br /&gt;
#;[/]: X size&lt;br /&gt;
#;&amp;lt;/&amp;gt;: Z size&lt;br /&gt;
#Saving:&lt;br /&gt;
#;ctrl+s&lt;br /&gt;
#Reset Position of current water box or actor : '''a'''&lt;br /&gt;
#Camera Rotation: right click+drag&lt;br /&gt;
#Camera Movement:&lt;br /&gt;
#;w: forward&lt;br /&gt;
#;s: backwards&lt;br /&gt;
#When editing anything, you can change the instance of what you are editing with:&lt;br /&gt;
#;+/=: next (unless you are at the last)&lt;br /&gt;
#;-: previous (unless you are at the first)&lt;br /&gt;
#:Don't hold these down, or you could crash zappy&lt;br /&gt;
#To change the increment amount, press Tab. Don't hold this button down either.&lt;br /&gt;
&lt;br /&gt;
'''SAVE OFTEN!!'''&amp;lt;br&amp;gt;&lt;br /&gt;
To have it work with other game versions, edit the settings in &amp;quot;zappy_settings&amp;quot;. You can also change the background color in that file. Comments are allowed, everything on a line after a '#' is a comment.&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Spinout</name></author>	</entry>

	</feed>