From 54af4382d988a97bf549c10d42fe52fcb3803083 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 30 Jan 2020 00:42:04 -0500 Subject: [PATCH] fix --- src/gui/mainMenu/AlphaDisclaimer.tw | 51 ++++++++++++++++++----------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw index 2569ce1cd76..082970e91fd 100644 --- a/src/gui/mainMenu/AlphaDisclaimer.tw +++ b/src/gui/mainMenu/AlphaDisclaimer.tw @@ -1,28 +1,19 @@ :: Alpha disclaimer [nobr] - +<h2>Warning:</h2> <p class="yellow"> This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended. </p> +<h2>Note:</h2> <p> - ''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues/. Consider attaching a save file and screenshot of the problem. Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/. -</p> - -<p> - An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions. -</p> - -<p> - __Important note for new players, and a reminder for FC veterans:__ when the player is offered a set of choices, the ''Continue'' button at the top of the left sidebar will almost always remain available. Using this to decline all the options presented is //not cheating.// If it's available, it's supposed to be available. It represents the player character politely bowing out of the situation. -</p> - -<p style="font-weight:Bold"> - Saves from versions prior to 0.6 are not compatible. -</p> - -<p> - [[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]] + <span style="font-weight:Bold"> + This is an alpha. + </span> + That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues/. Consider attaching a save file and screenshot of the problem. + <div> + Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/. + </div> </p> <div> <<link "version info">> @@ -43,7 +34,29 @@ Mod: extra preg content and other crap </span> </div> + + <p style="font-weight:Bold"> + Saves from versions prior to 0.6 are not compatible. + </p> <</replace>> <</link>> </div> -<span id="version"></span> \ No newline at end of file +<span id="version"></span> + +<h2>Welcome!</h2> +<p> + An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions. +</p> + +<h3>Important note for new players, and a reminder for FC veterans:</h3> +<p> + When the player is offered a set of choices, the + <span style="font-weight:Bold"> + Continue + </span> + button at the top of the left sidebar will almost always remain available. Using this to decline all the options presented is <span style="font-style:italic">not cheating.</span> If it's available, it's supposed to be available. It represents the player character politely bowing out of the situation. +</p> + +<p> + [[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]] +</p> -- GitLab