Skip to content
Snippets Groups Projects
Commit c6cb66ed authored by Arkerthan's avatar Arkerthan
Browse files

make intro summary and options menu art options equivalent

parent a3bd1778
Branches
Tags
1 merge request!6760convert intro summary to new options system
...@@ -226,6 +226,8 @@ This save was created using FC version $ver build $releaseID. ...@@ -226,6 +226,8 @@ This save was created using FC version $ver build $releaseID.
.addValueList([["Revamped embedded vector art", 3], ["Non-embedded vector art", 2], ["NoX/Deepmurk's vector art", 1], ["Shokushu's rendered imagepack", 0]])>> .addValueList([["Revamped embedded vector art", 3], ["Non-embedded vector art", 2], ["NoX/Deepmurk's vector art", 1], ["Shokushu's rendered imagepack", 0]])>>
<<if $imageChoice === 1>> <<if $imageChoice === 1>>
<<run _options.addOption("").addComment('<span class="warning">Git compiled only, no exceptions.</span>')>>
<<run _options.addOption("Face artwork is", "seeFaces") <<run _options.addOption("Face artwork is", "seeFaces")
.addValue("Enabled", 1).on().addValue("Disabled", 0).off()>> .addValue("Enabled", 1).on().addValue("Disabled", 0).off()>>
...@@ -238,12 +240,18 @@ This save was created using FC version $ver build $releaseID. ...@@ -238,12 +240,18 @@ This save was created using FC version $ver build $releaseID.
<<run _options.addOption("Clothing erection bulges are", "showClothingErection") <<run _options.addOption("Clothing erection bulges are", "showClothingErection")
.addValue("Enabled", true).on().addValue("Disabled", false).off()>> .addValue("Enabled", true).on().addValue("Disabled", false).off()>>
<<elseif $imageChoice === 0>> <<elseif $imageChoice === 0>>
<<run _options.addOption("").addComment(`You need """to"""
<a href="https://mega.nz/#!upoAlBaZ!EbZ5wCixxZxBhMN_ireJTXt0SIPOywO2JW9XzTIPhe0">download the image pack</a>
"""and""" put the 'renders' folder into the resources/ folder where this html file is.`
)>>
<<run _options.addOption("Slave summary fetish images are", "seeMainFetishes") <<run _options.addOption("Slave summary fetish images are", "seeMainFetishes")
.addValue("Enabled", 1).on().addValue("Disabled", 0).off()>> .addValue("Enabled", 1).on().addValue("Disabled", 0).off()>>
<<elseif $imageChoice === 3>> <<elseif $imageChoice === 3>>
<<run _options.addOption("").addComment('<span class="warning">Git compiled only, no exceptions.</span>')>>
<<run _options.addOption("Clothing erection bulges are", "showClothingErection") <<run _options.addOption("Clothing erection bulges are", "showClothingErection")
.addValue("Enabled", true).on().addValue("Disabled", false).off() .addValue("Enabled", true).on().addValue("Disabled", false).off()>>
.addComment("@@.red;Git compiled only, no exceptions.@@")>>
<</if>> <</if>>
<<run _options.addOption("PA avatar art is", "seeAvatar") <<run _options.addOption("PA avatar art is", "seeAvatar")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment