mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Move "Reset to default" button label to XML
This commit is contained in:
parent
678ffc995a
commit
a3d23a436a
3 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
<LanguageData>
|
<LanguageData>
|
||||||
<RS_Mod_Title>RJW Sexperience</RS_Mod_Title>
|
<RS_Mod_Title>RJW Sexperience</RS_Mod_Title>
|
||||||
|
|
||||||
|
<!-- Sex status screen -->
|
||||||
<LustStatFactor>Lust: x{0}%</LustStatFactor>
|
<LustStatFactor>Lust: x{0}%</LustStatFactor>
|
||||||
<SlaveStatFactor>Slave: x{0}%</SlaveStatFactor>
|
<SlaveStatFactor>Slave: x{0}%</SlaveStatFactor>
|
||||||
<SlaveStatFactorDefault>Not Slave: x100%</SlaveStatFactorDefault>
|
<SlaveStatFactorDefault>Not Slave: x100%</SlaveStatFactorDefault>
|
||||||
|
@ -59,6 +60,7 @@
|
||||||
<RS_LastSex>last sex</RS_LastSex>
|
<RS_LastSex>last sex</RS_LastSex>
|
||||||
<RS_HadBestSexDaysAgo>Had best sex {0}.</RS_HadBestSexDaysAgo>
|
<RS_HadBestSexDaysAgo>Had best sex {0}.</RS_HadBestSexDaysAgo>
|
||||||
|
|
||||||
|
<!-- Mod settings -->
|
||||||
<RSOption_1_Label>Enable record randomizer</RSOption_1_Label>
|
<RSOption_1_Label>Enable record randomizer</RSOption_1_Label>
|
||||||
<RSOption_1_Desc>Randomize pawn's sex records.</RSOption_1_Desc>
|
<RSOption_1_Desc>Randomize pawn's sex records.</RSOption_1_Desc>
|
||||||
<RSOption_2_Label>Lust effect power</RSOption_2_Label>
|
<RSOption_2_Label>Lust effect power</RSOption_2_Label>
|
||||||
|
@ -85,7 +87,9 @@
|
||||||
<RSOption_MaxSingleLustChange_Desc>Set how much lust can change from a single sex act</RSOption_MaxSingleLustChange_Desc>
|
<RSOption_MaxSingleLustChange_Desc>Set how much lust can change from a single sex act</RSOption_MaxSingleLustChange_Desc>
|
||||||
<RSOption_EnableBastardRelation_Label>Enable Bastard relation</RSOption_EnableBastardRelation_Label>
|
<RSOption_EnableBastardRelation_Label>Enable Bastard relation</RSOption_EnableBastardRelation_Label>
|
||||||
<RSOption_EnableBastardRelation_Desc>Child is marked as a bastard if they have only one parent or their parents are (or was) married</RSOption_EnableBastardRelation_Desc>
|
<RSOption_EnableBastardRelation_Desc>Child is marked as a bastard if they have only one parent or their parents are (or was) married</RSOption_EnableBastardRelation_Desc>
|
||||||
|
<Button_ResetToDefault>Reset to default</Button_ResetToDefault>
|
||||||
|
|
||||||
|
<!-- Sex types -->
|
||||||
<Vaginal>Vaginal</Vaginal>
|
<Vaginal>Vaginal</Vaginal>
|
||||||
<Anal>Anal</Anal>
|
<Anal>Anal</Anal>
|
||||||
<Oral>Oral</Oral>
|
<Oral>Oral</Oral>
|
||||||
|
@ -104,6 +108,7 @@
|
||||||
<Cunnilingus>Cunnilingus</Cunnilingus>
|
<Cunnilingus>Cunnilingus</Cunnilingus>
|
||||||
<Sixtynine>Sixtynine</Sixtynine>
|
<Sixtynine>Sixtynine</Sixtynine>
|
||||||
|
|
||||||
|
<!-- Sexuality -->
|
||||||
<None>None</None>
|
<None>None</None>
|
||||||
<Asexual>Asexual</Asexual>
|
<Asexual>Asexual</Asexual>
|
||||||
<Pansexual>Pansexual</Pansexual>
|
<Pansexual>Pansexual</Pansexual>
|
||||||
|
@ -115,11 +120,13 @@
|
||||||
<MostlyHomosexual>Mostly gay</MostlyHomosexual>
|
<MostlyHomosexual>Mostly gay</MostlyHomosexual>
|
||||||
<Homosexual>Gay</Homosexual>
|
<Homosexual>Gay</Homosexual>
|
||||||
|
|
||||||
|
<!-- Misc -->
|
||||||
<Lust>lust</Lust>
|
<Lust>lust</Lust>
|
||||||
<Unknown>unknown</Unknown>
|
<Unknown>unknown</Unknown>
|
||||||
<Virgin>virgin</Virgin>
|
<Virgin>virgin</Virgin>
|
||||||
<Incest>incest</Incest>
|
<Incest>incest</Incest>
|
||||||
|
|
||||||
|
<!-- Order mode -->
|
||||||
<RS_PONormal>Unordered</RS_PONormal>
|
<RS_PONormal>Unordered</RS_PONormal>
|
||||||
<RS_PoRecent>Recent</RS_PoRecent>
|
<RS_PoRecent>Recent</RS_PoRecent>
|
||||||
<RS_PoMost>Most</RS_PoMost>
|
<RS_PoMost>Most</RS_PoMost>
|
||||||
|
|
|
@ -128,7 +128,7 @@ namespace RJWSexperience
|
||||||
|
|
||||||
listmain.CheckboxLabeled(Keyed.Option_EnableBastardRelation_Label, ref enableBastardRelation, Keyed.Option_EnableBastardRelation_Desc);
|
listmain.CheckboxLabeled(Keyed.Option_EnableBastardRelation_Label, ref enableBastardRelation, Keyed.Option_EnableBastardRelation_Desc);
|
||||||
|
|
||||||
if (listmain.ButtonText("reset to default"))
|
if (listmain.ButtonText(Keyed.Button_ResetToDefault))
|
||||||
{
|
{
|
||||||
ResetToDefault();
|
ResetToDefault();
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,6 +89,7 @@ namespace RJWSexperience
|
||||||
public static readonly string Option_MaxSingleLustChange_Desc = "RSOption_MaxSingleLustChange_Desc".Translate();
|
public static readonly string Option_MaxSingleLustChange_Desc = "RSOption_MaxSingleLustChange_Desc".Translate();
|
||||||
public static readonly string Option_EnableBastardRelation_Label = "RSOption_EnableBastardRelation_Label".Translate();
|
public static readonly string Option_EnableBastardRelation_Label = "RSOption_EnableBastardRelation_Label".Translate();
|
||||||
public static readonly string Option_EnableBastardRelation_Desc = "RSOption_EnableBastardRelation_Desc".Translate();
|
public static readonly string Option_EnableBastardRelation_Desc = "RSOption_EnableBastardRelation_Desc".Translate();
|
||||||
|
public static readonly string Button_ResetToDefault = "Button_ResetToDefault".Translate();
|
||||||
|
|
||||||
public static string Translate(this PartnerOrderMode mode)
|
public static string Translate(this PartnerOrderMode mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue