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.
|
|
|
|
|
2025-01-24 11:59:33 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
2024-03-08 13:43:45 +00:00
|
|
|
### 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/)
|
|
|
|
|
2025-01-24 11:59:33 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
2025-01-20 07:08:35 +00:00
|
|
|
## Where to put the games?
|
|
|
|
|
2024-01-06 08:25:02 +00:00
|
|
|
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?
|
2025-01-20 07:08:35 +00:00
|
|
|
|
2024-03-08 13:43:45 +00:00
|
|
|
No
|
|
|
|
|
2024-03-08 07:55:43 +00:00
|
|
|
## What file format is supported?
|
|
|
|
|
2025-01-20 07:08:35 +00:00
|
|
|
```
|
|
|
|
.solarus
|
|
|
|
```
|
|
|
|
|
|
|
|
## Folder structure
|
|
|
|
|
|
|
|
| Type | Folder | Comment |
|
|
|
|
| :---: | :---: | :---: |
|
|
|
|
| ROMs Folder |`retrodeck/roms/solarus/` | |
|
2024-03-08 07:55:43 +00:00
|
|
|
|
2025-01-20 07:08:35 +00:00
|
|
|
## Solarus Tips and Tricks
|
2024-03-08 13:43:45 +00:00
|
|
|
|
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.
|