Skip to content
Snippets Groups Projects
Commit 80e2a23e authored by Pregmodder's avatar Pregmodder
Browse files

As per request. Also added name swapping control to the intro.

parent 9edb15f3
Branches
Tags
No related merge requests found
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
4/02/2018 4/02/2018
22
-fixes, typos and code improvements
-even more (git) vector art
21 21
-more nicknames -more nicknames
-more names then you'll ever want -more names then you'll ever want
......
...@@ -147,6 +147,13 @@ __''General slave settings''__ ...@@ -147,6 +147,13 @@ __''General slave settings''__
[[Enable mentions of nationality|Intro Summary][$seeNationality = 1]] [[Enable mentions of nationality|Intro Summary][$seeNationality = 1]]
<</if>> <</if>>
<br>
<<if $surnameOrder != 1>>
Order names ''based on country of origin''. [[Force name surname|Intro Summary][$surnameOrder = 1]]
<<else>>
Names will always be ''Name Surname''. [[Allow nationality name order|Intro Summary][$surnameOrder = 0]]
<</if>>
<br> <br>
<<if $familyTesting == 1>> <<if $familyTesting == 1>>
Slaves ''can'' have extended families instead of just a single relative. //May cause lag.// Slaves ''can'' have extended families instead of just a single relative. //May cause lag.//
...@@ -464,20 +471,21 @@ __''Player Character''__ ...@@ -464,20 +471,21 @@ __''Player Character''__
[[feminine Mistress|Intro Summary][$PC.title = 0, $PCCreationSex = "feminine ''Mistress''"]] [[feminine Mistress|Intro Summary][$PC.title = 0, $PCCreationSex = "feminine ''Mistress''"]]
<</if>> <</if>>
<br>Everyone calls you ''<<textbox "$PC.name" $PC.name>>'' <<if $PC.surname>> ''<<textbox "$PC.surname" $PC.surname>>'' <</if>> <br>Everyone calls you ''<<PlayerName>>.''
<br> <br>
With ''<<textbox "$PC.name" $PC.name>>'' as your given name and
<<if $PC.surname == 0>> <<if $PC.surname == 0>>
<<link "Add a surname">> no surname.
<<set $PC.surname = "Anon">> <<link "Add a surname">>
<<goto "Intro Summary">> <<set $PC.surname = "Anon">>
<</link>> //Surnames cannot be changed during the game outside of special circumstances.// <<goto "Intro Summary">>
<</if>> <</link>> //Surnames cannot be changed during the game outside of special circumstances.//
<<else>>
<<if $PC.surname != 0>> ''<<textbox "$PC.surname" $PC.surname>>'' as your surname.
<<link "Go by a single name">> <<link "Go by a single name">>
<<set $PC.surname = 0, $PC.surname = "">> <<set $PC.surname = 0, $PC.surname = "">>
<<goto "Intro Summary">> <<goto "Intro Summary">>
<</link>> <</link>>
<</if>> <</if>>
<br> <br>
...@@ -901,7 +909,7 @@ Currently ...@@ -901,7 +909,7 @@ Currently
''enabled.'' [[Disable|Intro Summary][$seeImages = 0]] ''enabled.'' [[Disable|Intro Summary][$seeImages = 0]]
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<if $imageChoice == 1>> <<if $imageChoice == 1>>
''Vector art by NoX'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to non-embedded vector art|Intro Summary][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Intro Summary][$imageChoice = 3]] ''Vector art by NoX/Deepmurk'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to non-embedded vector art|Intro Summary][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Intro Summary][$imageChoice = 3]]
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
Highlights on shiny clothing Highlights on shiny clothing
<<if $seeVectorArtHighlights == 1>> <<if $seeVectorArtHighlights == 1>>
...@@ -911,7 +919,7 @@ Currently ...@@ -911,7 +919,7 @@ Currently
<</if>> <</if>>
<br>@@.red;Git compiled only, no exceptions.@@ <br>@@.red;Git compiled only, no exceptions.@@
<<elseif $imageChoice == 2>> <<elseif $imageChoice == 2>>
''Vector art by NoX - non-embed version'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to embedded vector art|Intro Summary][$imageChoice = 1]] | [[Switch to revamped embedded vector art|Intro Summary][$imageChoice = 3]] ''Vector art by NoX/Deepmurk - non-embed version'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to embedded vector art|Intro Summary][$imageChoice = 1]] | [[Switch to revamped embedded vector art|Intro Summary][$imageChoice = 3]]
<<elseif $imageChoice == 3>> <<elseif $imageChoice == 3>>
''Vector art revamp'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to embedded vector art|Intro Summary][$imageChoice = 1]] | [[Switch to non-embedded vector art|Intro Summary][$imageChoice = 2]] ''Vector art revamp'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to embedded vector art|Intro Summary][$imageChoice = 1]] | [[Switch to non-embedded vector art|Intro Summary][$imageChoice = 2]]
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
......
...@@ -52,7 +52,7 @@ Image display ...@@ -52,7 +52,7 @@ Image display
@@.cyan;ENABLED@@. [[Disable|Options][$seeImages = 0]] @@.cyan;ENABLED@@. [[Disable|Options][$seeImages = 0]]
<br> <br>
<<if $imageChoice == 1>> <<if $imageChoice == 1>>
@@.yellow;Vector art by NoX@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to non-embedded vector art|Options][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Options][$imageChoice = 3]] @@.yellow;Vector art by NoX/Deepmurk@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to non-embedded vector art|Options][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Options][$imageChoice = 3]]
<br> <br>
Highlights on shiny clothing Highlights on shiny clothing
<<if $seeVectorArtHighlights == 1>> <<if $seeVectorArtHighlights == 1>>
...@@ -62,7 +62,7 @@ Image display ...@@ -62,7 +62,7 @@ Image display
<</if>> <</if>>
<br>@@.red;Git compiled only, no exceptions.@@ <br>@@.red;Git compiled only, no exceptions.@@
<<elseif $imageChoice == 2>> <<elseif $imageChoice == 2>>
@@.yellow;Vector art by NoX - non-embed version@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to embedded vector art|Options][$imageChoice = 1]] | [[Switch to revamped embedded vector art|Options][$imageChoice = 3]] @@.yellow;Vector art by NoX/Deepmurk - non-embed version@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to embedded vector art|Options][$imageChoice = 1]] | [[Switch to revamped embedded vector art|Options][$imageChoice = 3]]
<<elseif $imageChoice == 3>> <<elseif $imageChoice == 3>>
@@.yellow;Vector art revamp@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to embedded vector art|Options][$imageChoice = 1]] | [[Switch to non-embedded vector art|Options][$imageChoice = 2]] @@.yellow;Vector art revamp@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to embedded vector art|Options][$imageChoice = 1]] | [[Switch to non-embedded vector art|Options][$imageChoice = 2]]
<br> <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment