MediEvil Rolling Demo: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 120: Line 120:
{{RollingDemoPauseMenuOption|FX VOLUME:||L/R to change.}}
{{RollingDemoPauseMenuOption|FX VOLUME:||L/R to change.}}
{{RollingDemoPauseMenuOption|MUSIC VOLUME:||L/R to change.}}
{{RollingDemoPauseMenuOption|MUSIC VOLUME:||L/R to change.}}
{{RollingDemoPauseMenuOption|[[#Controls|CONTROL SETTINGS]]:|{{CollapsibleContent|show=see more|hide=see less|width=9.5em|[[#Digital - 0|Digital - 0]]|[[#Digital - 1|Digital - 1]]<br>[[#Digital - 2|Digital - 2]]<br>[[#Analog - 0|Analog - 0]]<br>[[#Analog - 1|Analog - 1]]|L/R to change.}}}}
{{RollingDemoPauseMenuOption|[[#Controls|CONTROL SETTINGS]]:|{{CollapsibleContent|show=see more|hide=see less|width=9.5em|[[#Digital|Digital - 0]]|[[#Digital|Digital - 1]]<br>[[#Digital|Digital - 2]]<br>[[#Analog - 0|Analog - 0]]<br>[[#Analog - 1|Analog - 1]]|L/R to change.}}}}
{{RollingDemoPauseMenuOption|SPEED RELATIVE TURN:|On/Off|X to toggle.|debug1=yes}}
{{RollingDemoPauseMenuOption|SPEED RELATIVE TURN:|On/Off|X to toggle.|debug1=yes}}
{{RollingDemoPauseMenuOption|ALLOW DEMO RECORD:|Not available|X to toggle.|debug2=yes}}
{{RollingDemoPauseMenuOption|ALLOW DEMO RECORD:|Not available|X to toggle.|debug2=yes}}
Line 204: Line 204:
{{CodeTableEntry
{{CodeTableEntry
|name=Digital - 0
|name=Digital - 0
|effect=Sets the current control scheme to Digital - 0.<ref name="lazlo"/>
|effect=Sets the current control scheme to [[#Digital|Digital - 0]].<ref name="lazlo"/>
|code=D0096864 800D
|code=D0096864 800D
800D0818 27F8
800D0818 27F8
Line 211: Line 211:
{{CodeTableEntry
{{CodeTableEntry
|name=Digital - 1
|name=Digital - 1
|effect=Sets the current control scheme to Digital - 1.<ref name="lazlo"/>
|effect=Sets the current control scheme to [[#Digital|Digital - 1]].<ref name="lazlo"/>
|code=D0096864 800D
|code=D0096864 800D
800D0818 281C
800D0818 281C
Line 218: Line 218:
{{CodeTableEntry
{{CodeTableEntry
|name=Digital - 2
|name=Digital - 2
|effect=Sets the current control scheme to Digital - 2.<ref name="lazlo"/>
|effect=Sets the current control scheme to [[#Digital|Digital - 2]].<ref name="lazlo"/>
|code=D0096864 800D
|code=D0096864 800D
800D0818 2840
800D0818 2840
Line 225: Line 225:
{{CodeTableEntry
{{CodeTableEntry
|name=Analog - 0
|name=Analog - 0
|effect=Sets the current control scheme to Analog - 0 (analog controller required).<ref name="lazlo"/>
|effect=Sets the current control scheme to [[#Analog - 0|Analog - 0]] (analog controller required).<ref name="lazlo"/>
|code=D0096864 800D
|code=D0096864 800D
300D400C 0000
300D400C 0000
Line 231: Line 231:
{{CodeTableEntry
{{CodeTableEntry
|name=Analog - 1
|name=Analog - 1
|effect=Sets the current control scheme to Analog - 1 (analog controller required).<ref name="lazlo"/>
|effect=Sets the current control scheme to [[#Analog - 1|Analog - 1]] (analog controller required).<ref name="lazlo"/>
|code=D0096864 800D
|code=D0096864 800D
300D400C 0001
300D400C 0001