Command Button: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 92: Line 92:
|}
|}


=== Command 51 Data4 - MovementType Values ===
==Notes==
:--[[Scritter]] Movement Types--<br/><br/>
===Command 51 Data4 - MovementType Values===
::Data4 = 30: Nothing moves (walk on same space as Scritter to make it move)<br/>
::Data4 = 31: Acts like a Scritter (walking into [[Chomper]]/[[Spikeyballs|Spikeyball]] kills the player)<br/>
::Data4 = 32: Scritter again (close proximity, same as default)<br/>
::Data4 = 33: Scritter again (same as default?)<br/>
::Data4 = 34: Scritter again (far proximity, 4 tiles)<br/><br/>
:--[[Dragonturtles|Dragonturtle]]/Spikeyball Movement Types--<br/><br/>
::Data4 = 41: Initial direction is South (Scritters act really oddly during this)<br/>
::Data4 = 42: Initial direction is North (Unknown what Scritters do here)<br/>
::Data4 = 43: Initial direction is East (Unknown what Scritters do here)<br/>
::Data4 = 44: East again<br/>
::Data4 = 45: South again<br/>
::Data4 = 46: South again<br/>
::Data4 = 47: Initial direction is West (Scritters act normal here)<br/>
::Data4 = 48: West again (Unknown what Scritters do here)<br/><br/>
:--??? Movement Types--<br/><br/>
::Data4 = 71: Bounces off wall, initial direction is North (???)<br/>
::Data4 = 72: Bounces off wall, initial direction is North-East (???)<br/>
::Data4 = 73: Bounces off wall, initial direction is East (???)<br/>
::Data4 = 74: Bounces off wall, initial direction is South-East (???)<br/>
::Data4 = 75: Bounces off wall, initial direction is South (???)<br/>
::Data4 = 76: Bounces off wall, initial direction is South-West (???)<br/>
::Data4 = 77: Bounces off wall, initial direction is West (???)<br/>
::Data4 = 78: Bounces off wall, initial direction is North-West (???)<br/><br/>


=== Command Groups ===
====Miscellaneous====
Every 10 commands have something in common:
*0: NPCs sometimes.
*1-10: General commands
*10: Move to coordinates (MoveXGoal, MoveYGoal) using high-quality A* search with tolerance 0 (used by Player and NPCs)
*11-20: Unknown
*11: Move to coordinates (MoveXGoal, MoveYGoal) using high-quality A* search with tolerance 1
*21-30: Changes the effects of dialogs
*12: Move to coordinates (MoveXGoal, MoveYGoal) using high-quality A* search with tolerance 2
*31-40: Unknown
*13: Move to coordinates (MoveXGoal, MoveYGoal) using mid-quality A* search with tolerance 0 (used by Chompers, Ghosts, and Coilies).
*51-60: Changes the effects of monsters
*14: Move to coordinates (MoveXGoal, MoveYGoal) using mid-quality A* search with tolerance 1 (used by awakened Wee Stinkers, Baby Boomers, and green crabs)
*61-70: Changes the effects of NPC's
*15: Move to coordinates (MoveXGoal, MoveYGoal) using mid-quality A* search with tolerance 2
*71-80: Unknown
*16: Move to coordinates (MoveXGoal, MoveYGoal) using low-quality A* search with tolerance 0
*81-90: Unknown
*17: Move to coordinates (MoveXGoal, MoveYGoal) using low-quality A* search with tolerance 1
*91-100: Unknown
*18: Move to coordinates (MoveXGoal, MoveYGoal) using low-quality A* search with tolerance 2
*101+: Random
 
====Scritters and Crabs====
*30: Scritter range 0
*31: Scritter range 1
*32: Scritter range 2 (default)
*33: Scritter range 3
*34: Scritter range 4
 
====Turtle/SpikeyBall====
*41: Start moving north, turn left at walls
*42: Start moving north, turn right at walls
*43: Start moving east, turn left at walls
*44: Start moving east, turn right at walls
*45: Start moving south, turn left at walls
*46: Start moving south, turn right at walls
*47: Start moving west, turn left at walls
*48: Start moving west, turn right at walls
 
====SpikeyBall====
*71: Start moving north, bounce off walls
*72: Start moving northeast, bounce off walls
*73: Start moving east, bounce off walls
*74: Start moving southeast, bounce off walls.
*75: Start moving south, bounce off walls
*76: Start moving southwest, bounce off walls
*77: Start moving west, bounce off walls
*78: Start moving northwest, bounce off walls
 
====Moobot====
*81: Start moving north, turn left at walls
*82: Start moving north, turn right at walls
*83: Start moving east, turn left at walls
*84: Start moving east, turn right at walls
*85: Start moving south, turn left at walls
*86: Start moving south, turn right at walls
*87: Start moving west, turn left at walls
*88: Start moving west, turn right at walls
 
== Command Groups ==
*1-20: General Commands
*21-30: Dialog Commands
*41-42: Copy Commands
*51-52: Movement Commands
*61-64: NPC Commands
*101+: Special Commands


[[Category:Wonderland Adventures]]
[[Category:Wonderland Adventures]]