Orangecrush

New Member
Jan 9, 2020
2
2
Hi guys, does anyone have an LT1 save file that's 100% or so for version 0.6.x
I'd like to play the 0.7.x update but my save files seem to have disappeared and BOY is it ever a long journey back from the start.
(i scoured this forum and only found a 0.7 LT1 save, maybe i need better scouring skills)

Thanks
 
  • Like
Reactions: dejdara

moskyx

Forum Fanatic
Jun 17, 2019
4,383
14,694

whatone

Member
Dec 8, 2024
261
785
aah not this shit again pls just update it without letting us know where is the project you are :KEK::KEK::KEK:
Some people like to know how far things have progressed.
Clearly you're not one of them.
Both are fine, but no-one who likes to know is trying to deprive you of anything, whereas your option would deprive them.
Just chill. Those progress posts aren't doing any harm.
 

DD_King

Newbie
Apr 20, 2020
99
64
Some people like to know how far things have progressed.
Clearly you're not one of them.
Both are fine, but no-one who likes to know is trying to deprive you of anything, whereas your option would deprive them.
Just chill. Those progress posts aren't doing any harm.
nah i like it too the joke was its bs you can never know the bug numbersand they are gonna exten the numbers like last time
 

whatone

Member
Dec 8, 2024
261
785
nah i like it too the joke was its bs you can never know the bug numbersand they are gonna exten the numbers like last time
Well bugs will naturally increase as development goes on. More lines of code inevitably equals greater chance of more bugs.
I used to work in testing, years back, sometimes solving one bug would lead to the creation of more. In some cases, the new one(s) would be more impactful than the one they'd solved!
So the numbers increasing over time is really not anything strange.
 
  • Like
Reactions: Finuee

moskyx

Forum Fanatic
Jun 17, 2019
4,383
14,694
Spanish translation updated / Traducción al español actualizada - v0.7.05

*** UPDATED POST 2025-FEB-27 ***

Traducción al Español - v.0.7.05

Gracias al kit de traducción, el juego está 100% traducido, imágenes incluidas. Como siempre, hay que descargar e instalar el juego original y luego descargar, descomprimir y pegar el la carpeta 'game' del parche dentro de la carpeta donde hayáis instalado el juego. Debería arrancar ya en español, siempre podéis cambiar de idioma en el menú Preferencias

Mega

---
Spanish Translation - v.0.7.05

Thanks to the translation kit (nice job there, magicnuts), the game is 100% translated, pics included. As always, you have to download and install the original game and then download, extract it, and copypaste the patch's 'game' folder where you've installed the original game. The game should start in Spanish, but you can always switch languages in the Preferences menu
 

dotted_leaf

Newbie
Apr 15, 2021
23
6
It's been some years now when I played this game and the story progression stopped where something happened to the Princess in the mirror. Did we get updates past that or is it still the same?
 

moskyx

Forum Fanatic
Jun 17, 2019
4,383
14,694
It's been some years now when I played this game and the story progression stopped where something happened to the Princess in the mirror. Did we get updates past that or is it still the same?
The main story has not progressed beyond that point, but they've completed 2 side stories and there's another one in the making. After this next update, main story will be the focus again.
 

Diamonddragoniori

New Member
Dec 31, 2020
4
4
Ran into a snag,


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/label_crystal.rpy", line 24, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/label_crystal.rpy", line 24, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/label_crystal.rpy", line 24, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/time_cycle.rpy", line 43, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
IOError: Couldn't find file 'audio/clock.ogg'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/label_crystal.rpy", line 24, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/label_crystal.rpy", line 24, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/label_crystal.rpy", line 24, in script call
    pause
  File "game/label_tent.rpy", line 140, in script call
    pause
  File "game/time_cycle.rpy", line 43, in script
    pause
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3771, in interact_core
    renpy.audio.audio.interact()
  File "renpy/audio/audio.py", line 1209, in interact
    periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'audio/clock.ogg'.

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
What a Legend 0.7.03
Mon Mar  3 01:35:33 2025

Can't progress the game.
 
  • Like
Reactions: Lloyd1337

ibukax

New Member
Jan 23, 2022
2
3
Hi all, I'm missing one curriculum vitae/ achievement named "SS", in my game it shows as the first one of 4 on last page. I think the only quest I did not do is the old lady massage since its kinda disgusting. Can any one confirm the achivement missing is about the old lady? Thanks in advance.
 
4.70 star(s) 474 Votes