0.10 sale la proxima semana /// 0.10 comes out next week


(Español)

Hola, han sido 8 meses de trabajo sin que actualizara la version del juego, es por ello que quiero informar que una nueva version del juego saldra la proxima semana (Primero en patron / Ko-fi)!!!!. la razon por la que no publico la nueva version de inmediato es debido:

  • me gustaria modificar ciertas cosas de la pagina del juego, antes de publicarlo.
  • ahora mismo estoy traducciendo algunas cosas al ingles.
  • me gustaria que publicar el juego los domingo (esto debido a que uno de los beneficios de mi patreon/ko-fi, es acceso anticipado semanas antes de la publicacion en  itch)
  • me gustaria agregar ciertos beneficios a patreon y ko-fi. Siendo especifico, una guia de los horarios de los personajes (gratis) y cheats de ventajas en el juego (para miembros de pago)

Dicho lo anterior, este blogpost es una forma de comentar todos los cambios hechos en esta nueva version. Es por lo anterior que habra una lista mas abajo con todos los cambios que hice. 

 Curiosidad: ahora entiendo porque muchos desarrolladores de renpy deciden crear una novela sin sandbox. Eso tomo mas tiempo del que crei en un principio (esta version se suponia que saliera en enero, xd). 

Dicho eso ya tengo las bases del juego, y desde mi perspectiva son lo suficientemente fuertes como para que si en algun momento decido hacer cambios radicales el juego no sufra (esto obviamente incluye las partidas guardadas en el juego). Ejemplos:

  • Ahora puedo agregar tantas chicas como quiera.
  • Ahora puedo agregar tantos lugares como quira.
  • Ahora puedo agregar tantas escenas como quiera.
  • Hasta podria hacer otro juego con las mismas bases y la logica del juego no cambiaria demasiado.

(English)

Hi, it's been 8 months of work without an update to the game version, which is why I want to inform you that a new version of the game will be released next week (first on Patreon/Ko-fi)!!!! The reason I'm not publishing the new version immediately is because:

  • I would like to modify certain things on the game's website before publishing it.
  • Right now, I'm translating some things into English.
  • I would like to publish the game on Sundays (this is because one of the benefits of my Patreon/Ko-fi membership is early access weeks before the itch release).
  • I'd like to add some benefits to Patreon and Ko-Fi. Specifically, a character schedule guide (free) and in-game cheats (for paying members).

That said, this blogpost is a way to discuss all the changes made in this new version. That's why there will be a list below with all the changes I made.

Interesting fact: now I understand why many Renpy developers decide to create a novel without a sandbox. That took longer than I originally thought (this version was supposed to be released in January, lol).

 That said, I already have the foundations of the game, and from my perspective, they're strong enough that if I ever decide to make radical changes, the game won't suffer (this obviously includes the saves in the game). Examples:

  • Now I can add as many girls as I want.
  • Now I can add as many locations as I want.
  • Now I can add as many scenes as I want.
  • I could even make another game with the same foundations, and the game logic wouldn't change much.


(Español)

---------Lista de cambios-----

Nota: Aprue-update = elementos que siguen fucionando incluso si modifico el juego). 

Nota 2: Lo anterior,  no implica que los demas elementos vayan  dañar el juego cuando este se actualice. Lo anterior, solo indica que ciertos elementos no tienen, en principio, porque causar errores cuando haya alguna actualizacion del juego.

Nota 3: puede que algunos de estos cambios parescan inecesarios (ej: las variables hechas para imagenes), pero desde mi perspectiva me permite tener todo mas ordenado (ej: si quiero modificar una imagen solo tengo que cambiarla una vez en la variable en que se encuentra, y no varias veces en distintas partes del codigo)

Nota 4: puede que haya olvidado algunas cosas en la lista de abajo. me disculpo por eso de manera anticipada.


Sistemas de datos

  • sistema para guardar "tarjetas de chicas desbloquadas" (Aprue-update)
  • sistema para guardar progreso de personajes  (Aprue-update)
  • sistema para guardar datos de personajes (Aprue-update)
  • listas para imagenes de personajes, monstruos, lugares, escenas, lugares (mapa), personajes (en zonas), personajes (batalla), items  (Aprue-update)
  • listas para dialogos especiales  (son dialogos utilizados en variables y/o que en principio no puedo traducir como los demas en renpy)  (Aprue-update)
  • sistema de datos de tienda  (Aprue-update) (todavia no se utiliza en el juego)
  • sistema de datos de cofres e inventario  (Aprue-update)
  • sistema de actualizacion de cofres e inventario  (Aprue-update)

