diff --git a/errors.txt b/errors.txt new file mode 100644 index 0000000..979d5c3 --- /dev/null +++ b/errors.txt @@ -0,0 +1,14 @@ +I'm sorry, but errors were detected in your script. Please correct the +errors listed below, and try again. + + +File "game/characters/conjoint.rpy", line 3: expected statement. + def etat_civil(): + ^ + +File "game/engine/score.rpy", line 1: python block expects a non-empty block. + init 10 python: + ^ + +Ren'Py Version: Ren'Py 8.1.3.23091805 +Fri Jan 12 21:10:15 2024 diff --git a/game/cache/bytecode-39.rpyb b/game/cache/bytecode-39.rpyb index 2bae809..42d4de4 100644 Binary files a/game/cache/bytecode-39.rpyb and b/game/cache/bytecode-39.rpyb differ diff --git a/game/cache/screens.rpyb b/game/cache/screens.rpyb index ca5414d..4f630c3 100644 Binary files a/game/cache/screens.rpyb and b/game/cache/screens.rpyb differ diff --git a/game/cache/shaders.txt b/game/cache/shaders.txt index 233978b..fb51ac0 100644 --- a/game/cache/shaders.txt +++ b/game/cache/shaders.txt @@ -1,7 +1,7 @@ -renpy.dissolve renpy.geometry -renpy.geometry renpy.texture -renpy.solid -renpy.ftl -renpy.texture -renpy.dissolve renpy.dissolve -renpy.geometry renpy.solid +renpy.solid +renpy.dissolve renpy.geometry +renpy.geometry renpy.solid +renpy.texture +renpy.ftl +renpy.geometry renpy.texture +renpy.dissolve renpy.dissolve diff --git a/game/characters/conjoint.rpy b/game/characters/conjoint.rpy index 06aa8d4..e69de29 100644 --- a/game/characters/conjoint.rpy +++ b/game/characters/conjoint.rpy @@ -1,10 +0,0 @@ - # adapter genre en fonction de couple hétéro ou gay - -def etat_civil(): - if m.conjoint == 1: - if m.attirance == 1: - conjoint.genre = m.genre - if m.attirance ==0 and m.genre == "femme": - conjoint.genre = "homme" - if m.attirance ==0 and m.genre == "homme": - conjoint.genre = "femme" diff --git a/game/characters/protagoniste.rpy b/game/characters/protagoniste.rpy index 7bb3f53..2c4a097 100644 --- a/game/characters/protagoniste.rpy +++ b/game/characters/protagoniste.rpy @@ -40,14 +40,14 @@ init 0 python: #TODO Nuancer nb enfant par rapport situation familiale en s'appuyant sur des statistiques self.enfants = renpy.random.randint(0,3) # situation sociale - self.social = renpy.random.choice(["ouvrier", "employé", "cadre"]) + self.social = renpy.random.choice(["technicien", "secrétaire", "graphiste"]) # nombre d'années d'études # TODO pondérer par des statistiques self.etudes = renpy.random.randint (0,8) # nombre d'annés d'expérience sur toute la carrière self.experience = renpy.random.randint(0, self.age - (18 + self.etudes)) # entreprise employeuse - self.entreprise = renpy.random.choice(["Greenenergie", "Hula-hoop conso", "Fractale"]) + self.entreprise = renpy.random.choice(["Greenergie", "Watt-o-watt", "Enercentrale"]) # nombre d'années d'ancienneté dans l'entreprise self.anciennete = renpy.random.randint(0, self.experience) # nombre d'années de chômage @@ -66,4 +66,5 @@ init 0 python: self.salaire = self.salaire + (self.salaire * self.experience * 0.05) # minoration de 20% si genre = femme if self.genre == "femme": - self.salaire = self.salaire - (self.salaire * 0.2) \ No newline at end of file + self.salaire = self.salaire - (self.salaire * 0.2) + diff --git a/game/dialogues/collegues.rpy b/game/dialogues/collegues.rpy deleted file mode 100644 index 0b0ab5b..0000000 --- a/game/dialogues/collegues.rpy +++ /dev/null @@ -1,7 +0,0 @@ -label comptable - label .aimable - label .bonjour - "Bonjour, vous allez bien aujourd'hui ?" - label .demander_discussion - "Excusez-moi, si ça ne vous dérange pas, j'aimerais voir une petite chose avec vous." - \ No newline at end of file diff --git a/game/dialogues/conjoint.rpy b/game/dialogues/conjoint.rpy deleted file mode 100644 index e69de29..0000000 diff --git a/game/dialogues/patron.rpy b/game/dialogues/patron.rpy deleted file mode 100644 index e69de29..0000000 diff --git a/game/engine/score.rpy b/game/engine/score.rpy index 2e64563..e69de29 100644 --- a/game/engine/score.rpy +++ b/game/engine/score.rpy @@ -1,4 +0,0 @@ -init 10 python: - - # Définition des moyens financiers du foyer - \ No newline at end of file diff --git a/game/saves/navigation.json b/game/saves/navigation.json index 000fa45..81e940a 100644 --- a/game/saves/navigation.json +++ b/game/saves/navigation.json @@ -1 +1 @@ -{"error": false, "size": [1920, 1080], "name": "Patron, donne-moi une augmentation", "version": "1.0", "location": {"label": {"fiches_personnages": ["game/script.rpy", 80], "start": ["game/script.rpy", 109], "apres_midi": ["game/story/apres_midi.rpy", 1], "matin": ["game/story/matin.rpy", 1], "midi": ["game/story/midi.rpy", 1], "morning_routine": ["game/story/morning_routine.rpy", 1], "negociation_patron": ["game/story/negociation_patron.rpy", 1], "petit_dejeuner": ["game/story/petit_dejeuner.rpy", 1], "trajet": ["game/story/trajet.rpy", 1]}, "define": {"config.check_conflicting_properties": ["game/gui.rpy", 16], "gui.accent_color": ["game/gui.rpy", 30], "gui.idle_color": ["game/gui.rpy", 34], "gui.idle_small_color": ["game/gui.rpy", 38], "gui.hover_color": ["game/gui.rpy", 41], "gui.selected_color": ["game/gui.rpy", 46], "gui.insensitive_color": ["game/gui.rpy", 50], "gui.muted_color": ["game/gui.rpy", 55], "gui.hover_muted_color": ["game/gui.rpy", 56], "gui.text_color": ["game/gui.rpy", 59], "gui.interface_text_color": ["game/gui.rpy", 60], "gui.text_font": ["game/gui.rpy", 66], "gui.name_text_font": ["game/gui.rpy", 69], "gui.interface_text_font": ["game/gui.rpy", 72], "gui.text_size": ["game/gui.rpy", 75], "gui.name_text_size": ["game/gui.rpy", 78], "gui.interface_text_size": ["game/gui.rpy", 81], "gui.label_text_size": ["game/gui.rpy", 84], "gui.notify_text_size": ["game/gui.rpy", 87], "gui.title_text_size": ["game/gui.rpy", 90], "gui.main_menu_background": ["game/gui.rpy", 96], "gui.game_menu_background": ["game/gui.rpy", 97], "gui.textbox_height": ["game/gui.rpy", 106], "gui.textbox_yalign": ["game/gui.rpy", 110], "gui.name_xpos": ["game/gui.rpy", 116], "gui.name_ypos": ["game/gui.rpy", 117], "gui.name_xalign": ["game/gui.rpy", 121], "gui.namebox_width": ["game/gui.rpy", 125], "gui.namebox_height": ["game/gui.rpy", 126], "gui.namebox_borders": ["game/gui.rpy", 130], "gui.namebox_tile": ["game/gui.rpy", 134], "gui.dialogue_xpos": ["game/gui.rpy", 139], "gui.dialogue_ypos": ["game/gui.rpy", 140], "gui.dialogue_width": ["game/gui.rpy", 143], "gui.dialogue_text_xalign": ["game/gui.rpy", 148], "gui.button_width": ["game/gui.rpy", 158], "gui.button_height": ["game/gui.rpy", 159], "gui.button_borders": ["game/gui.rpy", 163], "gui.button_tile": ["game/gui.rpy", 167], "gui.button_text_font": ["game/gui.rpy", 170], "gui.button_text_size": ["game/gui.rpy", 173], "gui.button_text_idle_color": ["game/gui.rpy", 176], "gui.button_text_hover_color": ["game/gui.rpy", 177], "gui.button_text_selected_color": ["game/gui.rpy", 178], "gui.button_text_insensitive_color": ["game/gui.rpy", 179], "gui.button_text_xalign": ["game/gui.rpy", 183], "gui.radio_button_borders": ["game/gui.rpy", 192], "gui.check_button_borders": ["game/gui.rpy", 194], "gui.confirm_button_text_xalign": ["game/gui.rpy", 196], "gui.page_button_borders": ["game/gui.rpy", 198], "gui.quick_button_borders": ["game/gui.rpy", 200], "gui.quick_button_text_size": ["game/gui.rpy", 201], "gui.quick_button_text_idle_color": ["game/gui.rpy", 202], "gui.quick_button_text_selected_color": ["game/gui.rpy", 203], "gui.choice_button_width": ["game/gui.rpy", 217], "gui.choice_button_height": ["game/gui.rpy", 218], "gui.choice_button_tile": ["game/gui.rpy", 219], "gui.choice_button_borders": ["game/gui.rpy", 220], "gui.choice_button_text_font": ["game/gui.rpy", 221], "gui.choice_button_text_size": ["game/gui.rpy", 222], "gui.choice_button_text_xalign": ["game/gui.rpy", 223], "gui.choice_button_text_idle_color": ["game/gui.rpy", 224], "gui.choice_button_text_hover_color": ["game/gui.rpy", 225], "gui.choice_button_text_insensitive_color": ["game/gui.rpy", 226], "gui.slot_button_width": ["game/gui.rpy", 237], "gui.slot_button_height": ["game/gui.rpy", 238], "gui.slot_button_borders": ["game/gui.rpy", 239], "gui.slot_button_text_size": ["game/gui.rpy", 240], "gui.slot_button_text_xalign": ["game/gui.rpy", 241], "gui.slot_button_text_idle_color": ["game/gui.rpy", 242], "gui.slot_button_text_selected_idle_color": ["game/gui.rpy", 243], "gui.slot_button_text_selected_hover_color": ["game/gui.rpy", 244], "config.thumbnail_width": ["game/gui.rpy", 248], "config.thumbnail_height": ["game/gui.rpy", 249], "gui.file_slot_cols": ["game/gui.rpy", 253], "gui.file_slot_rows": ["game/gui.rpy", 254], "gui.navigation_xpos": ["game/gui.rpy", 264], "gui.skip_ypos": ["game/gui.rpy", 267], "gui.notify_ypos": ["game/gui.rpy", 270], "gui.choice_spacing": ["game/gui.rpy", 273], "gui.navigation_spacing": ["game/gui.rpy", 276], "gui.pref_spacing": ["game/gui.rpy", 279], "gui.pref_button_spacing": ["game/gui.rpy", 282], "gui.page_spacing": ["game/gui.rpy", 285], "gui.slot_spacing": ["game/gui.rpy", 288], "gui.main_menu_text_xalign": ["game/gui.rpy", 291], "gui.frame_borders": ["game/gui.rpy", 301], "gui.confirm_frame_borders": ["game/gui.rpy", 304], "gui.skip_frame_borders": ["game/gui.rpy", 307], "gui.notify_frame_borders": ["game/gui.rpy", 310], "gui.frame_tile": ["game/gui.rpy", 313], "gui.bar_size": ["game/gui.rpy", 327], "gui.scrollbar_size": ["game/gui.rpy", 328], "gui.slider_size": ["game/gui.rpy", 329], "gui.bar_tile": ["game/gui.rpy", 333], "gui.scrollbar_tile": ["game/gui.rpy", 334], "gui.slider_tile": ["game/gui.rpy", 335], "gui.bar_borders": ["game/gui.rpy", 338], "gui.scrollbar_borders": ["game/gui.rpy", 339], "gui.slider_borders": ["game/gui.rpy", 340], "gui.vbar_borders": ["game/gui.rpy", 343], "gui.vscrollbar_borders": ["game/gui.rpy", 344], "gui.vslider_borders": ["game/gui.rpy", 345], "gui.unscrollable": ["game/gui.rpy", 349], "config.history_length": ["game/gui.rpy", 357], "gui.history_height": ["game/gui.rpy", 361], "gui.history_name_xpos": ["game/gui.rpy", 365], "gui.history_name_ypos": ["game/gui.rpy", 366], "gui.history_name_width": ["game/gui.rpy", 367], "gui.history_name_xalign": ["game/gui.rpy", 368], "gui.history_text_xpos": ["game/gui.rpy", 371], "gui.history_text_ypos": ["game/gui.rpy", 372], "gui.history_text_width": ["game/gui.rpy", 373], "gui.history_text_xalign": ["game/gui.rpy", 374], "gui.nvl_borders": ["game/gui.rpy", 383], "gui.nvl_list_length": ["game/gui.rpy", 387], "gui.nvl_height": ["game/gui.rpy", 391], "gui.nvl_spacing": ["game/gui.rpy", 395], "gui.nvl_name_xpos": ["game/gui.rpy", 399], "gui.nvl_name_ypos": ["game/gui.rpy", 400], "gui.nvl_name_width": ["game/gui.rpy", 401], "gui.nvl_name_xalign": ["game/gui.rpy", 402], "gui.nvl_text_xpos": ["game/gui.rpy", 405], "gui.nvl_text_ypos": ["game/gui.rpy", 406], "gui.nvl_text_width": ["game/gui.rpy", 407], "gui.nvl_text_xalign": ["game/gui.rpy", 408], "gui.nvl_thought_xpos": ["game/gui.rpy", 412], "gui.nvl_thought_ypos": ["game/gui.rpy", 413], "gui.nvl_thought_width": ["game/gui.rpy", 414], "gui.nvl_thought_xalign": ["game/gui.rpy", 415], "gui.nvl_button_xpos": ["game/gui.rpy", 418], "gui.nvl_button_xalign": ["game/gui.rpy", 419], "gui.language": ["game/gui.rpy", 429], "quick_menu": ["game/screens.rpy", 267], "gui.history_allow_tags": ["game/screens.rpy", 934], "config.nvl_list_length": ["game/screens.rpy", 1366], "bubble.frame": ["game/screens.rpy", 1475], "bubble.thoughtframe": ["game/screens.rpy", 1476], "bubble.properties": ["game/screens.rpy", 1478], "bubble.expand_area": ["game/screens.rpy", 1504], "config.name": ["game/options.rpy", 18], "gui.show_name": ["game/options.rpy", 24], "config.version": ["game/options.rpy", 29], "gui.about": ["game/options.rpy", 35], "build.name": ["game/options.rpy", 46], "config.has_sound": ["game/options.rpy", 55], "config.has_music": ["game/options.rpy", 56], "config.has_voice": ["game/options.rpy", 57], "config.enter_transition": ["game/options.rpy", 83], "config.exit_transition": ["game/options.rpy", 84], "config.intra_transition": ["game/options.rpy", 89], "config.after_load_transition": ["game/options.rpy", 94], "config.end_game_transition": ["game/options.rpy", 99], "config.window": ["game/options.rpy", 117], "config.window_show_transition": ["game/options.rpy", 122], "config.window_hide_transition": ["game/options.rpy", 123], "config.save_directory": ["game/options.rpy", 156], "config.window_icon": ["game/options.rpy", 163]}, "screen": {"say": ["game/screens.rpy", 98], "input": ["game/screens.rpy", 175], "choice": ["game/screens.rpy", 208], "quick_menu": ["game/screens.rpy", 1525], "navigation": ["game/screens.rpy", 288], "main_menu": ["game/screens.rpy", 352], "game_menu": ["game/screens.rpy", 418], "about": ["game/screens.rpy", 545], "save": ["game/screens.rpy", 586], "load": ["game/screens.rpy", 593], "file_slots": ["game/screens.rpy", 600], "preferences": ["game/screens.rpy", 729], "history": ["game/screens.rpy", 890], "help": ["game/screens.rpy", 982], "keyboard_help": ["game/screens.rpy", 1011], "mouse_help": ["game/screens.rpy", 1062], "gamepad_help": ["game/screens.rpy", 1085], "confirm": ["game/screens.rpy", 1151], "skip_indicator": ["game/screens.rpy", 1216], "notify": ["game/screens.rpy", 1274], "nvl": ["game/screens.rpy", 1313], "nvl_dialogue": ["game/screens.rpy", 1345], "bubble": ["game/screens.rpy", 1433]}, "transform": {"delayed_blink": ["game/screens.rpy", 1235], "notify_appear": ["game/screens.rpy", 1285]}, "callable": {"touch": ["game/gui.rpy", 441], "small": ["game/gui.rpy", 448], "Personnage.__init__": ["game/script.rpy", 10], "Personnage.etat_civil": ["game/script.rpy", 25]}}, "build": {"directory_name": "Patronjeveuxuneaugmentation-1.0", "executable_name": "Patronjeveuxuneaugmentation", "include_update": false, "packages": [{"name": "pc", "formats": ["zip"], "file_lists": ["windows", "linux", "renpy", "all"], "description": "PC: Windows and Linux", "update": true, "dlc": false, "hidden": false}, {"name": "linux", "formats": ["tar.bz2"], "file_lists": ["linux", "linux_arm", "renpy", "all"], "description": "Linux", "update": true, "dlc": false, "hidden": false}, {"name": "mac", "formats": ["app-zip", "app-dmg"], "file_lists": ["mac", "renpy", "all"], "description": "Macintosh", "update": true, "dlc": false, "hidden": false}, {"name": "win", "formats": ["zip"], "file_lists": ["windows", "renpy", "all"], "description": "Windows", "update": true, "dlc": false, "hidden": false}, {"name": "market", "formats": ["bare-zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "Windows, Mac, Linux for Markets", "update": true, "dlc": false, "hidden": false}, {"name": "steam", "formats": ["zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "steam", "update": true, "dlc": false, "hidden": true}, {"name": "android", "formats": ["directory"], "file_lists": ["android", "all"], "description": "android", "update": false, "dlc": true, "hidden": true}, {"name": "ios", "formats": ["directory"], "file_lists": ["ios", "all"], "description": "ios", "update": false, "dlc": true, "hidden": true}, {"name": "web", "formats": ["zip"], "file_lists": ["web", "renpy", "all"], "description": "web", "update": false, "dlc": true, "hidden": true}], "archives": [["archive", ["all"]]], "documentation_patterns": ["*.html", "*.txt"], "base_patterns": [["*.py", null], ["*.sh", null], ["*.app/", null], ["*.dll", null], ["*.manifest", null], ["*.keystore", null], ["lib/", null], ["renpy/", null], ["update/", null], ["common/", null], ["update/", null], ["old-game/", null], ["icon.ico", null], ["icon.icns", null], ["project.json", null], ["log.txt", null], ["errors.txt", null], ["traceback.txt", null], ["image_cache.txt", null], ["text_overflow.txt", null], ["dialogue.txt", null], ["dialogue.tab", null], ["profile_screen.txt", null], ["files.txt", null], ["memory.txt", null], ["tmp/", null], ["game/saves/", null], ["game/bytecode.rpyb", null], ["archived/", null], ["launcherinfo.py", null], ["android.txt", null], ["game/presplash*.*", ["all"]], ["android.json", ["android"]], [".android.json", ["android"]], ["android-*.png", ["android"]], ["android-*.jpg", ["android"]], ["ouya_icon.png", null], ["ios-presplash.*", ["ios"]], ["ios-launchimage.png", null], ["ios-icon.png", null], ["web-presplash.png", ["web"]], ["web-presplash.jpg", ["web"]], ["web-presplash.webp", ["web"]], ["progressive_download.txt", ["web"]], ["steam_appid.txt", null], ["game/cache/bytecode-39.rpyb", ["all"]], ["game/cache/bytecode-311.rpyb", ["web"]], ["game/cache/bytecode-*.rpyb", null], ["**~", null], ["**.bak", null], ["**/.**", null], ["**/#**", null], ["**/thumbs.db", null], [".*", null], ["**", ["all"]]], "renpy_patterns": [["renpy/common/_compat/**", null], ["renpy/common/_roundrect/**", null], ["renpy/common/_outline/**", null], ["renpy/common/_theme**", null], ["lib/**/_ssl.*", null], ["renpy/**__pycache__/**.cpython-39.pyc", ["all"]], ["renpy/**__pycache__", ["all"]], ["**~", null], ["**/#*", null], ["**/.*", null], ["**.old", null], ["**.new", null], ["**.rpa", null], ["**/steam_appid.txt", null], ["renpy.py", ["all"]], ["renpy/", ["all"]], ["renpy/**.py", ["renpy"]], ["renpy/**.pxd", null], ["renpy/**.pxi", null], ["renpy/**.pyx", null], ["renpy/**.pyc", null], ["renpy/**.pyo", null], ["renpy/common/", ["all"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**.rpy", ["renpy"]], ["renpy/common/**.rpym", ["renpy"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**", ["all"]], ["renpy/**", ["all"]], ["lib/*/renpy", null], ["lib/*/renpy.exe", null], ["lib/*/pythonw.exe", null], ["lib/py2-*/", null], ["lib/py*-windows-i686/**", ["windows_i686"]], ["lib/py*-windows-x86_64/**", ["windows"]], ["lib/py*-linux-i686/**", ["linux_i686"]], ["lib/py*-linux-aarch64/**", ["linux_arm"]], ["lib/py*-linux-armv7l/**", ["linux_arm"]], ["lib/py*-linux-*/**", ["linux"]], ["lib/py*-mac-*/**", ["mac"]], ["lib/python2.*/**", null], ["lib/**", ["windows", "linux", "mac", "android", "ios"]], ["renpy.sh", ["linux", "mac"]]], "xbit_patterns": ["**.sh", "lib/py*-linux-*/*", "lib/py*-mac-*/*", "**.app/Contents/MacOS/*"], "version": "1.0", "display_name": "Patron, donne-moi une augmentation", "exclude_empty_directories": true, "allow_integrated_gpu": true, "renpy": false, "script_version": true, "destination": "Patronjeveuxuneaugmentation-1.0-dists", "itch_channels": [["*-all.zip", "win-osx-linux"], ["*-market.zip", "win-osx-linux"], ["*-pc.zip", "win-linux"], ["*-win.zip", "win"], ["*-mac.zip", "osx"], ["*-linux.tar.bz2", "linux"], ["*-release.apk", "android"]], "mac_info_plist": {}, "merge": [["linux_i686", "linux"], ["windows_i686", "windows"]], "include_i686": true, "change_icon_i686": true, "android_permissions": [], "_sdk_fonts": false}} \ No newline at end of file +{"error": false, "size": [1920, 1080], "name": "Patron, donne-moi une augmentation", "version": "1.0", "location": {"label": {"fiches_personnages": ["game/script.rpy", 7], "start": ["game/script.rpy", 41], "apres_midi": ["game/story/apres_midi.rpy", 1], "matin": ["game/story/matin.rpy", 1], "midi": ["game/story/midi.rpy", 1], "morning_routine": ["game/story/morning_routine.rpy", 1], "negociation_patron": ["game/story/negociation_patron.rpy", 1], "petit_dejeuner": ["game/story/petit_dejeuner.rpy", 1], "trajet": ["game/story/trajet.rpy", 1]}, "define": {"config.check_conflicting_properties": ["game/gui.rpy", 16], "gui.accent_color": ["game/gui.rpy", 30], "gui.idle_color": ["game/gui.rpy", 34], "gui.idle_small_color": ["game/gui.rpy", 38], "gui.hover_color": ["game/gui.rpy", 41], "gui.selected_color": ["game/gui.rpy", 46], "gui.insensitive_color": ["game/gui.rpy", 50], "gui.muted_color": ["game/gui.rpy", 55], "gui.hover_muted_color": ["game/gui.rpy", 56], "gui.text_color": ["game/gui.rpy", 59], "gui.interface_text_color": ["game/gui.rpy", 60], "gui.text_font": ["game/gui.rpy", 66], "gui.name_text_font": ["game/gui.rpy", 69], "gui.interface_text_font": ["game/gui.rpy", 72], "gui.text_size": ["game/gui.rpy", 75], "gui.name_text_size": ["game/gui.rpy", 78], "gui.interface_text_size": ["game/gui.rpy", 81], "gui.label_text_size": ["game/gui.rpy", 84], "gui.notify_text_size": ["game/gui.rpy", 87], "gui.title_text_size": ["game/gui.rpy", 90], "gui.main_menu_background": ["game/gui.rpy", 96], "gui.game_menu_background": ["game/gui.rpy", 97], "gui.textbox_height": ["game/gui.rpy", 106], "gui.textbox_yalign": ["game/gui.rpy", 110], "gui.name_xpos": ["game/gui.rpy", 116], "gui.name_ypos": ["game/gui.rpy", 117], "gui.name_xalign": ["game/gui.rpy", 121], "gui.namebox_width": ["game/gui.rpy", 125], "gui.namebox_height": ["game/gui.rpy", 126], "gui.namebox_borders": ["game/gui.rpy", 130], "gui.namebox_tile": ["game/gui.rpy", 134], "gui.dialogue_xpos": ["game/gui.rpy", 139], "gui.dialogue_ypos": ["game/gui.rpy", 140], "gui.dialogue_width": ["game/gui.rpy", 143], "gui.dialogue_text_xalign": ["game/gui.rpy", 148], "gui.button_width": ["game/gui.rpy", 158], "gui.button_height": ["game/gui.rpy", 159], "gui.button_borders": ["game/gui.rpy", 163], "gui.button_tile": ["game/gui.rpy", 167], "gui.button_text_font": ["game/gui.rpy", 170], "gui.button_text_size": ["game/gui.rpy", 173], "gui.button_text_idle_color": ["game/gui.rpy", 176], "gui.button_text_hover_color": ["game/gui.rpy", 177], "gui.button_text_selected_color": ["game/gui.rpy", 178], "gui.button_text_insensitive_color": ["game/gui.rpy", 179], "gui.button_text_xalign": ["game/gui.rpy", 183], "gui.radio_button_borders": ["game/gui.rpy", 192], "gui.check_button_borders": ["game/gui.rpy", 194], "gui.confirm_button_text_xalign": ["game/gui.rpy", 196], "gui.page_button_borders": ["game/gui.rpy", 198], "gui.quick_button_borders": ["game/gui.rpy", 200], "gui.quick_button_text_size": ["game/gui.rpy", 201], "gui.quick_button_text_idle_color": ["game/gui.rpy", 202], "gui.quick_button_text_selected_color": ["game/gui.rpy", 203], "gui.choice_button_width": ["game/gui.rpy", 217], "gui.choice_button_height": ["game/gui.rpy", 218], "gui.choice_button_tile": ["game/gui.rpy", 219], "gui.choice_button_borders": ["game/gui.rpy", 220], "gui.choice_button_text_font": ["game/gui.rpy", 221], "gui.choice_button_text_size": ["game/gui.rpy", 222], "gui.choice_button_text_xalign": ["game/gui.rpy", 223], "gui.choice_button_text_idle_color": ["game/gui.rpy", 224], "gui.choice_button_text_hover_color": ["game/gui.rpy", 225], "gui.choice_button_text_insensitive_color": ["game/gui.rpy", 226], "gui.slot_button_width": ["game/gui.rpy", 237], "gui.slot_button_height": ["game/gui.rpy", 238], "gui.slot_button_borders": ["game/gui.rpy", 239], "gui.slot_button_text_size": ["game/gui.rpy", 240], "gui.slot_button_text_xalign": ["game/gui.rpy", 241], "gui.slot_button_text_idle_color": ["game/gui.rpy", 242], "gui.slot_button_text_selected_idle_color": ["game/gui.rpy", 243], "gui.slot_button_text_selected_hover_color": ["game/gui.rpy", 244], "config.thumbnail_width": ["game/gui.rpy", 248], "config.thumbnail_height": ["game/gui.rpy", 249], "gui.file_slot_cols": ["game/gui.rpy", 253], "gui.file_slot_rows": ["game/gui.rpy", 254], "gui.navigation_xpos": ["game/gui.rpy", 264], "gui.skip_ypos": ["game/gui.rpy", 267], "gui.notify_ypos": ["game/gui.rpy", 270], "gui.choice_spacing": ["game/gui.rpy", 273], "gui.navigation_spacing": ["game/gui.rpy", 276], "gui.pref_spacing": ["game/gui.rpy", 279], "gui.pref_button_spacing": ["game/gui.rpy", 282], "gui.page_spacing": ["game/gui.rpy", 285], "gui.slot_spacing": ["game/gui.rpy", 288], "gui.main_menu_text_xalign": ["game/gui.rpy", 291], "gui.frame_borders": ["game/gui.rpy", 301], "gui.confirm_frame_borders": ["game/gui.rpy", 304], "gui.skip_frame_borders": ["game/gui.rpy", 307], "gui.notify_frame_borders": ["game/gui.rpy", 310], "gui.frame_tile": ["game/gui.rpy", 313], "gui.bar_size": ["game/gui.rpy", 327], "gui.scrollbar_size": ["game/gui.rpy", 328], "gui.slider_size": ["game/gui.rpy", 329], "gui.bar_tile": ["game/gui.rpy", 333], "gui.scrollbar_tile": ["game/gui.rpy", 334], "gui.slider_tile": ["game/gui.rpy", 335], "gui.bar_borders": ["game/gui.rpy", 338], "gui.scrollbar_borders": ["game/gui.rpy", 339], "gui.slider_borders": ["game/gui.rpy", 340], "gui.vbar_borders": ["game/gui.rpy", 343], "gui.vscrollbar_borders": ["game/gui.rpy", 344], "gui.vslider_borders": ["game/gui.rpy", 345], "gui.unscrollable": ["game/gui.rpy", 349], "config.history_length": ["game/gui.rpy", 357], "gui.history_height": ["game/gui.rpy", 361], "gui.history_name_xpos": ["game/gui.rpy", 365], "gui.history_name_ypos": ["game/gui.rpy", 366], "gui.history_name_width": ["game/gui.rpy", 367], "gui.history_name_xalign": ["game/gui.rpy", 368], "gui.history_text_xpos": ["game/gui.rpy", 371], "gui.history_text_ypos": ["game/gui.rpy", 372], "gui.history_text_width": ["game/gui.rpy", 373], "gui.history_text_xalign": ["game/gui.rpy", 374], "gui.nvl_borders": ["game/gui.rpy", 383], "gui.nvl_list_length": ["game/gui.rpy", 387], "gui.nvl_height": ["game/gui.rpy", 391], "gui.nvl_spacing": ["game/gui.rpy", 395], "gui.nvl_name_xpos": ["game/gui.rpy", 399], "gui.nvl_name_ypos": ["game/gui.rpy", 400], "gui.nvl_name_width": ["game/gui.rpy", 401], "gui.nvl_name_xalign": ["game/gui.rpy", 402], "gui.nvl_text_xpos": ["game/gui.rpy", 405], "gui.nvl_text_ypos": ["game/gui.rpy", 406], "gui.nvl_text_width": ["game/gui.rpy", 407], "gui.nvl_text_xalign": ["game/gui.rpy", 408], "gui.nvl_thought_xpos": ["game/gui.rpy", 412], "gui.nvl_thought_ypos": ["game/gui.rpy", 413], "gui.nvl_thought_width": ["game/gui.rpy", 414], "gui.nvl_thought_xalign": ["game/gui.rpy", 415], "gui.nvl_button_xpos": ["game/gui.rpy", 418], "gui.nvl_button_xalign": ["game/gui.rpy", 419], "gui.language": ["game/gui.rpy", 429], "quick_menu": ["game/screens.rpy", 267], "gui.history_allow_tags": ["game/screens.rpy", 934], "config.nvl_list_length": ["game/screens.rpy", 1366], "bubble.frame": ["game/screens.rpy", 1475], "bubble.thoughtframe": ["game/screens.rpy", 1476], "bubble.properties": ["game/screens.rpy", 1478], "bubble.expand_area": ["game/screens.rpy", 1504], "config.name": ["game/options.rpy", 18], "gui.show_name": ["game/options.rpy", 24], "config.version": ["game/options.rpy", 29], "gui.about": ["game/options.rpy", 35], "build.name": ["game/options.rpy", 46], "config.has_sound": ["game/options.rpy", 55], "config.has_music": ["game/options.rpy", 56], "config.has_voice": ["game/options.rpy", 57], "config.enter_transition": ["game/options.rpy", 83], "config.exit_transition": ["game/options.rpy", 84], "config.intra_transition": ["game/options.rpy", 89], "config.after_load_transition": ["game/options.rpy", 94], "config.end_game_transition": ["game/options.rpy", 99], "config.window": ["game/options.rpy", 117], "config.window_show_transition": ["game/options.rpy", 122], "config.window_hide_transition": ["game/options.rpy", 123], "config.save_directory": ["game/options.rpy", 156], "config.window_icon": ["game/options.rpy", 163]}, "screen": {"say": ["game/screens.rpy", 98], "input": ["game/screens.rpy", 175], "choice": ["game/screens.rpy", 208], "quick_menu": ["game/screens.rpy", 1525], "navigation": ["game/screens.rpy", 288], "main_menu": ["game/screens.rpy", 352], "game_menu": ["game/screens.rpy", 418], "about": ["game/screens.rpy", 545], "save": ["game/screens.rpy", 586], "load": ["game/screens.rpy", 593], "file_slots": ["game/screens.rpy", 600], "preferences": ["game/screens.rpy", 729], "history": ["game/screens.rpy", 890], "help": ["game/screens.rpy", 982], "keyboard_help": ["game/screens.rpy", 1011], "mouse_help": ["game/screens.rpy", 1062], "gamepad_help": ["game/screens.rpy", 1085], "confirm": ["game/screens.rpy", 1151], "skip_indicator": ["game/screens.rpy", 1216], "notify": ["game/screens.rpy", 1274], "nvl": ["game/screens.rpy", 1313], "nvl_dialogue": ["game/screens.rpy", 1345], "bubble": ["game/screens.rpy", 1433]}, "transform": {"delayed_blink": ["game/screens.rpy", 1235], "notify_appear": ["game/screens.rpy", 1285]}, "callable": {"touch": ["game/gui.rpy", 441], "small": ["game/gui.rpy", 448], "Personnage.__init__": ["game/characters/protagoniste.rpy", 6], "Personnage.etat_civil": ["game/characters/protagoniste.rpy", 22], "dialogue": ["game/engine/interractions.rpy", 8]}}, "build": {"directory_name": "Patronjeveuxuneaugmentation-1.0", "executable_name": "Patronjeveuxuneaugmentation", "include_update": false, "packages": [{"name": "pc", "formats": ["zip"], "file_lists": ["windows", "linux", "renpy", "all"], "description": "PC: Windows and Linux", "update": true, "dlc": false, "hidden": false}, {"name": "linux", "formats": ["tar.bz2"], "file_lists": ["linux", "linux_arm", "renpy", "all"], "description": "Linux", "update": true, "dlc": false, "hidden": false}, {"name": "mac", "formats": ["app-zip", "app-dmg"], "file_lists": ["mac", "renpy", "all"], "description": "Macintosh", "update": true, "dlc": false, "hidden": false}, {"name": "win", "formats": ["zip"], "file_lists": ["windows", "renpy", "all"], "description": "Windows", "update": true, "dlc": false, "hidden": false}, {"name": "market", "formats": ["bare-zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "Windows, Mac, Linux for Markets", "update": true, "dlc": false, "hidden": false}, {"name": "steam", "formats": ["zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "steam", "update": true, "dlc": false, "hidden": true}, {"name": "android", "formats": ["directory"], "file_lists": ["android", "all"], "description": "android", "update": false, "dlc": true, "hidden": true}, {"name": "ios", "formats": ["directory"], "file_lists": ["ios", "all"], "description": "ios", "update": false, "dlc": true, "hidden": true}, {"name": "web", "formats": ["zip"], "file_lists": ["web", "renpy", "all"], "description": "web", "update": false, "dlc": true, "hidden": true}], "archives": [["archive", ["all"]]], "documentation_patterns": ["*.html", "*.txt"], "base_patterns": [["*.py", null], ["*.sh", null], ["*.app/", null], ["*.dll", null], ["*.manifest", null], ["*.keystore", null], ["lib/", null], ["renpy/", null], ["update/", null], ["common/", null], ["update/", null], ["old-game/", null], ["icon.ico", null], ["icon.icns", null], ["project.json", null], ["log.txt", null], ["errors.txt", null], ["traceback.txt", null], ["image_cache.txt", null], ["text_overflow.txt", null], ["dialogue.txt", null], ["dialogue.tab", null], ["profile_screen.txt", null], ["files.txt", null], ["memory.txt", null], ["tmp/", null], ["game/saves/", null], ["game/bytecode.rpyb", null], ["archived/", null], ["launcherinfo.py", null], ["android.txt", null], ["game/presplash*.*", ["all"]], ["android.json", ["android"]], [".android.json", ["android"]], ["android-*.png", ["android"]], ["android-*.jpg", ["android"]], ["ouya_icon.png", null], ["ios-presplash.*", ["ios"]], ["ios-launchimage.png", null], ["ios-icon.png", null], ["web-presplash.png", ["web"]], ["web-presplash.jpg", ["web"]], ["web-presplash.webp", ["web"]], ["progressive_download.txt", ["web"]], ["steam_appid.txt", null], ["game/cache/bytecode-39.rpyb", ["all"]], ["game/cache/bytecode-311.rpyb", ["web"]], ["game/cache/bytecode-*.rpyb", null], ["**~", null], ["**.bak", null], ["**/.**", null], ["**/#**", null], ["**/thumbs.db", null], [".*", null], ["**", ["all"]]], "renpy_patterns": [["renpy/common/_compat/**", null], ["renpy/common/_roundrect/**", null], ["renpy/common/_outline/**", null], ["renpy/common/_theme**", null], ["lib/**/_ssl.*", null], ["renpy/**__pycache__/**.cpython-39.pyc", ["all"]], ["renpy/**__pycache__", ["all"]], ["**~", null], ["**/#*", null], ["**/.*", null], ["**.old", null], ["**.new", null], ["**.rpa", null], ["**/steam_appid.txt", null], ["renpy.py", ["all"]], ["renpy/", ["all"]], ["renpy/**.py", ["renpy"]], ["renpy/**.pxd", null], ["renpy/**.pxi", null], ["renpy/**.pyx", null], ["renpy/**.pyc", null], ["renpy/**.pyo", null], ["renpy/common/", ["all"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**.rpy", ["renpy"]], ["renpy/common/**.rpym", ["renpy"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**", ["all"]], ["renpy/**", ["all"]], ["lib/*/renpy", null], ["lib/*/renpy.exe", null], ["lib/*/pythonw.exe", null], ["lib/py2-*/", null], ["lib/py*-windows-i686/**", ["windows_i686"]], ["lib/py*-windows-x86_64/**", ["windows"]], ["lib/py*-linux-i686/**", ["linux_i686"]], ["lib/py*-linux-aarch64/**", ["linux_arm"]], ["lib/py*-linux-armv7l/**", ["linux_arm"]], ["lib/py*-linux-*/**", ["linux"]], ["lib/py*-mac-*/**", ["mac"]], ["lib/python2.*/**", null], ["lib/**", ["windows", "linux", "mac", "android", "ios"]], ["renpy.sh", ["linux", "mac"]]], "xbit_patterns": ["**.sh", "lib/py*-linux-*/*", "lib/py*-mac-*/*", "**.app/Contents/MacOS/*"], "version": "1.0", "display_name": "Patron, donne-moi une augmentation", "exclude_empty_directories": true, "allow_integrated_gpu": true, "renpy": false, "script_version": true, "destination": "Patronjeveuxuneaugmentation-1.0-dists", "itch_channels": [["*-all.zip", "win-osx-linux"], ["*-market.zip", "win-osx-linux"], ["*-pc.zip", "win-linux"], ["*-win.zip", "win"], ["*-mac.zip", "osx"], ["*-linux.tar.bz2", "linux"], ["*-release.apk", "android"]], "mac_info_plist": {}, "merge": [["linux_i686", "linux"], ["windows_i686", "windows"]], "include_i686": true, "change_icon_i686": true, "android_permissions": [], "_sdk_fonts": false}} \ No newline at end of file diff --git a/game/saves/persistent b/game/saves/persistent index 05890e6..8e683d8 100644 Binary files a/game/saves/persistent and b/game/saves/persistent differ diff --git a/game/tl/None/common.rpymc b/game/tl/None/common.rpymc index 5c78269..76387e0 100644 Binary files a/game/tl/None/common.rpymc and b/game/tl/None/common.rpymc differ