Skip to content

settings.config.json

XOYZ-Code edited this page Sep 30, 2023 · 1 revision

system.config.json

This is the main configuration file. All settings you can find here will affect every aspect of Yoshida.Be careful with what you change and revert to the latest release if you ever encounter problems.

Parameter Description Default Value Available since/in
object_move_pixel_to_range Every object, which will trigger an OutOfBounds error by having pixels outside of the card frame...

true: ...will be moved to the center by...

false: ...will be cut off by...

...the exact amount needed to supress the exception.
false Issue 13: 29.09.2023
yoshida_folder_structure Contains the system specific folder structure. If you want to store anything off side (like on a cloud storage) you can change the paths to your folders here.

Please do keep in mind any changes to this are available but do not automatically tranfer the base data from Yoshida over. Any card design which can't find a font will throw an error.
templates: "data/object_templates/",

card_designs: "data/card_designs/",

fonts: "data/fonts/"
Issue 13: 29.09.2023

Clone this wiki locally