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
538cc607
Commit
538cc607
authored
4 years ago
by
Arkerthan
Browse files
Options
Downloads
Patches
Plain Diff
convert description options to new options system
parent
0ae8d180
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6739
mor eoptions converting
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/descriptionOptions.tw
+57
-109
57 additions, 109 deletions
src/uncategorized/descriptionOptions.tw
with
57 additions
and
109 deletions
src/uncategorized/descriptionOptions.tw
+
57
−
109
View file @
538cc607
:: Description Options [nobr]
:: Description Options [nobr]
<style>
.subHeading {
width: 85%;
text-align: center;
margin-top: 1.5em;
}
</style>
<<set $nextButton = "Back">>
<<set $nextButton = "Back">>
<<if $storedLink !== "Slave Interact">>
<<if $storedLink !== "Slave Interact">>
<<if lastVisited("Slave Interact") === 1>>
<<if lastVisited("Slave Interact") === 1>>
...
@@ -18,109 +10,65 @@
...
@@ -18,109 +10,65 @@
<</if>>
<</if>>
<<set $nextLink = $storedLink>>
<<set $nextLink = $storedLink>>
<h1>Description Options</h1>
//These options will affect both the long form description of each slave and the miniscenes available from the main menu.//
//These options will affect both the long form description of each slave and the miniscenes available from the main menu.//
<br>
<<set _options = new App.UI.OptionsGroup()>>
<<options $surnameOrder>>
<<option 0 "Allow nationality name order">>
<<run _options.addOption("", "surnameOrder")
Order names ''based on country of origin''.
.addValue("Allow nationality name order", 0).customDescription("Order names ''based on country of origin''.")
<<option 1 "Force name surname">>
.addValue("Force name surname", 1).customDescription("Names will always be ''Name Surname''.")
Names will always be ''Name Surname''.
.addValue("Force surname name", 2).customDescription("Names will always be ''Surname Name''.")>>
<<option 2 "Force surname name">>
Names will always be ''Surname Name''.
<<run _options.addOption("", "seeRace")
<</options>>
.addValue("Disable most mentions of race", 0).off().customDescription("Ethnicity will ''almost never'' be mentioned.")
.addValue("Enable mentions of race", 1).on().customDescription("Ethnicity will ''occasionally'' be mentioned.")>>
<br>
<<options $seeRace>>
<<run _options.addOption("", "seeNationality")
<<option 0 "Disable most mentions of race">>
.addValue("Disable most mentions of nationality", 0).off().customDescription("Nationality will ''almost never'' be mentioned.")
Ethnicity will ''almost never'' be mentioned.
.addValue("Enable mentions of nationality", 1).on().customDescription("Nationality will ''occasionally'' be mentioned.")>>
<<option 1 "Enable mentions of race">>
Ethnicity will ''occasionally'' be mentioned.
<<run _options.addOption("The effects of implants are", "showImplantEffects")
<</options>>
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<br>
<<options $seeNationality>>
<<run _options.addOption("Clothing is mostly", "showClothing")
<<option 0 "Disable most mentions of nationality">>
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
Nationality will ''almost never'' be mentioned.
<<option 1 "Enable mentions of nationality">>
<<run _options.addOption("Detailed slave age information is", "showAgeDetail")
Nationality will ''occasionally'' be mentioned.
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<</options>>
<<run _options.addOption("Approximate height is", "showHeightCMs")
<br>
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<options $showImplantEffects>>
The effects of implants are
<<run _options.addOption("Cosmetic body mods are", "showBodyMods")
<<option 1 "Shown">>
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<option 0 "Hidden">>
<</options>>
<<run _options.addOption("Sexual histories are", "showSexualHistory")
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<options $showClothing>>
Clothing is mostly
<<run _options.addOption("Attractiveness and Sexual scores are", "showScores")
<<option 1 "Shown">>
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<option 0 "Hidden">>
<</options>>
<<run _options.addOption("Volume, in CCs, of breasts is", "showBoobCCs")
<br>
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<options $showAgeDetail>>
Detailed slave age information is
<<run _options.addOption("Height and length units are in", "showInches")
<<option 1 "Shown">>
.addValueList([["Metric", 0], ["Both", 1], ["Imperial", 2]])>>
<<option 0 "Hidden">>
<</options>>
<br>
<<options $showHeightCMs>>
Approximate height is
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<<options $showBodyMods>>
Cosmetic body mods are
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<br>
<<options $showSexualHistory>>
Sexual histories are
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<<options $showScores>>
Attractiveness and Sexual scores are
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<br>
<<options $showBoobCCs>>
Volume, in CCs, of breasts is
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<<options $showInches>>
Height and length units are in
<<option 0 "Metric">>
<<option 1 "Both">>
<<option 2 "Imperial">>
<</options>>
<div class="subHeading">
<<if $seeDicks > 0>> <br>
<<if $seeDicks > 0>> <br>
<<options $showDickCMs>>
<<run _options.addOption("Approximate sizes of dicks and balls are", "showDickCMs")
Approximate sizes of dicks and balls are
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<</if>>
<</if>>
</div>
<div class="subHeading">
<<run _options.addOption("Numbers are displayed as", "showNumbers")
<<if $showNumbers == 1>>Only numbers @@.cyan;UP TO $showNumbersMax@@<<else>>Numbers<</if>> are displayed as
.addValueList([["Integers", 2], ["Both", 1], ["Words", 0]])>>
<<if $showNumbers == 1>>
words.
<<if $showNumbers === 1>>
<<textbox "$showNumbersMax" $showNumbersMax>> //[[Words|Description Options][$showNumbers = 0]]// | //[[Integers|Description Options][$showNumbers = 2]]//
<<run _options.addOption("Only numbers up to $showNumbersMax are displayed as words", "showNumbersMax")
<<elseif $showNumbers == 2>>
.addValue("Default (20)", 20).showTextBox()>>
@@.yellow;INTEGERS.@@ //[[Words|Description Options][$showNumbers = 0]]// | //[[Both|Description Options][$showNumbers = 1, $showNumbersMax = 20]]//
<<else>>
@@.yellow;WORDS.@@ //[[Integers|Description Options][$showNumbers = 2]]// | //[[Both|Description Options][$showNumbers = 1, $showNumbersMax = 20]]//
<</if>>
<</if>>
</div>
<<print App.UI.DOM.includeDOM(_options.render())>>
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