mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
# Solarus - General Guide
|
|
|
|
<img src="../../../wiki_images/logos/solarus-logo.svg" width="100">
|
|
|
|
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/)
|
|
|
|
---
|
|
|
|
|
|
## Where to put the games?
|
|
|
|
Solarus games should be put under the `retrodeck/roms/solarus/` directory.
|
|
|
|
## Does Solarus require BIOS or Firmware?
|
|
|
|
No
|
|
|
|
## What file format is supported?
|
|
|
|
| File Format | Description |
|
|
|-------------|-------------|
|
|
| .solarus | Solarus game engine file |
|
|
|
|
## Folder structure
|
|
|
|
| Type | Folder | Comment |
|
|
| :---: | :---: | :---: |
|
|
| ROMs Folder |`retrodeck/roms/solarus/` | |
|
|
|
|
## Solarus Tips and Tricks
|
|
|
|
- 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.
|