Skip to content

Releases: capsterx-switch/exult

Adding in icon

23 Nov 19:03
Compare
Choose a tag to compare

Adding an icon

include audo packs

16 Nov 01:20
Compare
Choose a tag to compare
include audo packs Pre-release
Pre-release

The code is the same as before, but I have included the digital/ogg music files

key mappings

15 Nov 23:24
Compare
Choose a tag to compare
key mappings Pre-release
Pre-release

This adds per-game key mappings for the switch. There are not any included defaults.

Put the mappings in sdmc:/switch/exult//switch_keys

The file is
SWITCH_KEY = KEYBOARD_KEY
Switch keys are: A B X Y LSTICK RSTICK L R ZL ZR PLUS MINUS DUP DRIGHT DDOWN DLEFT
You can have any combination like
ZL-A
ZL-ZR-A

keyboard key can be a key and a modifier
modifiers are ALT SHIFT CTRL
so you can do ALT-X or SHIFT-CTRL-F

some examples
MINUS = ESC
PLUS = I
ZL-ZR-B = I

Fixing serpentisle input

15 Nov 18:58
Compare
Choose a tag to compare
Pre-release

serpents isle uses a different input loop all together.

Adding name input

15 Nov 17:15
Compare
Choose a tag to compare
Adding name input Pre-release
Pre-release

This adds name input via switch keyboard using the TouchUI interface.

r1

15 Nov 04:03
Compare
Choose a tag to compare
r1 Pre-release
Pre-release

This is an initial release. Games should be put in sdmc:/switch/exult/game/ like switch/exult/game/blackgate/static/*

some keys and touch events are mapped, but likely not all