What do you think I have to change or improve in the game first of all?


  • Total voters
    793
  • Poll closed .

MRMIdAS2k

Member
Mar 21, 2018
431
319
keep getting this error :

You don't have permission to view the spoiler content. Log in or register now.

Any clues??
same.


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

While running game code:
  File "renpy/common/000window.rpy", line 111, in _window_auto_callback
    _window_hide(auto=True)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
IOError: Couldn't find file 'kliohj6.webm'.

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

Full traceback:
  File "factory.rpyc", line 22, in script call
  File "locations.rpyc", line 109, in script call
  File "home.rpyc", line 159, in script call
  File "home.rpyc", line 159, in script call
  File "factory.rpyc", line 22, in script call
  File "locations.rpyc", line 109, in script call
  File "locations.rpyc", line 109, in script call
  File "locations.rpyc", line 109, in script call
  File "factory.rpyc", line 22, in script call
  File "klio.rpyc", line 150, in script
  File "renpy/ast.py", line 2008, in execute
    statement_name(self.get_name())
  File "renpy/ast.py", line 46, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 111, in _window_auto_callback
    _window_hide(auto=True)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2718, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3276, 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 3979, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1138, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1116, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1058, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 512, 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 'kliohj6.webm'.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.8.1895
Timeless Island 0.4.8
Mon Sep 13 02:17:03 2021
 

Shiroyami06

Newbie
Jan 16, 2019
23
1
Does the android port have text box opacity or atleast the dialog box is transparent?because i hate playing with half of the screen is black
 

Terut

Member
Nov 16, 2017
471
550
lol ok there's a really funny "bug" that I'm surprised has survived so many updates.

During Lina's dancing scene, there's a mouse pointer that moves across the screen, lol.

It made me laugh when she started dancing, and a fat pointer moved past her.
 
  • Like
Reactions: phreadom

vaultboy88

New Member
Mar 22, 2019
1
0
i belive im missing one firestone, but im having trubels finding it.... no clue where it is and seems i've been looking all over the place fireresistance is at 55% 2th thing is wizard skill and warrior skill, but that might be after the quest i need at 60% fire resistance.... but thats just a guess
 

PederSilver5

Well-Known Member
Aug 18, 2020
1,125
442
It looks like I completed the tower symbol but it doesn't complete the quest? OK NVM, I figured out that I had to rotate the entire symbol around example the 2 inside the triangle faces the other way, then I rebuilt the outer circle again. So completed this tough puzzle, only twelve pieces but tricky! Timeless Island tower seal.jpg
 
Last edited:

PederSilver5

Well-Known Member
Aug 18, 2020
1,125
442
Error after turning in panty3 quest
```
I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'kliohj6.webm'.

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

Full traceback:
File "factory.rpyc", line 22, in script call
File "factory.rpyc", line 22, in script call
File "factory.rpyc", line 22, in script call
File "home.rpyc", line 159, in script call
File "factory.rpyc", line 22, in script call
File "factory.rpyc", line 22, in script call
File "locations.rpyc", line 109, in script call
File "locations.rpyc", line 109, in script call
File "locations.rpyc", line 109, in script call
File "factory.rpyc", line 22, in script call
File "factory.rpyc", line 22, in script call
File "locations.rpyc", line 500, in script call
File "locations.rpyc", line 109, in script call
File "locations.rpyc", line 500, in script call
File "home.rpyc", line 159, in script call
File "home.rpyc", line 159, in script call
File "home.rpyc", line 159, in script call
File "locations.rpyc", line 500, in script call
File "home.rpyc", line 159, in script call
File "locations.rpyc", line 500, in script call
File "factory.rpyc", line 22, in script call
File "home.rpyc", line 159, in script call
File "factory.rpyc", line 22, in script call
File "klio.rpyc", line 576, in script
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, 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 3979, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1138, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1116, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1058, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 512, 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 'kliohj6.webm'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Timeless Island 0.4.8
Tue Sep 14 22:48:10 2021
```
 

danvo2004

Active Member
Apr 24, 2020
954
856
Timeless Island [v0.4.4] [Arioh Daerthe] - Compressed
You like this game and want to support the developer, click on the developer name below.

Developer:

This compression is unofficial which reduces media quality and might break the game.

You don't have permission to view the spoiler content. Log in or register now.
Original Win/Linux Size: 3.14 GB
Compressed Win/Linux Size: 1.28 GB MEGA

Original Mac Size: 3.12 GB
Compressed Mac Size: 1.27 GB MEGA

Give me a "(y)like" if you enjoy this compressed version
You don't have permission to view the spoiler content. Log in or register now.
could you compress v0.48, already released, thanks
 
  • Like
Reactions: LadyBee and elymid
4.00 star(s) 18 Votes