diff --git a/.gitignore b/.gitignore index 2ca655e..db3f474 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.yaml *.yml *.txt +!vocab.txt !requirements.txt *.csv *.ks diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index e9f7501..88231d8 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -70,7 +70,7 @@ CODE101 = True # Other CODE355655 = False -CODE357 = False +CODE357 = True CODE657 = False CODE356 = False CODE320 = False @@ -1113,7 +1113,7 @@ def searchCodes(page, pbar, fillList, filename): translatedText = textwrap.fill(translatedText, width=WIDTH) # Set Data - codeList[i]['parameters'][3]['message'] = startString + translatedText + codeList[i]['parameters'][3]['text'] = startString + translatedText ## Event Code: 657 [Picture Text] [Optional] if codeList[i]['code'] == 657 and CODE657 is True: @@ -1877,19 +1877,7 @@ Translate \'Taroを倒した!\' as \'Taro was defeated!\'', False) def searchSystem(data, pbar): totalTokens = [0, 0] - context = 'UI Text Items:\ - "逃げる" == "Escape"\ - "大事なもの" == "Key Items"\ - "最強装備" == "Optimize"\ - "攻撃力" == "Attack"\ - "最大HP" == "Max HP"\ - "経験値" == "EXP"\ - "購入する" == "Buy"\ - "魔力攻撃" == "M. Attack\ - "魔力防御" == "M. Defense\ - "%1 の%2を獲得!" == "Gained %1 %2"\ - "お金を %1\\G 手に入れた!" == ""\ - Reply with only the '+ LANGUAGE +' translation of the UI textbox."' + context = 'Reply with only the '+ LANGUAGE +' translation of the UI textbox."' # Title response = translateGPT(data['gameTitle'], ' Reply with the '+ LANGUAGE +' translation of the game title name', False) diff --git a/vocab.txt b/vocab.txt new file mode 100644 index 0000000..9d2671d --- /dev/null +++ b/vocab.txt @@ -0,0 +1,28 @@ +Here are some vocabulary and terms so that you know the proper spelling and translation. +``` +マンコ (pussy) +おまんこ (pussy) +お尻 (butt) +尻 (ass) +お股 (crotch) +秘部 (genitals) +チンポ (dick) +チンコ (cock) +ショーツ (panties) +おねショタ (Onee-shota) +よかった (thank goodness) +ルセン (Lucent) +エルド (Eld) +逃げる (Escape) +大事なもの (Key Items) +最強装備 (Optimize) +攻撃力 (Attack) +最大HP (Max HP) +経験値 (EXP) +購入する (Buy) +魔力攻撃 (M. Attack) +魔力防御 (M. Defense) +魔法力 (M. Power) +命中率 (Accuracy) +%1 の%2を獲得! (Gained %1 %2!) +``` \ No newline at end of file