diff --git a/console_play.py b/console_play.py index 0d0cf04..03741a3 100644 --- a/console_play.py +++ b/console_play.py @@ -23,7 +23,7 @@ def console_print(str, pycharm=False): def play_unconstrained(): generator = CTRLGenerator() #generator = WebGenerator(CRED_FILE) - prompt = get_story_start("fallout") + prompt = get_story_start("forest") story_manager = UnconstrainedStoryManager(generator) story_manager.start_new_story(prompt) diff --git a/generator/ctrl/ctrl_generator.py b/generator/ctrl/ctrl_generator.py index e423e77..a2c740b 100644 --- a/generator/ctrl/ctrl_generator.py +++ b/generator/ctrl/ctrl_generator.py @@ -218,7 +218,7 @@ class CTRLGenerator(): # disallow some tokens forbidden_tokens = ['', 'Sco@@', "&@@", "1]@@", "2]@@", "3]@@", "4]@@", "https://www.@@", "[@@", ":@@", "Edit", "&@@", "2:","1:", ":", "Edit@@", "EDI@@", "EDIT@@", "edit", "TL@@", "tl@@", ";@@", - '**', "http://@@"] + '**', "http://@@", "Redd@@", "UP@@"] if num_new_lines > self.max_new_lines: forbidden_tokens.append("\n") diff --git a/story/story_data.yaml b/story/story_data.yaml index db35852..c5329ee 100644 --- a/story/story_data.yaml +++ b/story/story_data.yaml @@ -3,11 +3,7 @@ prompts: hospital: "You wake up in an old rundown hospital with no memory of how you got there. You look around and see " - peasant: "You are a medieval peasant. You just finished the days work in the wheat fields. You get home to your thatched hut and see " - - alien: "You've crash landed on an alien planet. You don't know if you can get your ship working. You get out to explore your surroundings and see " - - fallout: "It's been 13 years since the nuclear bombs went off starting this nuclear apocalypse. You're getting low on food and need to go find some. You leave your shelter and see " + forest: "You wake up in an old dark forest with no memory of how you got there. You look around and see " action_verbs: classic: ["You attack", "You tell", "You use", "You go"]