Mod Ren'Py Completed V.I.R.T.U.E.S. Gallery Unlocker Mod [Final] [OEJ]

bagmenot

Newbie
Jul 7, 2018
40
23
Whenever I try to run the game I get

File "game/scripts/core/gallery2.rpy", line 24, in script
init python:
File "game/scripts/core/gallery2.rpy", line 26, in <module>
CGSETS = defaultdict(list)
NameError: name 'defaultdict' is not defined

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

Full traceback:
File "game/scripts/core/gallery2.rpy", line 24, in script
init python:
File "C:\Virtues\VIRTUES_v17_Standalone-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Virtues\VIRTUES_v17_Standalone-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/core/gallery2.rpy", line 26, in <module>
CGSETS = defaultdict(list)
NameError: name 'defaultdict' is not defined
You need to replace at line 26:
Code:
init python:

    CGSETS = defaultdict(list)

    class CGSet:
With:
Code:
init python:

    import collections

    CGSETS = collections.defaultdict(list)

    class CGSet:
 
  • Like
Reactions: Pif paf

luckyjinx

New Member
Nov 26, 2022
2
0
Hi all my compressed unofficial Android port of V.I.R.T.U.E.S 0.17.0 with OEJ Gallery unlock mod
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.
Scrollable choices (when multiple and large)
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!
hi may i know how to translate to another language? I'm new to this
 

Z77Z

New Member
Nov 12, 2023
11
7
Wills747,貼文:5932921,會員:1085052 said:
大家好,我的VIRTUES 0.17.0壓縮非官方 Android 端口,帶有 OEJ Gallery 解鎖 mod
常用手勢、儲存名稱/刪除、檢視文字方塊、可調整大小的遊戲和對話文字。
可捲動選擇(當多個且較大時)
可捲動文字方塊 - 螢幕底部不再有文本
替代持久保存/日誌位置
首次運行時授予儲存權限!

[/引用]

抱歉,發生了未捕獲的異常。

運行遊戲程式碼時:
異常:無法載入檔案 C:\Users\user\Desktop\VIRTUES-v17-pc\VIRTUES-v17-pc/game/assets/x-game/x-AltMenu.rpyc。

-- 完整回溯---------------------------------------------- ------------ --------------

完整回溯:
檔案“C:\Users\user\Desktop\VIRTUES-v17-pc\VIRTUES-v17-pc\renpy\bootstrap.py”,第 316 行,在引導程式中
renpy.main.main()
檔案“C:\Users\user\Desktop\VIRTUES-v17-pc\VIRTUES-v17-pc\renpy\main.py”,第 422 行,在 main 中
renpy.game.script.load_script() # 設定 renpy.game.script.
檔案“C:\Users\user\Desktop\VIRTUES-v17-pc\VIRTUES-v17-pc\renpy\script.py”,第 275 行,位於 load_script
self.load_property_file(".rpyc", ".rpy", dir, fn, initcode)
檔案“C:\Users\user\Desktop\VIRTUES-v17-pc\VIRTUES-v17-pc\renpy\script.py”,第 771 行,位於 load_property_file 中
引發異常(“無法載入檔案%s。”%lastfn)
異常:無法載入檔案 C:\Users\user\Desktop\VIRTUES-v17-pc\VIRTUES-v17-pc/game/assets/x-game/x-AltMenu.rpyc。

Windows-8-6.2.9200
Ren'Py 7.3.5.606

2024 年 2 月 13 日星期二 22:58:40
Hello, after unzipping, I opened the game and it directly turned into a text file. How can I solve this problem?
你好我解壓縮後開啟遊戲直接變成文字檔顯示這樣請問我要怎麼解決
I unzipped it in the *game* folder
我是將他在*game*這個資料夾解壓縮的