View Single Post
Old 07-09-2025, 10:38 PM   #18
Neposeda
Member
Neposeda began at the beginning.
 
Posts: 14
Karma: 15
Join Date: Jan 2025
Location: Latvia
Device: Kindle PW4, PW5
To solve the problem with start puzzles by KUAL you just need to edit /puzzles/menu.json — simply change "action" fixed path /mnt/us/puzzles/<game_name> to ./<game_name>
Exmpl:
Code:
{
	"name": "Filling",
	"priority": 2,
	"action": "./filling",
	"status": false
}
...and voilá
Neposeda is offline   Reply With Quote