From 7a5689101b7b57590209e52b0a5f77adf550b8a7 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Wed, 29 Oct 2025 08:49:06 -0500 Subject: [PATCH] Ace defaults --- modules/rpgmakerace.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rpgmakerace.py b/modules/rpgmakerace.py index cd6cdc2..c9eaeb2 100644 --- a/modules/rpgmakerace.py +++ b/modules/rpgmakerace.py @@ -74,7 +74,7 @@ LEAVE = False # Config (Default) # FIRSTLINESPEAKERS: Guess speaker from first line. -FIRSTLINESPEAKERS = True +FIRSTLINESPEAKERS = False # FACENAME101: Map face name -> speaker. FACENAME101 = False # BRFLAG: Newlines ->
. @@ -89,13 +89,13 @@ TLSYSTEMVARIABLES = False JOIN408 = False # Dialogue / Scroll / Choices (Main Codes) -CODE101 = False +CODE101 = True CODE401 = True CODE405 = True CODE102 = True # Optional -CODE408 = True +CODE408 = False # Variables CODE122 = False