akai is done yayyy

and with that all of the main routes are done. next up will be putting all of the actual assets in and also the secret endings. wahoo
This commit is contained in:
2025-01-12 17:37:18 +02:00
parent 5496b76370
commit 5ba5cefd23
40 changed files with 1522 additions and 470 deletions

Binary file not shown.

1339
game/akai_route.rpy Normal file

File diff suppressed because it is too large Load Diff

BIN
game/akai_route.rpyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
game/audio/sfx_phone.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,11 +1,11 @@
renpy.ftl
renpy.geometry renpy.texture
renpy.geometry renpy.solid
renpy.matrixcolor renpy.texture
renpy.texture
renpy.geometry renpy.matrixcolor renpy.texture
renpy.dissolve renpy.geometry
renpy.alpha renpy.texture
renpy.alpha renpy.geometry renpy.texture

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
game/images/aoi laugh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
game/images/bg_con_info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
game/images/cg_akai_bad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 KiB

BIN
game/saves/1-4-LT1.save Normal file

Binary file not shown.

BIN
game/saves/1-5-LT1.save Normal file

Binary file not shown.

BIN
game/saves/1-6-LT1.save Normal file

Binary file not shown.

BIN
game/saves/2-1-LT1.save Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -1,4 +1,4 @@
# The script of the game goes in this file.
# The script of the game goes in this file.
# Change text direction to rtl:
init python:
@@ -18,14 +18,25 @@ define p = Character("אתם", color= "#80ff75")
# secondary characters / npcs
define m = Character("מתנדב", color= "#00704f")
define m2 = Character("מתנדבת", color= "#00704f")
define st = Character("אדם זר", color= "#00704f")
define am = Character("עמית נדבת", color= "#00704f")
define vip = Character("ורוניקה איזבלה פרלוב", color= "#00704f",what_font="MPLUSRounded1c-Regular.ttf")
define shp = Character("מוכר", color= "#00704f")
define mtt = Character("המנחה", color= "#00704f")
define jdg = Character("שופטת", color= "#00704f")
define emi = Character("אמה ועידו", color= "#00704f")
define con = Character("באי הכנס", color= "#00704f")
define cwd = Character("קהל", color= "#00704f")
define hr = Character("מאשה ביינוש", color= "#00704f")
define tl = Character("מתורגמן", color= "#00704f")
define kid1 = Character("ילד בקוספליי של פיראט עם כובע קש", color= "#00704f")
define kid2 = Character("נערה בקוספליי של איידולית עם כוכבים בעיניים", color= "#00704f")
define mom = Character("ילדים ואימם", color= "#00704f")
define mom2 = Character("אמא של הילדים", color= "#00704f")
define stf = Character("חברי סגל", color= "#00704f")
# letter - novel mode
@@ -479,10 +490,6 @@ label start:
#####################################
## Akai Route
label akai_route:
return
## True (Good) Ending
label true_ending:
return

Binary file not shown.

Binary file not shown.