ThunderRob

Devoted Member
May 10, 2018
9,497
26,489
People are given a choice by the dev to play the game whatever way they want, yet they complain that other people, the "creeps", can play the game the way they want just because that doesn't fit their standards.
Morals are personal. I love freedom, it doesn't hurt anyone.
one day you'll learn humour....or buy some at wal-mart...
 
  • Like
Reactions: Salekd and botc76
Aug 19, 2019
95
123
When I click on Preferences, i get an error message:

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

While running game code:
Exception: Could not find font u'../../launcher/game/fonts/NanumGothic.ttf'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1571, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1566, in sizeit
    rend = render(pos_d[pos], width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\viewport.py", line 264, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\behavior.py", line 727, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\text.py", line 1899, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\text.py", line 587, in __init__
    glyphs = ts.glyphs(s, self)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\text.py", line 240, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\font.py", line 695, in get_font
    face = load_face(fn)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\font.py", line 636, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'../../launcher/game/fonts/NanumGothic.ttf'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Tamas Awakening 0.01
Tue Nov 26 17:41:39 2019
 
  • Like
Reactions: Richard Perkins

Mormont

Devoted Member
Nov 30, 2018
11,925
53,076
It's a nice looking game the artwork looks great I love seeing something different and this certainly ticks that box, nice simple sandbox mode as well pretty easy to navigate through each room and I hope it stays like that and doesn't become overly complicated, the ladies are looking good nice start so far.
 

Alen Mak

Active Member
Oct 26, 2018
627
360
The art is very good, womens are beautiful, but this game need 20 updates to see good stuf, menu for traveling in any room is bad, no bathroom - i hope will added that. Ceep going !
 
  • Like
Reactions: Whiteleaf Studio

James Eveleth

Well-Known Member
Mar 22, 2018
1,476
2,684
Holy moly, they sure know how to catch my attention. What a banner. And beautiful hand-drawn 2D art that's not wildly inconsistent. What more is there to ask for?
 
  • Love
Reactions: Whiteleaf Studio

vir_cotto

Engaged Member
Aug 9, 2017
2,859
13,488
"Tamas Awakning, our first game, Fetishes include corruption/mindbreak, vanilla, BDSM, impregnation, exhibitionism and some other taboos."

Really?! I somehow doubt that's a vanilla game with such extreme fetishes.
 

Ying Ko

Member
Jun 16, 2018
386
721
Wouldnt say creepy as the fetish but creepy in how much much people are SO into it. It feels like a bunch of people are being brainwashed by the propaganda you find on porn sites to the point that they wont play a game unless it has an incest patch even if the story doesnt merits it (Like people wanting incest in Hearts&Minds despite the story already saying the relatives left the MC for good)
As for the game i want to know if by evil the dev also thinks that letting others fuck his girls is considered evil. Im tired of evil protags/routes meaning being a cuck.
If you followed the Hearts and Minds development thread Development discussion thread, you will see that it's meant to be incest.
 

Sartain

Member
Jul 4, 2017
116
233
Isn't this exactly what H.P. Lovecraft warned about with Cthulhu and the Elder Gods?
Not at all. The Great Old Ones (Cthulhu et. al) doesn't give a shit as humanity is like ants to them and the Outer Gods have no interest or grasp of petty human morality. The Elder Gods (Nodens, Bast, etc) are actually those closest to not being evil as they have some investment/relation to humanity.

Also, posting to watch :D
 
3.60 star(s) 108 Votes