Cartageno

Devoted Member
Dec 1, 2019
8,589
14,595
Nem beszélem a nyelvet uram, azt mondják itt angolul kell írni.
Olin juuri kirjoittamassa jotain vastaavaa. On ärsyttävää, kun joutuu metsästämään kaikkea kääntäjän kautta lukemisen aikana. Siksi kaikkiin viesteihin, jotka eivät ole englanninkielisiä, tulee todellakin liittää englanninkielinen käännös, tarvittaessa automaattinen.

Antzeko zerbait idaztekotan nintzen. Gogaikarria da irakurtzen ari zaren bitartean dena itzultzaile baten bidez ehizatu behar duzunean. Hori dela eta, ingelesez ez dauden argitalpen guztiek ingelesezko itzulpen batekin egon beharko lukete, beharrezkoa bada automatikoa.

Roeddwn i ar fin ysgrifennu rhywbeth tebyg. Mae'n blino pan mae'n rhaid i chi hela popeth trwy gyfieithydd wrth ddarllen. Felly, dylai pob post nad yw'n Saesneg ddod gyda chyfieithiad Saesneg, os oes angen un awtomatig.

I was just about to write something similar. It's annoying when you have to hunt everything through a translator while reading. Therefore, all posts that are not in English should indeed be accompanied by an English translation, if necessary an automatic one.

Éppen valami hasonlót akartam írni. Bosszantó, amikor olvasás közben mindent fordítón keresztül kell levadászni. Ezért minden olyan poszthoz, amely nem angol nyelvű, valóban csatolni kell angol fordítást, szükség esetén automatikus fordítást.

Eu estava prestes a escrever algo semelhante. É chato quando você tem que caçar tudo através de um tradutor durante a leitura. Portanto, todas as postagens que não estiverem em inglês devem, de fato, vir acompanhadas de uma tradução para o inglês, se necessário automática.

I think I like the Welsh version the most.
 

theM8

Newbie
Jan 23, 2019
16
8
Can you get everything without folding to Wilssons request? (i mean at all, the first one, the email thing)
 
Oct 18, 2020
6
12
Last edited:

NiteVelan

Newbie
Aug 2, 2020
32
49
I had an error. When trying to apply (Corporal punishment may be carried out on students by any teacher).

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

While running game code:
  File "game/events.rpy", line 4086, in <module>
  File "game/screens custom.rpy", line 1595, in execute
  File "game/screens custom.rpy", line 1595, in execute
  File "game/screens custom.rpy", line 1621, in execute
  File "game/screens custom.rpy", line 1663, in execute
  File "game/screens custom.rpy", line 1663, in execute
  File "game/screens custom.rpy", line 1672, in execute
  File "game/screens custom.rpy", line 1695, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 581, in execute
  File "game/rules.rpy", line 581, in <module>
IndexError: list index out of range

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

Full traceback:
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\bootstrap.py", line 275, in bootstrap
    renpy.main.main()
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\main.py", line 670, in main
    run(restart)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\main.py", line 144, in run
    renpy.execution.run_context(True)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\execution.py", line 953, in run_context
    context.run()
  File "events.rpyc", line 4086, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
  File "events.rpyc", line 4086, in script
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/events.rpy", line 4086, in <module>Q
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\exports.py", line 1637, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens custom.rpy", line 1595, in execute
  File "game/screens custom.rpy", line 1595, in execute
  File "game/screens custom.rpy", line 1621, in execute
  File "game/screens custom.rpy", line 1663, in execute
  File "game/screens custom.rpy", line 1663, in execute
  File "game/screens custom.rpy", line 1672, in execute
  File "game/screens custom.rpy", line 1695, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 581, in execute
  File "game/rules.rpy", line 581, in <module>
  File "D:\Games\XGame\TheHeadmaster-0.14.3public-pc\renpy\revertable.py", line 217, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
The Headmaster 0.14.3public
Wed Aug 23 17:08:02 2023
 

Living In A Lewd World

Active Member
Jan 15, 2021
611
562
does anyone have an advanced savegame for this game? i cba to play through it myself and i run into errors when trying to mod it
You can just skip to chapter 2 at the beginning and if you press the big red button in the replay gallery 3 times, you get access to a cheat menu, where you can change certain values and unlock the gallery. I really don‘t think, that you need a save for this game.
 

DavyDaoist

Member
Jun 12, 2020
353
205
yes, the game detects if you played to much porn games at once and is concerning for your health. It'll crash the game to keep you at a healthy dosis of porn a day.
Does it count, if it’s hours of boring farming so empty of content people can walk on you and don’t even notice you’re playing a porn game ?
 
  • Like
Reactions: hrmf

der.Mat

Newbie
Apr 5, 2022
32
13
Has anybody a idea, what i can do?
Play on joiplay, Android.


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

While running game code:
NameError: name 'stats_bar_active' is not defined

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

Full traceback:
  File "screens custom.rpyc", line 5, in script
  File "renpy/ast.py", line 1293, in execute
  File "renpy/display\transform.py", line 1075, in __init__
  File "renpy/atl.py", line 341, in __init__
  File "renpy/python.py", line 1159, in py_eval
  File "renpy/python.py", line 1152, in py_eval_bytecode
  File "<none>", line 1, in <module>
NameError: name 'stats_bar_active' is not defined
 

locomotor79

Well-Known Member
Oct 2, 2016
1,823
766
ok this is lame he created a anti save editor block you canot cheat any more.
and even using others save games is not possible anymore
 
4.50 star(s) 251 Votes