Post by sscaide on Feb 14, 2021 2:21:59 GMT
I'm experiencing an issue while trying to create a custom game in MSE. The card style I've created isn't listed as an option under my game. I followed this guide (magicseteditor.sourceforge.net/book/export/html/117) and already asked for help on the Custom Magic Discord server, but I've been unable to figure out the problem.
Listed below is the code in the "game" file:
Note that the size and location of each filed are just placeholders I copied from the MtG card.
Listed below is the code in the "game" file:
mse version: 2.0.0
short name: fourKeeps
long name: Four Keeps
icon: card-back.png
position hint: 5
installer group: fourKeeps/game files
version: 2021-02-13
###
###
###
card field:
type: text
name: name
description: The card's name.
script: to_title(value)
card field:
type: text
name: cost
description: The material cost to play the card.
card field:
type: image
name: image
description: The card's image.
card field:
type: text
name: type
card field:
type: text
name: rules
multi line: true
description: The rules text for the card.
###
###
###
Listed below is the code in the "style" file:mse version: 2.0.0
short name: unit
long name: Unit
game: fourKeeps
icon: unit.png
position hint: 1
installer group: fourKeeps/new style/normal cards
depends on:
package: fourKeeps.mse-game
depends on:
package: fourKeeps-symbols.mse-symbol-font
depends on:
version: 2020-04-25
card width: 375
card height: 523
card dpi: 150
background color: rgb(200,200,200)
###
###
###
name:
top: 30
left: 32
height: 23
width: 160
alignment: left bottom overflow-shrink
font:
name: Secret Mansion
size: 28
color: rgb(0,0,0)
cost:
right: 343
top: 31
width: 100
height: 23
alignment: middle right
font:
name: Secret Mansion
size: 14
color: rgb(0,0,0)
symbol font:
name: symbols
size: 11
image:
top: 62
left: 32
height: 228
width: 311
type:
left: 35
top: 298
width: 308
height: 20
alignment: top shrink-overflow
rules:
top: 211
left: 58
height: 138
width: 179
font:
name: Secret Mansion
size: 14
color: rgb(0,0,0)
symbol font:
name: symbols
size: 11
Note that the size and location of each filed are just placeholders I copied from the MtG card.