Wiki/wiki-rtd/docs/wiki_engine_guides/solarus/solarus-guide.md

32 lines
916 B
Markdown
Raw Normal View History

2024-01-18 17:18:02 +00:00
# Solarus - General Guide
2024-01-06 08:25:02 +00:00
2024-01-18 17:18:02 +00:00
<img src="../../../wiki_images/logos/solarus-logo.svg" width="150">
2024-01-06 08:25:02 +00:00
2024-03-08 13:43:45 +00:00
Solarus is an open-source adventure game engine.
### Solarus Links:
[Solarus Community](https://www.solarus-games.org/community/)
[Solarus Docs](https://docs.solarus-games.org/)
[Solarus Gitlab](https://gitlab.com/solarus-games/)
[Solarus Web page](https://www.solarus-games.org/)
2024-01-06 08:25:02 +00:00
## Where to put the games
Solarus games should be put under the `retrodeck/roms/solarus/` directory.
2024-03-08 13:43:45 +00:00
## Does Solarus require BIOS or Firmware?
No
2024-03-08 07:55:43 +00:00
## What file format is supported?
`.solarus`
## Solarus TIPS
2024-03-08 13:43:45 +00:00
- Each game is its own self-contained game, and no overarching settings exist.
2024-03-08 07:55:43 +00:00
- Some games don't autostart in Fullscreen so you need to either `Select + West (X, Square)` or press ` CTRL + Enter` or ` Alt + Enter`
- To quit games you need to press `Escape` that exists on in the radial menu system for the controllers.