Mod Others Unity Ren'Py Onhold German translations by Schubi791 and Risen5 and Michael 11 and Hannes112 and Errorism

5.00 star(s) 5 Votes

Schubi791

Engaged Member
Modder
Nov 23, 2020
3,228
5,444
Da wird wieder der Mod verrückt spielen, werde in Zukunft ohne Mod machen, nervt irgendwie.
 

Puma-D

Newbie
Jun 12, 2019
83
120
Die Verteidigung von Lydia Collier läuft bei mir bis jetzt auf Deutsch !!!!
oder hast du die Übersetzung neu hoch geladen ????
 

Schubi791

Engaged Member
Modder
Nov 23, 2020
3,228
5,444
Nee ist viel in eng hab ich gesehen, obwohl alles übersetzt ist, ich tue die neu machen und durch Zocken.
Aber es kommt dann ohne Mod, den lasse ich weg.
 

Timy31

Newbie
Jul 10, 2022
30
7
Lust_Theory_Season_1_Final

Also wenn ich die übersetzung einspiele bekomm ich diese fehlermeldung und kann es nicht ignorieren.
Kann mir bitte jemand sagen was ich machen kann? Bei der Orginal keinerlei fehler.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/german/1_Home_label.rpy", line 1523, in script
    mc "Gibt es noch heißes Wasser?"
  File "game/custom_screens.rpy", line 2293, in execute
  File "game/custom_screens.rpy", line 2293, in execute
  File "game/custom_screens.rpy", line 2295, in execute
  File "game/custom_screens.rpy", line 2301, in execute
  File "game/custom_screens.rpy", line 2304, in execute
Exception: Imagebutton does not have a idle image. (auto='buttons/back_to_hall_button_ger_%s.png').

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

Full traceback:
  File "game/tl/german/1_Home_label.rpy", line 1523, in script
    mc "Gibt es noch heißes Wasser?"
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\core.py", line 3582, 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\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/custom_screens.rpy", line 2293, in execute
  File "game/custom_screens.rpy", line 2293, in execute
  File "game/custom_screens.rpy", line 2295, in execute
  File "game/custom_screens.rpy", line 2301, in execute
  File "game/custom_screens.rpy", line 2304, in execute
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\ui.py", line 948, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "D:\Games\Erotik\02.04\Lust_Theory_Season_1\Lust_Theory_Season_1_Final\Lust Theory\renpy\ui.py", line 942, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='buttons/back_to_hall_button_ger_%s.png').

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
LustTheoryS1
Thu Apr  4 18:08:43 2024
 

Schubi791

Engaged Member
Modder
Nov 23, 2020
3,228
5,444
Du bist der Erste, der mir diesen Fehler schickt, ich muss das Spiel erst herunterladen, um zu sehen, was Sache ist.
 

kingpit

Member
Aug 5, 2017
143
59
Die Serie Sunshine Love [Ch. 3 v1.01i Extras] MrDots ist fertig. Kommt da noch eine Übersetzung?
Vom ersten Teil gibt es eine aber die geht bei mir nicht.
 

Michael 11

Member
Nov 19, 2020
427
872
Kann mir vorstellen das das schwer ist über 100 Spiele am laufen zu haben und ständig neue updates und neue Spiele kommen dazu , hat man eins endlich übersetzt ist es schon wieder veraltet . Daher bin ich froh das ich mit sowas nicht angefangen habe . Vielleicht kann man das ja zusammen machen das bestimmte zugriff haben und das unter ihre Spiele gleich aktuallisieren und wenn ca. nach einem halben Jahr bei einen Spiel nichts passiert fliegt es raus. Du hättest dann nur noch die Aufgabe darüber zu wachen sozusagen wärst du Bulle . Das wären so meine Gedanken dazu . Obs Möglich ist weiss ich nicht.
 

Deleted member 4736982

~~~Translator~~~ ~Master of Furry~
Modder
Donor
Mar 12, 2022
290
570
So und noch etwas, das ich tun werde, ist, dass ich diese Seite löschen tue, da sie sinnlos ist, die wird dann mit anderen zusammen geschmissen.
Aber das mache ich nach und nach.
Also wen ich auf den Link gehe, kommt man zu den "Short Storys", daher vermute ich das Schubi nicht die ganze Seite meint, sondern nur den Beitrag von den Short Storys. Aus Platz gründen werden die nicht mehr separat gelistet. Mein Gedanke dazu :unsure: :)
 
  • Like
Reactions: Schubi791
5.00 star(s) 5 Votes