Sistemas de juego

  • menu de tarjetas de chicas (contiene tarjetas de chicas, niveles de progreso de chicas, menu de detalles de chicas)
  • menu de detalles de chicas (contiene toda la informacion valiosa relacionada con la chica)
  • menu de perfil mc (contiene toda la informacion valiosa del mc y el inventario)
  • sistema de batalla v.1 (algo basico de momento, no tiene animaciones ni permite acceder a inventario de mc. pero las batallas funcionan, xd)
  • menu de mapas 
  • menu de misiones (contiene las misiones de chicas, gremio e historia)
  • interfaz basica (esta es la interfaz de navegacion entre zonas y tambien la interfaz que muestra los botones principales y las chicas en las distintas locaciones)
  • menu de interaccion de chicas (basicamente la interfaz que se muestra al dar click a una chica)
  • sistema de misiones de gremio (todos los sistemas relacionados con las misiones del gremio como el panel del gremio, el sistema para entregar misiones completadas, los contadores de progresos de misiones, etc.)
  • sistema para misiones (logica para mostrar misiones)
  • sistemas de tiempo (sirve para acelerar hora y dias)
  • sistema de cultivo (funciona, pero los cultivos obtenidos no tienen ninguna funcion)
  • funciones para notificaciones (todas las notificaciones del juego)
  • funcion para incremento de afecto y nivel de afecto, de chicas

Nuevas chicas

  • + 15 chicas (no dare spoilers xd) (esto incluye antiguas chicas de la version alpha)

Misiones nuevas

  • + 12 misiones historia (Esto incluye antiguas misiones de intro)
  • + 3 misiones de gremio 
  • + 1 misiones de chicas (aiko)(esto incluye los beneficios de completar la mision. Ejemplo: imagenes y acciones nuevas)



 

(English)

---------List of changes-----

Note: Aprue-update = elements that continue to work even if you modify the game. 

Note 2: The above does not imply that other elements will break the game when it is updated. The above only indicates that certain elements do not, in principle, when there is any game update.

Note 3: Some of these changes may seem unnecessary (e.g. variables made for images), but from my perspective it allows me to have everything more organized (e.g. if I want to modify an image I only have to change it once in the variable where it is located, and not several times in different parts of the code).

Note 4: I may have forgotten some things in the list below. I apologize for that in advance.


Data Systems

  • System for saving "unlocked girl cards" (Aprue-update)
  • System for saving character progress (Aprue-update)
  • System for saving character data (Aprue-update)
  • Lists for character images, monsters, locations, scenes, locations (map), characters (in zones), characters (battle), items (Aprue-update)
  • Lists for special dialogue (these are dialogues used in variables and/or that I can't translate like the others in Renpy) (Aprue-update)
  • Shop data system (Aprue-update) (not yet used in the game)
  • Chest and inventory data system (Aprue-update)
  • Chest and inventory update system (Aprue-update)

Game Systems

  • Girl card menu (contains girl cards, girl progression levels, girl details menu)
  • Menu Girl details (contains all the valuable information related to the girl)
  • MC profile menu (contains all the valuable information about the MC and the inventory)
  • Battle system v.1 (something basic for now, it doesn't have animations or allow access to the MC inventory, but the battles work, lol)
  • Map menu
  • Quest menu (contains the girl, guild, and story quests)
  • Basic interface (this is the navigation interface between areas and also the interface that shows the main buttons and the girls in the different locations)
  • Girl interaction menu (basically the interface that is shown when you click on a girl)
  • Guild quest system (all systems related to guild quests such as the guild panel, the system for turning in completed quests, quest progress counters, etc.)
  • Quest system (logic for displaying quests)
  • Time systems (used to speed up hours and days)
  • Farming system (it works, but the crops obtained have no function)
  • Functions for notifications (all in-game notifications)
  • Affection and Affection Level boost feature for girls

New Girls

  • + 15 girls (no spoilers, lol) (this includes old girls from the alpha version)

New Quests

  • + 12 story quests (this includes old intro quests)
  • + 3 guild quests
  • + 1 girl quest (aiko) (this includes the benefits of completing the quest, e.g., new images and actions)

(Español)

Conclusion

Se que la actualizacion, en cuanto a contenido,  parecera pequeña para muchas personas. Estan en lo correcto, esto es debido a que quise  trabajar en todas las partes problematicas primero antes de comenzar a producir contenido en masa. Por suerte, pude completar la mayoria de este contenido problematico con esta actualizacion (todavia falta las acciones de inventario, pero dudo que sea tan problematicas como el resto de cosas), lo cual me permitira sacar contenido mas rapido (mi meta es publicar una actualizacion mensual, pero todavia no puedo prometer eso)

(English)

Conclusion

I know that the update, in terms of content, will seem small to many people. You're right—this is because I wanted to work on all the problematic parts first before starting to mass-produce content. Luckily, I was able to complete most of this problematic content with this update (the inventory actions are still missing, but I doubt it will be as problematic as the rest), which will allow me to release content faster (my goal is to publish a monthly update, but I can't promise that yet).


Un pequeno meme/////A little meme

yo en diciembre del año pasado /// Me in December of last year:


Get Pandora's Harem kingdoms

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.