Skip to content

air-sky-one/attract-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 

Repository files navigation

attract-mode

  1. Installation
  1. PS3 Constrollers
  • install driver through Retropie main menu
  • reboot with PS3 controller plugged in with USB cable
  • pair with Shanwan
  • push buttons while pairing
  • config controller through ES
  • from Retropie Setup entry menu, launch Retroarch /!\ WARNING /!\ Activate Rewind + Don't ever save a retroacrh conf from a game. If so, général conf will be omittied !!!
    • driver -> menu = xmb
    • menu config wallpaper (TODO), color = dark, animated menu = false
    • input config (PS3 Mapping)
      • up = 4
      • down = 6
      • left = 7
      • right = 5
      • analog left up = up
      • analog left down = down
      • analog left left = left
      • analog left right = right
      • L3 = 1
      • L1 = 10
      • L2 = 8
      • select = 0
      • start = 3
      • home = 16
      • analog right up = Uneg
      • analog right down =Upos
      • analog right left = Zpos
      • R3 = 2
      • R1 = 11
      • R2 = 9
      • square = 15
      • cross = 14
      • circle = 13
      • triangle = 12
    • Hotkeys mapping
      • rewind = 7 = left
      • fast forward hold = 5 = right
      • enable menu button = 16 = home
      • quit = 3 = start
      • reset = 14 = cross
      • menu = 12 (dont' succed to change it) = triangle
      • savestate = 15 = square
      • loadstate = 13 = circle
      • savestate slot up = 4 = up
      • loadstate slot down = down
      • previous disk = 10 = L1
      • next disk = 11 = R1
    • Use analog stick as a dpad /!\ Important /!\
    • Configuration Save on exit = On
    • /!\ Conf per Emulator /!\ Warning !!! In case of there is a conf set for a specific emulator and you want to keep general config, go to /opt/retropie/configs select your emulator and modifiy retroarch.cfg to match the one in an other system which has general conf.
  • /!\ Controller mapping : https://github.com/RetroPie/RetroPie-Setup/wiki/RetroArch-Configuration#default-joypad-hotkeys
  • /!\ Change "Select" by "Home" : https://github.com/RetroPie/RetroPie-Setup/wiki/RetroArch-Configuration#determining-button-values
  1. Don't display RunCommand tool when launching a game
  1. Mausberry Power Switch
  1. External Storage
  1. Scrapper

  2. Shader

  • Download that https://github.com/pinkeen/libretro-common-shaders-glsl/blob/master/scanline.glsl into :
  • smb://retropie/configs/all/retroarch/shaders/shaders(i just remembre that you have to access from smb instead of ssh for convinience)
  • go on folder above (-> smb://retropie/configs/all/retroarch/shaders/), create a scanline.glslp from crt-pi.glslp and replace the name into the file
  • go to smb://retropie/configs/all/retroarch.cfg and change video_shader to scaneline.glsl
  1. N64 Audio volume

/!\ IMPORTANT SINCE 4.X /opt/retropie/configs/all/autoconf.cfg

  1. N64 Hotkeys
  • mupen64plus.cfg is erased each time you start a game so first :
  • /opt/retropie/emulators/mupen64plus/bin $ sudo nano mupen64plus.sh
  • in /opt/retropie/configs/n64/mupen64plus.cfg
    • Put
    • Joy Mapping Stop = "J0B16/B3"
    • Joy Mapping Save State = "J0B16/B11"
    • Joy Mapping Load State = "J0B16/B10"

/!\ IMPORTANT SINCE 4.X /opt/retropie/configs/all/autoconf.cfg

  1. N64 Video In run command (ESC before game start), choose default emulator : mupen64plus-gles2n64

  2. In Game :

  1. Chante TimeZone
  1. Game Station Theme V2 HD
  • Download theme :
  • Unzip it there : /home/pi/.attract/layouts
  • Video wheel is too slow on pi 3 with a large amounbt of games in a system (has also side effects with PS3 controller)
    • go to : /home/pi/.attract/layouts/Game Station HD/layout.nut
    • change :
      • m_obj.height = wheel_h[slot] + p * ( wheel_h[slot+1] - wheel_h[slot] );
      • to
      • m_obj.height = ( wheel_h[slot] + p * ( wheel_h[slot+1] - wheel_h[slot] ) ) / 2;
    • It will divide the height of the element in the will, but won't increase the number of visible element in the wheel
    • Config the Layout to display wheel image and not span in the wheel
  1. Video Intro
  1. Deprecated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published