Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
c6cb66ed
Commit
c6cb66ed
authored
4 years ago
by
Arkerthan
Browse files
Options
Downloads
Patches
Plain Diff
make intro summary and options menu art options equivalent
parent
a3bd1778
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!6760
convert intro summary to new options system
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/options.tw
+10
-2
10 additions, 2 deletions
src/uncategorized/options.tw
with
10 additions
and
2 deletions
src/uncategorized/options.tw
+
10
−
2
View file @
c6cb66ed
...
@@ -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")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment