Commit 7cddae1f authored by pichoro's avatar pichoro

More VS changes:

Moving "~ to CARDNAME" into auto replace file.
Automatic symbolization of new official affiliations in new styles.
Typeline symbols and watermarks for new official affiliations.
Now showing statistics for frame type. (seems useful)
In Alter and Oversize styles, calling background image more directly instead of having every frame choice point to it.
Ditching an unused card-sample.jpg from oversize style.
parent 78e7d97b
mse version: 0.3.7 mse version: 0.3.8
game: vs game: vs
full name: VS Alter Ego full name: VS Alter Ego
installer group: VS System/Alter Ego installer group: VS System/Alter Ego
...@@ -6,7 +6,7 @@ short name: Alter Ego ...@@ -6,7 +6,7 @@ short name: Alter Ego
icon: card-sample.png icon: card-sample.png
position hint: 008 position hint: 008
version: 2008-10-26 version: 2010-08-13
depends on: depends on:
package: vs.mse-game package: vs.mse-game
version: 2008-10-26 version: 2008-10-26
...@@ -17,11 +17,9 @@ depends on: ...@@ -17,11 +17,9 @@ depends on:
package: vs-standard-arrow.mse-symbol-font package: vs-standard-arrow.mse-symbol-font
version: 2008-01-03 version: 2008-01-03
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
card_shape := { if styling.style_sorting then "alter ego" else "new" } card_shape := { if styling.style_sorting then "alter ego" else "new" }
...@@ -53,22 +51,7 @@ card style: ...@@ -53,22 +51,7 @@ card style:
z index: -2 z index: -2
render style: image render style: image
popup style: in place popup style: in place
choice images: image: card.jpg
characters visible character: card.jpg
characters visible character dual: card.jpg
characters visible character dual (new): card.jpg
characters hidden concealed: card.jpg
characters hidden concealed dual: card.jpg
characters hidden concealed dual (new): card.jpg
characters concealed-optional concealed-optional character: card.jpg
characters concealed-optional concealed-optional dual: card.jpg
characters concealed-optional concealed-optional dual (new): card.jpg
equipment visible equipment: card.jpg
equipment concealed equipment: card.jpg
equipment concealed-optional equipment: card.jpg
location: card.jpg
plot twist: card.jpg
planet: card.jpg
############################# Name line ############################# Name line
full name: full name:
left: 80 left: 80
......
# Affiliation images # Affiliation images
choice images: choice images:
Marvel A-C Alpha Flight: /vs-standard-official.mse-symbol-font/alphaflight.png
Marvel A-C Avengers: /vs-standard-official.mse-symbol-font/avengers.png Marvel A-C Avengers: /vs-standard-official.mse-symbol-font/avengers.png
Marvel A-C Brotherhood: /vs-standard-official.mse-symbol-font/brotherhood.png Marvel A-C Brotherhood: /vs-standard-official.mse-symbol-font/brotherhood.png
Marvel A-C Crime Lords: /vs-standard-official.mse-symbol-font/crimelords.png Marvel A-C Crime Lords: /vs-standard-official.mse-symbol-font/crimelords.png
...@@ -16,6 +17,7 @@ choice images: ...@@ -16,6 +17,7 @@ choice images:
Marvel N-S Shi'ar: /vs-standard-official.mse-symbol-font/shiar.png Marvel N-S Shi'ar: /vs-standard-official.mse-symbol-font/shiar.png
Marvel N-S Shield: /vs-standard-official.mse-symbol-font/shield.png Marvel N-S Shield: /vs-standard-official.mse-symbol-font/shield.png
Marvel N-S Sinister Syndicate: /vs-standard-official.mse-symbol-font/sinistersyndicate.png Marvel N-S Sinister Syndicate: /vs-standard-official.mse-symbol-font/sinistersyndicate.png
Marvel N-S Skrull: /vs-standard-official.mse-symbol-font/skrull.png
Marvel N-S Spider-Friends: /vs-standard-official.mse-symbol-font/spiderman.png Marvel N-S Spider-Friends: /vs-standard-official.mse-symbol-font/spiderman.png
Marvel T-Z Thunderbolts: /vs-standard-official.mse-symbol-font/thunderbolts.png Marvel T-Z Thunderbolts: /vs-standard-official.mse-symbol-font/thunderbolts.png
Marvel T-Z Underworld: /vs-standard-official.mse-symbol-font/underworld.png Marvel T-Z Underworld: /vs-standard-official.mse-symbol-font/underworld.png
......
...@@ -8,6 +8,7 @@ choice: ...@@ -8,6 +8,7 @@ choice:
name: Marvel name: Marvel
choice: choice:
name: A-C name: A-C
choice: Alpha Flight
choice: Avengers choice: Avengers
choice: Brotherhood choice: Brotherhood
choice: Crime Lords choice: Crime Lords
...@@ -29,6 +30,7 @@ choice: ...@@ -29,6 +30,7 @@ choice:
choice: Shi'ar choice: Shi'ar
choice: Shield choice: Shield
choice: Sinister Syndicate choice: Sinister Syndicate
choice: Skrull
choice: Spider-Friends choice: Spider-Friends
choice: choice:
name: T-Z name: T-Z
...@@ -62,6 +64,8 @@ choice: ...@@ -62,6 +64,8 @@ choice:
choice: B.P.R.D. choice: B.P.R.D.
choice: Thule Society choice: Thule Society
script: script:
if contains(card.team_2_of_2, match: "Alpha Flight") then "Marvel A-C Alpha Flight" else
if contains(card.team_2_of_2, match: "ALPHA FLIGHT") then "Marvel A-C Alpha Flight" else
if contains(card.team_2_of_2, match: "Avengers") then "Marvel A-C Avengers" else if contains(card.team_2_of_2, match: "Avengers") then "Marvel A-C Avengers" else
if contains(card.team_2_of_2, match: "AVENGERS") then "Marvel A-C Avengers" else if contains(card.team_2_of_2, match: "AVENGERS") then "Marvel A-C Avengers" else
if contains(card.team_2_of_2, match: "Brood") then "Marvel A-C Brood" else if contains(card.team_2_of_2, match: "Brood") then "Marvel A-C Brood" else
...@@ -96,6 +100,8 @@ script: ...@@ -96,6 +100,8 @@ script:
if contains(card.team_2_of_2, match: "SHIELD") then "Marvel N-S Shield" else if contains(card.team_2_of_2, match: "SHIELD") then "Marvel N-S Shield" else
if contains(card.team_2_of_2, match: "Sinister Syndicate") then "Marvel N-S Sinister Syndicate" else if contains(card.team_2_of_2, match: "Sinister Syndicate") then "Marvel N-S Sinister Syndicate" else
if contains(card.team_2_of_2, match: "SINISTER SYNDICATE") then "Marvel N-S Sinister Syndicate" else if contains(card.team_2_of_2, match: "SINISTER SYNDICATE") then "Marvel N-S Sinister Syndicate" else
if contains(card.team_2_of_2, match: "Skrull") then "Marvel N-S Skrull" else
if contains(card.team_2_of_2, match: "SKRULL") then "Marvel N-S Skrull" else
if contains(card.team_2_of_2, match: "Spider-Friends") then "Marvel N-S Spider-Friends" else if contains(card.team_2_of_2, match: "Spider-Friends") then "Marvel N-S Spider-Friends" else
if contains(card.team_2_of_2, match: "SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else if contains(card.team_2_of_2, match: "SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else
if contains(card.team_2_of_2, match: "Thunderbolts") then "Marvel T-Z Thunderbolts" else if contains(card.team_2_of_2, match: "Thunderbolts") then "Marvel T-Z Thunderbolts" else
......
mse version: 0.3.8 mse version: 0.3.8
full name: VS System, textbox watermarks full name: VS System, textbox watermarks
version: 2009-02-04 version: 2010-03-25
depends on: depends on:
package: vs-standard-official.mse-symbol-font package: vs-standard-official.mse-symbol-font
version: 2009-02-04 version: 2010-03-25
# This file doesn't do anything, other files in this directory can be included # This file doesn't do anything, other files in this directory can be included
# in game/style files: # in game/style files:
# watermarks Includes references to the watermark images, to be used in a style file # watermarks Includes references to the watermark images, to be used in a style file
\ No newline at end of file
...@@ -8,6 +8,7 @@ choice: ...@@ -8,6 +8,7 @@ choice:
name: Marvel name: Marvel
choice: choice:
name: A-C name: A-C
choice: Alpha Flight
choice: Avengers choice: Avengers
choice: Brotherhood choice: Brotherhood
choice: Crime Lords choice: Crime Lords
...@@ -28,6 +29,7 @@ choice: ...@@ -28,6 +29,7 @@ choice:
choice: Shi'ar choice: Shi'ar
choice: Shield choice: Shield
choice: Sinister Syndicate choice: Sinister Syndicate
choice: Skrull
choice: Spider-Friends choice: Spider-Friends
choice: choice:
name: T-Z name: T-Z
...@@ -61,6 +63,8 @@ choice: ...@@ -61,6 +63,8 @@ choice:
choice: B.P.R.D. choice: B.P.R.D.
choice: Thule Society choice: Thule Society
script: script:
if contains(card.team, match:"Alpha Flight") then "Marvel A-C Alpha Flight" else
if contains(card.team, match:"ALPHA FLIGHT") then "Marvel A-C Alpha Flight" else
if contains(card.team, match:"Avengers") then "Marvel A-C Avengers" else if contains(card.team, match:"Avengers") then "Marvel A-C Avengers" else
if contains(card.team, match:"AVENGERS") then "Marvel A-C Avengers" else if contains(card.team, match:"AVENGERS") then "Marvel A-C Avengers" else
if contains(card.team, match:"Brood") then "Marvel A-C Brood" else if contains(card.team, match:"Brood") then "Marvel A-C Brood" else
...@@ -95,6 +99,8 @@ script: ...@@ -95,6 +99,8 @@ script:
if contains(card.team, match:"SHIELD") then "Marvel N-S Shield" else if contains(card.team, match:"SHIELD") then "Marvel N-S Shield" else
if contains(card.team, match:"Sinister Syndicate") then "Marvel N-S Sinister Syndicate" else if contains(card.team, match:"Sinister Syndicate") then "Marvel N-S Sinister Syndicate" else
if contains(card.team, match:"SINISTER SYNDICATE") then "Marvel N-S Sinister Syndicate" else if contains(card.team, match:"SINISTER SYNDICATE") then "Marvel N-S Sinister Syndicate" else
if contains(card.team, match:"Skrull") then "Marvel N-S Skrull" else
if contains(card.team, match:"SKRULL") then "Marvel N-S Skrull" else
if contains(card.team, match:"Spider-Friends") then "Marvel N-S Spider-Friends" else if contains(card.team, match:"Spider-Friends") then "Marvel N-S Spider-Friends" else
if contains(card.team, match:"SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else if contains(card.team, match:"SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else
if contains(card.team, match:"Thunderbolts") then "Marvel T-Z Thunderbolts" else if contains(card.team, match:"Thunderbolts") then "Marvel T-Z Thunderbolts" else
......
# Watermark images # Watermark images
choice images: choice images:
Marvel A-C Alpha Flight: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/alphaflight.png"))
Marvel A-C Avengers: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/avengers.png")) Marvel A-C Avengers: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/avengers.png"))
Marvel A-C Brotherhood: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/brotherhood.png")) Marvel A-C Brotherhood: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/brotherhood.png"))
Marvel A-C Crime Lords: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/crimelords.png")) Marvel A-C Crime Lords: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/crimelords.png"))
...@@ -16,6 +17,7 @@ choice images: ...@@ -16,6 +17,7 @@ choice images:
Marvel N-S Shi'ar: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shiar.png")) Marvel N-S Shi'ar: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shiar.png"))
Marvel N-S Shield: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shield.png")) Marvel N-S Shield: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shield.png"))
Marvel N-S Sinister Syndicate: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/sinistersyndicate.png")) Marvel N-S Sinister Syndicate: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/sinistersyndicate.png"))
Marvel N-S Skrull: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/skrull.png"))
Marvel N-S Spider-Friends: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/spiderman.png")) Marvel N-S Spider-Friends: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/spiderman.png"))
Marvel T-Z Thunderbolts: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/thunderbolts.png")) Marvel T-Z Thunderbolts: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/thunderbolts.png"))
Marvel T-Z Underworld: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/underworld.png")) Marvel T-Z Underworld: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/underworld.png"))
......
...@@ -6,22 +6,20 @@ installer group: VS System/New style/Normal ...@@ -6,22 +6,20 @@ installer group: VS System/New style/Normal
icon: card-sample.png icon: card-sample.png
position hint: 001 position hint: 001
version: 2009-01-18 version: 2010-07-30
depends on: depends on:
package: vs.mse-game package: vs.mse-game
version: 2008-10-26 version: 2008-10-26
depends on: depends on:
package: vs-common.mse-include package: vs-common.mse-include
version: 2007-09-06 version: 2008-01-03
depends on: depends on:
package: vs-standard-official.mse-symbol-font package: vs-standard-official.mse-symbol-font
version: 2008-01-03 version: 2008-01-03
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
con_opt_template_1 := { con_opt_template_1 := {
...@@ -63,7 +61,7 @@ init script: ...@@ -63,7 +61,7 @@ init script:
}) + }) +
# step 3 : Expand shortcut words ~ and CARDNAME # step 3 : Expand shortcut words ~ and CARDNAME
replace_rule( replace_rule(
match: "~|~THIS~|CARDNAME", match: "CARDNAME",
in_context: "(^|[[:space:]])<match>", in_context: "(^|[[:space:]])<match>",
replace: "<atom-cardname>&</atom-cardname>" replace: "<atom-cardname>&</atom-cardname>"
) + ) +
...@@ -78,7 +76,7 @@ init script: ...@@ -78,7 +76,7 @@ init script:
replace: "<sym-auto>&</sym-auto>") + replace: "<sym-auto>&</sym-auto>") +
# step 5b: Majority of affiliation symbols # step 5b: Majority of affiliation symbols
replace_rule( replace_rule(
match: "Activate|Avengers|B.P.R.D.|Brotherhood|Crime Lords|Defenders|Doom|Fantastic Four|Gotham Knights|Green Lantern|Hellfire Club|Heralds of Galactus|Horsemen of Apocalypse|Invaders|JLA|JSA|Kree|Marvel Knights|Masters of Evil|Negative Zone|Planet|Shadowpact|Shi'ar|Sinister Syndicate|Skrull|Speed Force|Spider-Friends|Team Superman|Thule Society|Thunderbolts|Teen Titans|Underworld|Warbound|X-Men", match: "Activate|Alpha Flight|Avengers|B.P.R.D.|Brotherhood|Crime Lords|Defenders|Doom|Fantastic Four|Gotham Knights|Green Lantern|Hellfire Club|Heralds of Galactus|Horsemen of Apocalypse|Invaders|JLA|JSA|Kree|Marvel Knights|Masters of Evil|Negative Zone|Planet|Shadowpact|Shi'ar|Sinister Syndicate|Skrull|Speed Force|Spider-Friends|Team Superman|Thule Society|Thunderbolts|Teen Titans|Underworld|Warbound|X-Men",
replace: "<sym-auto>&</sym-auto>") + replace: "<sym-auto>&</sym-auto>") +
# step 5c: SHIELD Variations # step 5c: SHIELD Variations
replace_rule( replace_rule(
......
...@@ -6,7 +6,7 @@ installer group: VS System/Oversize Avatar ...@@ -6,7 +6,7 @@ installer group: VS System/Oversize Avatar
icon: card-sample.png icon: card-sample.png
position hint: 007 position hint: 007
version: 2009-01-18 version: 2010-08-13
depends on: depends on:
package: vs.mse-game package: vs.mse-game
version: 2008-10-26 version: 2008-10-26
...@@ -20,11 +20,9 @@ depends on: ...@@ -20,11 +20,9 @@ depends on:
package: vs-standard-official.mse-symbol-font package: vs-standard-official.mse-symbol-font
version: 2008-01-03 version: 2008-01-03
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 75 card dpi: 75
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
card_shape := { if styling.style_sorting then "avatar" else "new" } card_shape := { if styling.style_sorting then "avatar" else "new" }
...@@ -54,7 +52,7 @@ init script: ...@@ -54,7 +52,7 @@ init script:
}) + }) +
# step 3 : Expand shortcut words ~ and CARDNAME # step 3 : Expand shortcut words ~ and CARDNAME
replace_rule( replace_rule(
match: "~|~THIS~|CARDNAME", match: "CARDNAME",
in_context: "(^|[[:space:]])<match>", in_context: "(^|[[:space:]])<match>",
replace: "<atom-cardname>&</atom-cardname>" replace: "<atom-cardname>&</atom-cardname>"
) + ) +
...@@ -69,7 +67,7 @@ init script: ...@@ -69,7 +67,7 @@ init script:
replace: "<sym-auto>&</sym-auto>") + replace: "<sym-auto>&</sym-auto>") +
# step 5b: Majority of affiliation symbols # step 5b: Majority of affiliation symbols
replace_rule( replace_rule(
match: "Activate|Avengers|B.P.R.D.|Brotherhood|Crime Lords|Defenders|Doom|Fantastic Four|Gotham Knights|Green Lantern|Hellfire Club|Heralds of Galactus|Horsemen of Apocalypse|Invaders|JLA|JSA|Kree|Marvel Knights|Masters of Evil|Negative Zone|Planet|Shadowpact|Shi'ar|Sinister Syndicate|Skrull|Speed Force|Spider-Friends|Team Superman|Thule Society|Thunderbolts|Teen Titans|Underworld|Warbound|X-Men", match: "Activate|Alpha Flight|Avengers|B.P.R.D.|Brotherhood|Crime Lords|Defenders|Doom|Fantastic Four|Gotham Knights|Green Lantern|Hellfire Club|Heralds of Galactus|Horsemen of Apocalypse|Invaders|JLA|JSA|Kree|Marvel Knights|Masters of Evil|Negative Zone|Planet|Shadowpact|Shi'ar|Sinister Syndicate|Skrull|Speed Force|Spider-Friends|Team Superman|Thule Society|Thunderbolts|Teen Titans|Underworld|Warbound|X-Men",
replace: "<sym-auto>&</sym-auto>") + replace: "<sym-auto>&</sym-auto>") +
# step 5c: SHIELD Variations # step 5c: SHIELD Variations
replace_rule( replace_rule(
...@@ -118,22 +116,7 @@ card style: ...@@ -118,22 +116,7 @@ card style:
z index: -2 z index: -2
render style: image render style: image
popup style: in place popup style: in place
choice images: image: card.png
characters visible character: card.png
characters visible character dual: card.png
characters visible character dual (new): card.png
characters hidden concealed: card.png
characters hidden concealed dual: card.png
characters hidden concealed dual (new): card.png
characters concealed-optional concealed-optional character: card.png
characters concealed-optional concealed-optional dual: card.png
characters concealed-optional concealed-optional dual (new): card.png
equipment visible equipment: card.png
equipment concealed equipment: card.png
equipment concealed-optional equipment: card.png
location: card.png
plot twist: card.png
planet: card.png
############################# Name line ############################# Name line
full name: full name:
left: 80 left: 80
......
...@@ -36,3 +36,6 @@ auto replace: ...@@ -36,3 +36,6 @@ auto replace:
auto replace: auto replace:
match: @ match: @
replace: <sym>@</sym> replace: <sym>@</sym>
auto replace:
match: ~
replace: CARDNAME
...@@ -42,7 +42,6 @@ card field: ...@@ -42,7 +42,6 @@ card field:
choice: plot twist choice: plot twist
choice: planet choice: planet
default: card_type() default: card_type()
show statistics: false
description: The frame of the card. description: The frame of the card.
############################# Name line ############################# Name line
card field: card field:
......
...@@ -5,7 +5,7 @@ installer group: VS System/game files ...@@ -5,7 +5,7 @@ installer group: VS System/game files
icon: card-back.png icon: card-back.png
position hint: 3 position hint: 3
version: 2009-07-25 version: 2010-08-13
depends on: depends on:
package: vs-common.mse-include package: vs-common.mse-include
version: 2009-02-04 version: 2009-02-04
...@@ -24,4 +24,4 @@ include file: keywords ...@@ -24,4 +24,4 @@ include file: keywords
include file: word_lists include file: word_lists
include file: auto_replace include file: auto_replace
############################################################## Other stuff ############################################################## Other stuff
\ No newline at end of file
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