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
BIN
game/MPLUSRounded1c-Regular.ttf
Normal file
1339
game/akai_route.rpy
Normal file
BIN
game/akai_route.rpyc
Normal file
BIN
game/audio/bgm_good_ending.mp3
Normal file
BIN
game/audio/sfx_phone.mp3
Normal file
BIN
game/cache/bytecode-39.rpyb
vendored
BIN
game/cache/py3analysis.rpyb
vendored
BIN
game/cache/screens.rpyb
vendored
12
game/cache/shaders.txt
vendored
@@ -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
|
||||
|
||||
BIN
game/images/akai happy stress.png
Normal file
|
After Width: | Height: | Size: 129 KiB |
BIN
game/images/akai serious stress.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
game/images/akai serious.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
game/images/aoi laugh.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
game/images/bg_con_info.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
game/images/cg_akai_bad.png
Normal file
|
After Width: | Height: | Size: 976 KiB |
BIN
game/images/cg_akai_good.png
Normal file
|
After Width: | Height: | Size: 864 KiB |
BIN
game/saves/1-4-LT1.save
Normal file
BIN
game/saves/1-5-LT1.save
Normal file
BIN
game/saves/1-6-LT1.save
Normal file
BIN
game/saves/2-1-LT1.save
Normal 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
|
||||
|
||||