From 9bed59816882927839ae18ae2e387dbcd6612b08 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Tue, 3 Aug 2021 07:39:36 +1000 Subject: [PATCH 1/4] Modify thicker Outlines --- game/gui.rpy | 2 +- game/script.rpy | 52 ++++++++++++++++++++++++------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/game/gui.rpy b/game/gui.rpy index d8a3daf..3832934 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -78,7 +78,7 @@ define gui.text_size = 42 ## The size of character names. define gui.name_text_size = 45 -define gui.name_text_outlines = [ (absolute(1.5), gui.name_outline, 0, 0) ] +define gui.name_text_outlines = [ (absolute(2.0), gui.name_outline, 0, 0) ] ## The size of text in the game's user interface. define gui.interface_text_size = 33 diff --git a/game/script.rpy b/game/script.rpy index 48bb42f..ca58308 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -88,33 +88,33 @@ transform randPosition: #Characters -define A = Character ('Anon',color="#36E12D", who_outlines=[(1, '#0C300A')]) # Light Green -define F = Character ('Fang',color="#B4D4CE", who_outlines=[(1, '#112D27')]) # Light Cyan -define Lucy = Character ('Lucy',color="#B4D4CE", who_outlines=[(1, '#112D27')]) # Light Cyan -define Ro = Character ('Rosa',color="#FE712B", who_outlines=[(1, '#3D1809')]) # Red-Orange -define St = Character ('Stella',color="#D2FFAA", who_outlines=[(1, '#203011')]) # Light Green -define N = Character ('Naomi',color="#F8B9A0", who_outlines=[(1, '#291A1B')]) # Peach -define Nas = Character ('Naser',color="#F89E38", who_outlines=[(1, '#2D2D2D')]) # Orange -define T = Character ('Trish',color="#B675E6", who_outlines=[(1, '#1F0632')]) # Purple -define Attendant = Character ('Attendant',color="#8A0036", who_outlines=[(1, '#FFFFFF')]) # Maroon -define Sp = Character ('Spears',color="#C4C3C3", who_outlines=[(1, '#272727')]) # Light Grey -define Re = Character ('Reed',color="#ED4C5B", who_outlines=[(1, '#361013')]) # Bright Red -define D = Character ('Driver',color="#FFC63A", who_outlines=[(1, '#4D280A')]) # Yellow-Orange -define FM = Character ('Fangs Mom',color="#FFD8F6", who_outlines=[(1, '#361730')]) # Bright Pink -define FD = Character ('Fangs Dad',color="#D8A09A", who_outlines=[(1, '#190E0F')]) # Desaturated Orange -define Tsuki = Character ('Mr. Tsuki',color="#A7F2A2", who_outlines=[(1, '#320E3B')]) # Pear Green -define unknown = Character ('(???)',color="#000000", who_outlines=[(1, '#FFFFFF')]) # Black -define jingo = Character ('Mr. Jingo',color="#CD8283", who_outlines=[(1, '#0F0D49')]) # Desaturated Red -define MaitD = Character ('Maitre D',color="#241630", who_outlines=[(1, '#241630')]) # Cobalt Blue -define Moe = Character('Moe',color="#A5BEED", who_outlines=[(1, '#342210')]) # Desaturated Blue -define Vince = Character ('Vince',color="#FFC63A", who_outlines=[(1, '#4D280A')]) # Yellow-Orange -define Waitress = Character ('Waitress',color="#F691C8", who_outlines=[(1, '#402E3A')]) # Pink +define A = Character ('Anon',color="#36E12D", who_outlines=[(absolute(2.0), '#0C300A')]) # Light Green +define F = Character ('Fang',color="#B4D4CE", who_outlines=[(absolute(2.0), '#112D27')]) # Light Cyan +define Lucy = Character ('Lucy',color="#B4D4CE", who_outlines=[(absolute(2.0), '#112D27')]) # Light Cyan +define Ro = Character ('Rosa',color="#FE712B", who_outlines=[(absolute(2.0), '#3D1809')]) # Red-Orange +define St = Character ('Stella',color="#D2FFAA", who_outlines=[(absolute(2.0), '#203011')]) # Light Green +define N = Character ('Naomi',color="#F8B9A0", who_outlines=[(absolute(2.0), '#291A1B')]) # Peach +define Nas = Character ('Naser',color="#F89E38", who_outlines=[(absolute(2.0), '#2D2D2D')]) # Orange +define T = Character ('Trish',color="#B675E6", who_outlines=[(absolute(2.0), '#1F0632')]) # Purple +define Attendant = Character ('Attendant',color="#8A0036", who_outlines=[(absolute(2.0), '#FFFFFF')]) # Maroon +define Sp = Character ('Spears',color="#C4C3C3", who_outlines=[(absolute(2.0), '#272727')]) # Light Grey +define Re = Character ('Reed',color="#ED4C5B", who_outlines=[(absolute(2.0), '#361013')]) # Bright Red +define D = Character ('Driver',color="#FFC63A", who_outlines=[(absolute(2.0), '#4D280A')]) # Yellow-Orange +define FM = Character ('Fangs Mom',color="#FFD8F6", who_outlines=[(absolute(2.0), '#361730')]) # Bright Pink +define FD = Character ('Fangs Dad',color="#D8A09A", who_outlines=[(absolute(2.0), '#190E0F')]) # Desaturated Orange +define Tsuki = Character ('Mr. Tsuki',color="#A7F2A2", who_outlines=[(absolute(2.0), '#320E3B')]) # Pear Green +define unknown = Character ('(???)',color="#000000", who_outlines=[(absolute(2.0), '#FFFFFF')]) # Black +define jingo = Character ('Mr. Jingo',color="#CD8283", who_outlines=[(absolute(2.0), '#0F0D49')]) # Desaturated Red +define MaitD = Character ('Maitre D',color="#241630", who_outlines=[(absolute(2.0), '#241630')]) # Cobalt Blue +define Moe = Character('Moe',color="#A5BEED", who_outlines=[(absolute(2.0), '#342210')]) # Desaturated Blue +define Vince = Character ('Vince',color="#FFC63A", who_outlines=[(absolute(2.0), '#4D280A')]) # Yellow-Orange +define Waitress = Character ('Waitress',color="#F691C8", who_outlines=[(absolute(2.0), '#402E3A')]) # Pink #long TB chars -define AnonAndFang = Character('Anon and Fang',color="72DFA8", who_outlines=[(1, '#113623')]) -define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(1, '#361504')]) -define carl = Character ('Mr. Carldewskii',color="#E19E40", who_outlines=[(1, '#03223B')]) -define Drf = Character ('Dr. Fernsworth',color="#253354", who_outlines=[(1, '#334573')]) -define FRT = Character ('Fang Reed & Trish',color="#4963A5", who_outlines=[(1, '#FFFFFF')]) +define AnonAndFang = Character('Anon and Fang',color="72DFA8", who_outlines=[(absolute(2.0), '#113623')]) +define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(absolute(2.0), '#361504')]) +define carl = Character ('Mr. Carldewskii',color="#E19E40", who_outlines=[(absolute(2.0), '#03223B')]) +define Drf = Character ('Dr. Fernsworth',color="#253354", who_outlines=[(absolute(2.0), '#334573')]) +define FRT = Character ('Fang Reed & Trish',color="#4963A5", who_outlines=[(absolute(2.0), '#FFFFFF')]) #Extra image translations #siloettes From aae7c961d3b1f7c17e3a3cee1f1116373998d40f Mon Sep 17 00:00:00 2001 From: nutbuster Date: Fri, 6 Aug 2021 09:47:52 +1000 Subject: [PATCH 2/4] Revised color codes & Minor name fixes --- game/gui.rpy | 3 ++- game/script.rpy | 53 +++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/game/gui.rpy b/game/gui.rpy index 3832934..78fcfe1 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -78,7 +78,8 @@ define gui.text_size = 42 ## The size of character names. define gui.name_text_size = 45 -define gui.name_text_outlines = [ (absolute(2.0), gui.name_outline, 0, 0) ] +define gui.name_text_thickness = absolute(2.0) +define gui.name_text_outlines = [ (gui.name_text_thickness, gui.name_outline, 0, 0) ] ## The size of text in the game's user interface. define gui.interface_text_size = 33 diff --git a/game/script.rpy b/game/script.rpy index ca58308..a43ba60 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -32,6 +32,7 @@ init python: if persistent.scroll == True: config.keymap['dismiss'].append('mousedown_4') + transform randPosition: alpha 0.0 xalign random.uniform(0.2,0.8) @@ -88,33 +89,33 @@ transform randPosition: #Characters -define A = Character ('Anon',color="#36E12D", who_outlines=[(absolute(2.0), '#0C300A')]) # Light Green -define F = Character ('Fang',color="#B4D4CE", who_outlines=[(absolute(2.0), '#112D27')]) # Light Cyan -define Lucy = Character ('Lucy',color="#B4D4CE", who_outlines=[(absolute(2.0), '#112D27')]) # Light Cyan -define Ro = Character ('Rosa',color="#FE712B", who_outlines=[(absolute(2.0), '#3D1809')]) # Red-Orange -define St = Character ('Stella',color="#D2FFAA", who_outlines=[(absolute(2.0), '#203011')]) # Light Green -define N = Character ('Naomi',color="#F8B9A0", who_outlines=[(absolute(2.0), '#291A1B')]) # Peach -define Nas = Character ('Naser',color="#F89E38", who_outlines=[(absolute(2.0), '#2D2D2D')]) # Orange -define T = Character ('Trish',color="#B675E6", who_outlines=[(absolute(2.0), '#1F0632')]) # Purple -define Attendant = Character ('Attendant',color="#8A0036", who_outlines=[(absolute(2.0), '#FFFFFF')]) # Maroon -define Sp = Character ('Spears',color="#C4C3C3", who_outlines=[(absolute(2.0), '#272727')]) # Light Grey -define Re = Character ('Reed',color="#ED4C5B", who_outlines=[(absolute(2.0), '#361013')]) # Bright Red -define D = Character ('Driver',color="#FFC63A", who_outlines=[(absolute(2.0), '#4D280A')]) # Yellow-Orange -define FM = Character ('Fangs Mom',color="#FFD8F6", who_outlines=[(absolute(2.0), '#361730')]) # Bright Pink -define FD = Character ('Fangs Dad',color="#D8A09A", who_outlines=[(absolute(2.0), '#190E0F')]) # Desaturated Orange -define Tsuki = Character ('Mr. Tsuki',color="#A7F2A2", who_outlines=[(absolute(2.0), '#320E3B')]) # Pear Green -define unknown = Character ('(???)',color="#000000", who_outlines=[(absolute(2.0), '#FFFFFF')]) # Black -define jingo = Character ('Mr. Jingo',color="#CD8283", who_outlines=[(absolute(2.0), '#0F0D49')]) # Desaturated Red -define MaitD = Character ('Maitre D',color="#241630", who_outlines=[(absolute(2.0), '#241630')]) # Cobalt Blue -define Moe = Character('Moe',color="#A5BEED", who_outlines=[(absolute(2.0), '#342210')]) # Desaturated Blue -define Vince = Character ('Vince',color="#FFC63A", who_outlines=[(absolute(2.0), '#4D280A')]) # Yellow-Orange -define Waitress = Character ('Waitress',color="#F691C8", who_outlines=[(absolute(2.0), '#402E3A')]) # Pink +define A = Character ('Anon',color="#36E12D", who_outlines=[(gui.name_text_thickness, '#0C300A')]) # Light Green +define F = Character ('Fang',color="#B4D4CE", who_outlines=[(gui.name_text_thickness, '#0F3930')]) # Light Cyan +define Lucy = Character ('Lucy',color="#B4D4CE", who_outlines=[(gui.name_text_thickness, '#0F3930')]) # Light Cyan +define Ro = Character ('Rosa',color="#FE712B", who_outlines=[(gui.name_text_thickness, '#54230F')]) # Red-Orange +define St = Character ('Stella',color="#D5FFAE", who_outlines=[(gui.name_text_thickness, '#294211')]) # Light Green +define N = Character ('Naomi',color="#FDD2C1", who_outlines=[(gui.name_text_thickness, '#462628')]) # Peach +define Nas = Character ('Naser',color="#FFB561", who_outlines=[(gui.name_text_thickness, '#512322')]) # Orange +define T = Character ('Trish',color="#B675E6", who_outlines=[(gui.name_text_thickness, '#3A0C5D')]) # Purple +define Attendant = Character ('Attendant',color="#5BF0F8", who_outlines=[(gui.name_text_thickness, '#121C68')]) # Aqua +define Sp = Character ('Spears',color="#C7C7C7", who_outlines=[(gui.name_text_thickness, '#272727')]) # Light Grey +define Re = Character ('Reed',color="#ED4C5B", who_outlines=[(gui.name_text_thickness, '#421014')]) # Bright Red +define D = Character ('Driver',color="#FFECBC", who_outlines=[(gui.name_text_thickness, '#563010')]) # Yellow-Orange +define FM = Character ("Fang's Mom",color="#FFD8F6", who_outlines=[(gui.name_text_thickness, '#521947')]) # Bright Pink +define FD = Character ("Fang's Dad",color="#D8A09A", who_outlines=[(gui.name_text_thickness, '#461B1F')]) # Desaturated Orange +define Tsuki = Character ('Mr. Tsuki',color="#A7F2A2", who_outlines=[(gui.name_text_thickness, '#471054')]) # Pear Green +define unknown = Character ('(???)',color="#000000", who_outlines=[(gui.name_text_thickness, '#FFFFFF')]) # Black +define jingo = Character ('Mr. Jingo',color="#CD8283", who_outlines=[(gui.name_text_thickness, '#0F0D49')]) # Desaturated Red +define MaitD = Character ('Maitre D',color="#AF9EFF", who_outlines=[(gui.name_text_thickness, '#241630')]) # Cobalt Blue +define Moe = Character('Moe',color="#A5BEED", who_outlines=[(gui.name_text_thickness, '#1F253B')]) # Desaturated Blue +define Vince = Character ('Vince',color="#FFECBC", who_outlines=[(gui.name_text_thickness, '#563010')]) # Yellow-Orange +define Waitress = Character ('Waitress',color="#F691C8", who_outlines=[(gui.name_text_thickness, '#512040')]) # Pink #long TB chars -define AnonAndFang = Character('Anon and Fang',color="72DFA8", who_outlines=[(absolute(2.0), '#113623')]) -define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(absolute(2.0), '#361504')]) -define carl = Character ('Mr. Carldewskii',color="#E19E40", who_outlines=[(absolute(2.0), '#03223B')]) -define Drf = Character ('Dr. Fernsworth',color="#253354", who_outlines=[(absolute(2.0), '#334573')]) -define FRT = Character ('Fang Reed & Trish',color="#4963A5", who_outlines=[(absolute(2.0), '#FFFFFF')]) +define AnonAndFang = Character('Anon and Fang',color="72DFA8", who_outlines=[(gui.name_text_thickness, '#113623')]) # Cyan +define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(gui.name_text_thickness, '#58260C')]) # Yellow +define carl = Character ('Mr. Carldewskii',color="#EECB99", who_outlines=[(gui.name_text_thickness, '#082337')]) #Puke Orange +define Drf = Character ('Dr. Fernsworth',color="#DCEEF5", who_outlines=[(gui.name_text_thickness, '#253354')]) #Yellow-Orange +define FRT = Character ('Fang Reed & Trish',color="#DCBBF7", who_outlines=[(gui.name_text_thickness, '#113623')]) #Light Purple #Extra image translations #siloettes From 24ef384443b0d25d07660a9c1f486c2050e442be Mon Sep 17 00:00:00 2001 From: nutbuster Date: Fri, 6 Aug 2021 09:48:21 +1000 Subject: [PATCH 3/4] Add all of the characters --- game/mods_example/template/chapter2_redo.rpy | 25 ++++++++++++++++++++ game/script.rpy | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/game/mods_example/template/chapter2_redo.rpy b/game/mods_example/template/chapter2_redo.rpy index a5a1b71..f3fa127 100644 --- a/game/mods_example/template/chapter2_redo.rpy +++ b/game/mods_example/template/chapter2_redo.rpy @@ -8,4 +8,29 @@ label chapter_2_new: play music 'audio/OST/Those Other Two Weirdos.ogg' show anon neutral flip at aright with dissolve A "Sample Text" + F "Sample Text" + Lucy "Sample Text" + Ro "Sample Text" + St "Sample Text" + N "Sample Text" + Nas "Sample Text" + T "Sample Text" + Attendant "Sample Text" + Sp "Sample Text" + Re "Sample Text" + D "Sample Text" + FM "Sample Text" + FD "Sample Text" + Tsuki "Sample Text" + unknown "Sample Text" + jingo "Sample Text" + MaitD "Sample Text" + Moe "Sample Text" + Vince "Sample Text" + Waitress "Sample Text" + AnonAndFang "Sample Text" + SV "Sample Text" + carl "Sample Text" + Drf "Sample Text" + FRT "Sample Text" return diff --git a/game/script.rpy b/game/script.rpy index a43ba60..e48f33a 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -115,7 +115,7 @@ define AnonAndFang = Character('Anon and Fang',color="72DFA8", who_outlines=[(gu define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(gui.name_text_thickness, '#58260C')]) # Yellow define carl = Character ('Mr. Carldewskii',color="#EECB99", who_outlines=[(gui.name_text_thickness, '#082337')]) #Puke Orange define Drf = Character ('Dr. Fernsworth',color="#DCEEF5", who_outlines=[(gui.name_text_thickness, '#253354')]) #Yellow-Orange -define FRT = Character ('Fang Reed & Trish',color="#DCBBF7", who_outlines=[(gui.name_text_thickness, '#113623')]) #Light Purple +define FRT = Character ('Fang Reed & Trish',color="#DCBBF7", who_outlines=[(gui.name_text_thickness, '#191C78')]) #Light Purple #Extra image translations #siloettes From e7f3e70b9275a38ca72d01b454ada349f12a230e Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 7 Aug 2021 06:11:26 +1000 Subject: [PATCH 4/4] Black -> White --- game/script.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/script.rpy b/game/script.rpy index e48f33a..6db6302 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -104,7 +104,7 @@ define D = Character ('Driver',color="#FFECBC", who_outlines=[(gui.name_text_thi define FM = Character ("Fang's Mom",color="#FFD8F6", who_outlines=[(gui.name_text_thickness, '#521947')]) # Bright Pink define FD = Character ("Fang's Dad",color="#D8A09A", who_outlines=[(gui.name_text_thickness, '#461B1F')]) # Desaturated Orange define Tsuki = Character ('Mr. Tsuki',color="#A7F2A2", who_outlines=[(gui.name_text_thickness, '#471054')]) # Pear Green -define unknown = Character ('(???)',color="#000000", who_outlines=[(gui.name_text_thickness, '#FFFFFF')]) # Black +define unknown = Character ('(???)',color="#FFF", who_outlines=[(gui.name_text_thickness, '#000')]) # White define jingo = Character ('Mr. Jingo',color="#CD8283", who_outlines=[(gui.name_text_thickness, '#0F0D49')]) # Desaturated Red define MaitD = Character ('Maitre D',color="#AF9EFF", who_outlines=[(gui.name_text_thickness, '#241630')]) # Cobalt Blue define Moe = Character('Moe',color="#A5BEED", who_outlines=[(gui.name_text_thickness, '#1F253B')]) # Desaturated Blue