Okay : (I am (null of exception) with phyton , so I'm not going to be able to help you, but I see what you want to do.
Hopefully someone can help me with this problem. I am trying to add a clipboard button to the Renpy games so I can play with "Translation Aggregator". In the game "Fashion Business" there is such a button. After a long search I found this code.
init python:
import pygame.scrap
def copytext(t):
pygame.scrap.put(pygame.scrap.SCRAP_TEXT, t.encode("utf-8"))
label start:
$ txt = "THIS IS A TEXT"
show screen clipboard
while True:
$ txt = renpy.input("Text to copy?")
screen clipboard():
frame:
has vbox
spacing 20
text "CONTENTS OF THE VARIABLE 'txt':\n\"[txt]\""
text "Click the button to copy it to the clipboard\nand then paste in another program."
textbutton "Copy to Clipboard" action Function(copytext, t=txt)
But I don't know where to insert it or if it is even correct. Can someone maybe help me with this?
This is exactly what I was looking for. That it is so simple I would not have thought! THANK YOU SO MUCH!!!I use this KEYMAP to switch between languages in my translations ... try pressing "a" during gameplay and select clipboard
KEYMAP.rar
wich game?This is exactly what I was looking for. That it is so simple I would not have thought! THANK YOU SO MUCH!!!
Maybe you also have an idea how to do it with this game?
Thanks now I can finally understand Renpy games better!
I don't need this anymore because by pressing a, the clipboard option appears.use this preference... put in the screen.rpy like another option..
sorry for my english
* Preference("clipboard voicing", "enable") - Enables clipboard-voicing.
* Preference("clipboard voicing", "disable") - Disable clipboard-voicing.
* Preference("clipboard voicing", "toggle") - Toggles clipboard-voicing.
I don't need this anymore because by pressing a, the clipboard option appears.
Renpy games I can now play with Translation Aggregator thanks to you.
I just wanted to know if you also have a solution for this game : )
https://f95zone.to/threads/milftoon-drama-v0-34-milftoon.7346/
Is there also a trick how to play it with Translation Aggregator?And thanks again for your great help!
But do you know how to translate this game? Or how to activate the clipboard?I'm sorry I have never used that program ... I use others
no.. sorryBut do you know how to translate this game? Or how to activate the clipboard?
https://f95zone.to/threads/milftoon-drama-v0-34-milftoon.7346/
give me a free translation api without a key and I'll think about itDo you want to leave this program in a way that translates automatically too?