Lua script to show text guides in RetroArch.
Can be used to read FAQs, translation guides, tips and tricks, etc. without switching core/process/app.
Features Word Wrapping and scrolling with the d-pad (the current scrolling position is not saved on storage).
- Install a version of Retroarch with Lua scripting support
- Download
RetroGuides.lua, and save it as$HOME/.config/retroarch/system/global.lua - Create a txt file matching the content filename in the same path with the guide. E.g.
Bomberman (USA).nes->Bomberman (USA).txt
See RetroSubs, or the Lua scripting API it is based on.
