Raspberry Pi 3 - RetroPie
樹莓派最常用的一個功能就是讓我拿來當模擬器使用。
安裝方式直接download image後直接用Win32imager寫到SD卡中,
https://retropie.org.uk/download/
安裝好後建議先到Retropie setup下
選擇binary-based installation把模擬器更新到最新的版本,
另外也可以把RetroPie也更新一下,
執行U Update RetroPie-Setup script
將ROM檔傳到SD卡中:
傳輸方式有很多種,建議用FTP最快。
連線FTP:
hostname: retropie
port: 22
username: pi
password: raspberry
檔案傳到\\retropie\roms\平台\檔案
至於他支援那些平台呢?可以看這邊,太多了,所以我就不一一轉過來了。
https://github.com/retropie/retropie-setup/wiki/Supported-Systems
將ROM copy到SD卡後如果想要顯示中文的檔名可以按F4
然後輸入
sudo apt-get install fonts-droid
即可顯示。
關掉Run Command Launch畫面:
目前模擬器預設是開啟Launch menu,
所以每次開啟遊戲時都會出現一個對話框,
Launching xxx.....
出現時按下任一按鍵後可以進入改用其他的模擬器核心去跑,
但如果不想要讓他出現可以在Run Command Edit內,
把Launch menu改成Disable就不會再出現囉。
安裝Scraper:
copy好Rom之後就可以開始玩復古的遊戲了,
不過只看的到檔名,有點不方便,尤其是如果檔名是什麼11,22的,
那更只能用猜的,還好有個好用的東西,Scraper,
可以顯示該遊戲的照片跟介紹,
安裝這個必須關掉EmulationStation,
所以開完機之後必須按下F4,
然後用以下command進入安裝畫面,
sudo /home/pi/RetroPie-Setup/retropie_setup.sh
接下來選3 Setup / Configuration -> 821 Scraper for EmulationStation by Steven Selph
直接按Scrape all systems就可以了,
不過我發現有些沒建好data的遊戲scraper後會選不到,
解決方式是在/opt/retropie/supplementary/scraper/下
執行./scraper -scrape_all=true -add_not_found=true這樣就會把找不data的也加入list,
留言
張貼留言