foitin/export_presets.cfg
m3ultra 12528b4de0 Title screen, FOITIN editor, pck-safe loaders, export presets
- Title: PLAY / EDITOR entry
- Editor (in-app): edit fighter name/stats/colour -> user://overrides,
  import character folders -> user://characters, add stage backgrounds
  -> user://stages, open content folder
- loaders work in editor, exported .pck, and user:// drop-ins
  (ResourceLoader remap-stripping + byte-buffer fallbacks)
- stage backgrounds render behind fights when present
- export_presets: mac (universal, ad-hoc sign), win x86_64, linux x86_64

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-29 15:02:37 +10:00

62 lines
1.4 KiB
INI

[preset.0]
name="mac"
platform="macOS"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="characters/**"
exclude_filter="characters/_placeholders/**,renders/**,pipeline/**,tools/**,*.md,*.pdf"
export_path="build/FOITIN.zip"
[preset.0.options]
export/distribution_type=1
binary_format/architecture="universal"
codesign/codesign=1
codesign/identity=""
application/bundle_identifier="party.monsterrobot.foitin"
application/short_version="0.1.0"
application/version="0.1.0"
application/icon=""
display/high_res=true
notarization/notarization=0
[preset.1]
name="win"
platform="Windows Desktop"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="characters/**"
exclude_filter="characters/_placeholders/**,renders/**,pipeline/**,tools/**,*.md,*.pdf"
export_path="build/win/FOITIN.exe"
[preset.1.options]
binary_format/architecture="x86_64"
codesign/enable=false
application/modify_resources=false
[preset.2]
name="linux"
platform="Linux"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="characters/**"
exclude_filter="characters/_placeholders/**,renders/**,pipeline/**,tools/**,*.md,*.pdf"
export_path="build/linux/FOITIN.x86_64"
[preset.2.options]
binary_format/architecture="x86_64"