return fixed: textbutton _("打开存档目录"): align(.95,0) xysize(150,50) action [Function(open_saves_dir)][/mw_shl_code]编辑于 2022-04-14 16:22 Ren'Py Galgame 游戏引擎 赞同43 条评论 分享喜欢收藏申请转载 ...
old "Language [text]" @@ -579,7 +579,7 @@ translate tchinese strings: # renpy/common/00director.rpy:1775 old "Click to set transform, right click to add to transform list." new "點擊設定變換,右鍵加入到變換列表" new "點選設定變換,右鍵加入到變換列表" # renpy/common/00director.rpy:17...
# Text properties 5 changes: 4 additions & 1 deletion 5 renpy/config.py Original file line numberDiff line numberDiff line change @@ -602,7 +602,10 @@ # The table mapping gestures to events used by the default function. gestures = { "n_s_w_e_w_e" : "progress_screen", "s_n...
For special text in notify is actually translated but seems not workYou need to locate the sentence on the orginal code (not the translation tl folder)You will found the original code looks like this :show screen notify(_("Find old Man Gibson"), None)replace it with...
Krita Ren’Py Scripter is a Krita docker plugin that creates text of two different formats: Scripting to display images in a Ren’Py project just as they positionally appear as individual layers in a Krita document, calculated to the correct coordinates at whichever scale you specify. Advanced ...
For special text in tooltip is actually translated but seems not workthe original code looks like this :tooltip "this is a tooltip"Following the tutorial from https://f95zone.to/threads/translation-of-text-in-screen.90781/Just open the rpy file (any one under tl folder else if you can ...
def error(msg): report("%s", msg) renpy.exports.push_error_handler(error) try: node.call("lint") finally: renpy.exports.pop_error_handler() try: node.get_next() except: report("Didn't properly report what the next statement should be.") def text_checks(s): msg = renpy.text.extra...
text __init__.py arguments.py ast.py atl.py bootstrap.py character.py config.py curry.py defaultstore.py dump.py easy.py editor.py error.py execution.py exports.py game.py lint.py loader.py loadsave.py log.py main.py memory.py minstore.py object.py parser.py persistent.py preferen...
For special text in tooltip is actually translated but seems not workthe original code looks like this :tooltip "this is a tooltip"Following the tutorial from https://f95zone.to/threads/translation-of-text-in-screen.90781/Just open the rpy file (any one under tl folder else if you can ...