Commit 4268ff82 authored by coppro's avatar coppro

Removed longdash replacement from title.

Fixed capital AE in embossed-letters.
Added BOM to all files
parent d75f86ce
...@@ -2,15 +2,15 @@ mse version: 0.3.3 ...@@ -2,15 +2,15 @@ mse version: 0.3.3
image font size: 46 image font size: 46
horizontal space: 1.2 horizontal space: 1.2
symbol:
code: Ae
image: ae.png
symbol: symbol:
code: AE code: AE
image: ae.png image: ae.png
symbol: symbol:
code: aE code: aE
image: ae.png image: ae.png
symbol:
code: Ae
image: ae.png
symbol: symbol:
code: & code: &
image: ampersand.png image: ampersand.png
......
mse version: 0.3.2 mse version: 0.3.2
# Symbol font in the normal, flat, style, used for text boxes and on old style cards # Symbol font in the normal, flat, style, used for text boxes and on old style cards
# Note: # Note:
# Define small_mana_t:="mana_t(_old)?.png" in the init script of the style # Define small_mana_t:="mana_t(_old)?.png" in the init script of the style
......
mse version: 0.3.2 mse version: 0.3.2
# Symbol font in the 'popup' style, used for casting costs on modern cards # Symbol font in the 'popup' style, used for casting costs on modern cards
image font size: 135 image font size: 135
......
mse version: 0.3.2 mse version: 0.3.2
# Symbol font in the normal, flat, style, used for text boxes and on old style cards # Symbol font in the normal, flat, style, used for text boxes and on old style cards
# Note: # Note:
# Define mana_t := {"new|old|older"} in the init script of the style # Define mana_t := {"new|old|older"} in the init script of the style
......
...@@ -45,6 +45,9 @@ init script: ...@@ -45,6 +45,9 @@ init script:
# We have no land template # We have no land template
font_colors_white := { input == "b" } font_colors_white := { input == "b" }
# AE replacement shouldn't happen in the title, or else MSE compresses the symbol
name_filter := { input }
############################################################## Set info fields ############################################################## Set info fields
......
mse version: 0.3.2 mse version: 0.3.2
#symbol font for custom magic paintbrushes #symbol font for custom magic paintbrushes
image font size: 135 image font size: 135
horizontal space: 2 horizontal space: 2
......
mse version: 0.3.4 mse version: 0.3.4
game: magic game: magic
short name: Textless short name: Textless
full name: Modern style full name: Modern style
......
...@@ -376,14 +376,7 @@ init script: ...@@ -376,14 +376,7 @@ init script:
# step 1 : Æ replacement rule # step 1 : Æ replacement rule
replace_rule( replace_rule(
match: "AE", match: "AE",
replace: "Æ") + replace: "Æ")
# step 2 : longdash for keywords
replace_rule(
match: "--",
replace: "—") +
replace_rule(
match: " - ",
replace: " — ")
#character filter for copyright line #character filter for copyright line
copyright_filter := copyright_filter :=
......
mse version: 0.3.2 mse version: 0.3.2
game: vanguard game: vanguard
short name: Standard short name: Standard
icon: card-sample.png icon: card-sample.png
......
mse version: 0.3.3 mse version: 0.3.3
game: vs game: vs
full name: VS Extended Art full name: VS Extended Art
short name: VS Extended short name: VS Extended
......
mse version: 0.3.3 mse version: 0.3.3
game: vs game: vs
full name: VS Hellboy Extended Art full name: VS Hellboy Extended Art
short name: Hellboy Extended short name: Hellboy Extended
......
mse version: 0.3.3 mse version: 0.3.3
game: vs game: vs
full name: VS Hellboy full name: VS Hellboy
short name: VS Hellboy short name: VS Hellboy
......
mse version: 0.3.2 mse version: 0.3.2
# Symbol font for arrow symbol # Symbol font for arrow symbol
image font size: 135 image font size: 135
......
mse version: 0.3.3 mse version: 0.3.3
game: vs game: vs
full name: VS Standard full name: VS Standard
short name: Standard short name: Standard
......
mse version: 0.3.2 mse version: 0.3.2
# Symbol font for level symbols # Symbol font for level symbols
image font size: 16 image font size: 16
......
mse version: 0.3.2 mse version: 0.3.2
game: yugioh game: yugioh
short name: Standard short name: Standard
icon: card-sample.png icon: card-sample.png
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment