Skip to content

Commit

Permalink
beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
S109shiro committed Dec 29, 2024
1 parent 877617f commit abe31dd
Show file tree
Hide file tree
Showing 53 changed files with 73 additions and 208 deletions.
Binary file modified game/back_sprite.rpyc
Binary file not shown.
1 change: 1 addition & 0 deletions game/cache/build_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"info": {}, "time": 1735443886.9970903, "name": "School idol diary Kinetic Novel", "version": "0.3"}
Binary file modified game/cache/bytecode-39.rpyb
Binary file not shown.
Binary file modified game/cache/py3analysis.rpyb
Binary file not shown.
Binary file modified game/cache/screens.rpyb
Binary file not shown.
18 changes: 9 additions & 9 deletions game/cache/shaders.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
renpy.alpha renpy.texture
renpy.alpha renpy.geometry renpy.texture
renpy.geometry renpy.matrixcolor renpy.texture
renpy.geometry renpy.imagedissolve
renpy.imagedissolve renpy.imagedissolve
renpy.geometry renpy.solid
renpy.ftl
renpy.texture
renpy.dissolve renpy.geometry
renpy.solid
renpy.geometry renpy.texture
renpy.dissolve renpy.dissolve
renpy.geometry renpy.solid
renpy.solid
renpy.alpha renpy.geometry renpy.texture
renpy.matrixcolor renpy.texture
renpy.geometry renpy.imagedissolve
renpy.geometry renpy.matrixcolor renpy.texture
renpy.texture
renpy.geometry renpy.texture
renpy.alpha renpy.texture
renpy.ftl
Expand Down
Binary file modified game/character.rpyc
Binary file not shown.
Binary file modified game/gallery.rpyc
Binary file not shown.
5 changes: 2 additions & 3 deletions game/gui.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ define gui.title_text_size = 50
## Menú principal y menús del juego ############################################

## Imágenes del menú principal y menús del juego.
define n = renpy.random.randint(1, 9)
define gui.main_menu_background = "gui/MenuMain/main_menu_"+str(n)+".png"
define gui.game_menu_background = "gui/MenuMain/main_menu_"+str(n)+".png"

## linea 63 de options, me importa un qlo UwU


## Diálogo #####################################################################
Expand Down
Binary file modified game/gui.rpyc
Binary file not shown.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Christmas/main_menu_N_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/gui/MenuMain/Halloween/main_menu_H_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/images/textbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 34 additions & 7 deletions game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,51 @@ define config.has_music = True
define config.has_voice = True

#Cursor
define n = renpy.random.randint(1, 9)
define direccion = "gui/cursors/00"+str(n)+".png"
define personajes = renpy.random.randint(1, 9)

define direccion = "gui/cursors/00"+str(personajes)+".png"
define config.mouse = {"default": [(direccion, 0, 0)]}

init python:
from datetime import date
from datetime import datetime
now = datetime.now()
if(now.month == 12):
background = "gui/MenuMain/Christmas/main_menu_N_"+str(personajes)+".png"
elif(now.month == 10):
background = "gui/MenuMain/Halloween/main_menu_H_"+str(personajes)+".png"
else:
background = "gui/MenuMain/main_menu_"+str(personajes)+".png"

define gui.main_menu_background = background
define gui.game_menu_background = background


## Para permitir al usuario probar el volumen de los canales de sonido o voz,
## descomenta la línea más abajo y ajústala a un sonido de ejemplo.

define config.sample_sound = "audio/sound_test.mp3"
define config.sample_voice = "audio/soundTest/musicstart0"+str(n)+".mp3"
define config.sample_voice = "audio/soundTest/musicstart0"+str(personajes)+".mp3"


## Descomenta la línea siguiente para ajustar un archivo de audio que sonará en
## el menú principal. Este archivo seguirá sonando en el juego hasta que sea
## detenido o se reproduzca otro archivo.

define musicElect = renpy.random.randint(0, 9)
define config.main_menu_music = "audio/MenuMain/MenuMain0"+str(musicElect)+".mp3"
init python:
if(now.month == 12):
menu_music = "audio/MenuMain/MenuMainN.mp3"
elif(now.month == 10):
menu_music = "audio/MenuMain/MenuMainH.mp3"
else:
if personajes in [1, 2, 3]: # Primptems
menu_music = "audio/MenuMain/MenuMain01.mp3"
elif personajes in [4, 7, 8]: # BiBi
menu_music = "audio/MenuMain/MenuMain02.mp3"
elif personajes in [5,6,9]:
menu_music = "audio/MenuMain/MenuMain03.mp3"

define config.main_menu_music = menu_music


## Transiciones ################################################################
Expand Down Expand Up @@ -126,8 +153,8 @@ define config.window = "auto"

## Transiciones usadas para mostrar o esconder la ventana de diálogo

define config.window_show_transition = Dissolve(.3)
define config.window_hide_transition = Dissolve(.3)
define config.window_show_transition = Dissolve(.2)
define config.window_hide_transition = Dissolve(.2)


## Preferencias por defecto ####################################################
Expand Down
Binary file modified game/options.rpyc
Binary file not shown.
Binary file modified game/position.rpyc
Binary file not shown.
Binary file modified game/saves/1-1-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-1-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-10-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-2-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-3-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-4-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-5-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-6-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-7-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-8-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-9-LT1.save
Binary file not shown.
2 changes: 1 addition & 1 deletion game/saves/navigation.json

Large diffs are not rendered by default.

Binary file modified game/saves/persistent
Binary file not shown.
178 changes: 5 additions & 173 deletions game/screens.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,6 @@ screen navigation():

textbutton _("Acerca") action ShowMenu("about") activate_sound "audio/sfx/enter.mp3"

if renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile")):

## La ayuda no es necesaria ni relevante en dispositivos móviles.
textbutton _("Ayuda") action ShowMenu("help") activate_sound "audio/sfx/enter.mp3"

if renpy.variant("pc"):

## El botón de salida está prohibido en iOS y no es necesario en
Expand Down Expand Up @@ -364,20 +359,15 @@ screen main_menu():
#use navigation

# MODIFICACION DEL MENU DE INICIO


hbox:
xpos 0.9
ypos 0.9
spacing 50
spacing 60
textbutton _("Comenzar") action Start() text_size 40 activate_sound "audio/sfx/enter.mp3"
textbutton _("Cargar") action ShowMenu("load") text_size 40 activate_sound "audio/sfx/enter.mp3"
textbutton _("Opciones") action ShowMenu("preferences") text_size 40 activate_sound "audio/sfx/enter.mp3"
textbutton _("Galeria") action ShowMenu("gallery") text_size 40 activate_sound "audio/sfx/enter.mp3"
textbutton _("Opciones") action ShowMenu("preferences") text_size 40 activate_sound "audio/sfx/enter.mp3"
textbutton _("Acerca") action ShowMenu("about") text_size 40 activate_sound "audio/sfx/enter.mp3"
if renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile")):
## La ayuda no es necesaria ni relevante en dispositivos móviles.
textbutton _("Ayuda") action ShowMenu("help") text_size 40 activate_sound "audio/sfx/enter.mp3"
if renpy.variant("pc"):
## El botón de salida está prohibido en iOS y no es necesario en
## Android y Web.
Expand Down Expand Up @@ -661,7 +651,7 @@ screen file_slots(title):

add FileScreenshot(slot) xalign 0.5

text FileTime(slot, format=_("{#file_time}%A, %d de %B %Y, %H:%M"), empty=_("vacío")):
text FileTime(slot, format=_("{#file_time}%A, %d de %B %Y, %H:%M"), empty=_("Vacío")):
style "slot_time_text"

text FileSaveName(slot):
Expand All @@ -684,11 +674,9 @@ screen file_slots(title):
textbutton _("<") action FilePagePrevious() activate_sound "audio/sfx/enter.mp3"

if config.has_autosave:
textbutton _("{#auto_page}A") action FilePage("auto") activate_sound "audio/sfx/enter.mp3"

if config.has_quicksave:
textbutton _("{#quick_page}R") action FilePage("quick") activate_sound "audio/sfx/enter.mp3"
textbutton _("{#auto_page}Auto Save") action FilePage("auto") activate_sound "audio/sfx/enter.mp3"


## range(1, 10) da los números del 1 al 9.
for page in range(1, 10):
textbutton "[page]" action FilePage(page) activate_sound "audio/sfx/enter.mp3"
Expand Down Expand Up @@ -993,162 +981,6 @@ style history_label_text:
## otras pantallas con el contenido de la ayuda ('keyboard_help', 'mouse_help',
## y 'gamepad_help').

screen help():

tag menu

default device = "keyboard"

use game_menu(_("Ayuda"), scroll="viewport"):

style_prefix "help"

vbox:
spacing 23

hbox:

textbutton _("Teclado") action SetScreenVariable("device", "keyboard")
textbutton _("Ratón") action SetScreenVariable("device", "mouse")

if GamepadExists():
textbutton _("Mando") action SetScreenVariable("device", "gamepad")

if device == "keyboard":
use keyboard_help
elif device == "mouse":
use mouse_help
elif device == "gamepad":
use gamepad_help


screen keyboard_help():

hbox:
label _("Intro")
text _("Avanza el diálogo y activa la interfaz.")

hbox:
label _("Espacio")
text _("Avanza el diálogo sin seleccionar opciones.")

hbox:
label _("Teclas de flecha")
text _("Navega la interfaz.")

hbox:
label _("Escape")
text _("Accede al menú del juego.")

hbox:
label _("Ctrl")
text _("Salta el diálogo mientras se presiona.")

hbox:
label _("Tabulador")
text _("Activa/desactiva el salto de diálogo.")

hbox:
label _("Av. pág.")
text _("Retrocede al diálogo anterior.")

hbox:
label _("Re. pág.")
text _("Avanza hacia el diálogo siguiente.")

hbox:
label "H"
text _("Oculta la interfaz.")

hbox:
label "S"
text _("Captura la pantalla.")

hbox:
label "V"
text _("Activa/desactiva la asistencia por {a=https://www.renpy.org/l/voicing}voz-automática{/a}.")

hbox:
label "Shift+A"
text _("Abre el menú de accesibilidad.")


screen mouse_help():

hbox:
label _("Clic izquierdo")
text _("Avanza el diálogo y activa la interfaz.")

hbox:
label _("Clic medio")
text _("Oculta la interfaz.")

hbox:
label _("Clic derecho")
text _("Accede al menú del juego.")

hbox:
label _("Rueda del ratón arriba\nClic en lado de retroceso")
text _("Retrocede al diálogo anterior.")

hbox:
label _("Rueda del ratón abajo")
text _("Avanza hacia el diálogo siguiente.")


screen gamepad_help():

hbox:
label _("Gatillo derecho\nA/Botón inferior")
text _("Avanza el diálogo y activa la interfaz.")

hbox:
label _("Gatillo izquierdo\nBotón sup. frontal izq.")
text _("Retrocede al diálogo anterior.")

hbox:
label _("Botón sup. frontal der.")
text _("Avanza hacia el diálogo siguiente.")


hbox:
label _("D-Pad, Sticks")
text _("Navega la interfaz.")

hbox:
label _("Comenzar, Guía")
text _("Accede al menú del juego.")

hbox:
label _("Y/Botón superior")
text _("Oculta la interfaz.")

textbutton _("Calibrar") action GamepadCalibrate()


style help_button is gui_button
style help_button_text is gui_button_text
style help_label is gui_label
style help_label_text is gui_label_text
style help_text is gui_text

style help_button:
properties gui.button_properties("help_button")
xmargin 12

style help_button_text:
properties gui.button_text_properties("help_button")

style help_label:
xsize 375
right_padding 30

style help_label_text:
size gui.text_size
xalign 1.0
textalign 1.0



################################################################################
## Pantallas adicionales
Expand Down
Binary file modified game/screens.rpyc
Binary file not shown.
2 changes: 1 addition & 1 deletion game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ label start:
play music SongMenuSelect fadein 0.5 fadeout 0.5
scene MenuElec with Dissolve(1.5)
menu:
"¿QUE RUTA DESEAS LEER?"
"QUE RUTA DESEAS LEER?"
"Ruta de Honoka Kousaka":
menu:
"QUE CAPITULO DESEAS"
Expand Down
Binary file modified game/script.rpyc
Binary file not shown.
1 change: 1 addition & 0 deletions game/script_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(8, 3, 4)
Binary file modified game/sound.rpyc
Binary file not shown.
Binary file modified game/tl/None/common.rpymc
Binary file not shown.
33 changes: 19 additions & 14 deletions log.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
2024-12-29 04:06:22 UTC
2024-12-29 04:51:43 UTC
Windows-10-10.0.26100
Ren'Py 8.3.4.24120703

Early init took 0.28s
Loading error handling took 0.11s
Loading script took 0.42s
Loading save slot metadata took 0.13s
School idol diary Kinetic Novel
0.3
Built at 2024-12-29 03:44:46 UTC

Early init took 0.23s
Loading error handling took 0.19s
Loading script took 2.70s
Loading save slot metadata took 0.10s
Loading persistent took 0.00s
Running init code took 0.16s
Set script version to: (8, 3, 4)
Running init code took 0.43s
Loading analysis data took 0.05s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.09s
Reloading save slot metadata took 0.07s
Index archives took 0.00s
Dump and make backups took 0.18s
Dump and make backups took 0.11s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.13s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: b"Couldn't load nvlib." (can be ignored)
Creating interface object took 0.01s
Creating interface object took 0.02s
Cleaning stores took 0.00s
Init translation took 0.11s
Build styles took 0.01s
Load screen analysis took 0.11s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.26s
Load screen analysis took 0.06s
Analyze screens took 0.05s
Save screen analysis took 0.09s
Prepare screens took 0.30s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Expand Down

0 comments on commit abe31dd

Please sign in to comment.