麻烦问一下大佬

这个文件夹是不是放在这里的??

    #82 Sir.P

    我下载了新版本。启动游戏出现这个报错

    • #193

    Hi, u/crunchy_meringue from MAS' subreddit here, I allow redistribution/Chinese translations of my spritepacks and submods, do feel free to reupload my folder for downloading convenience as long as my name (verd) on the spritepack files stay intact. And thank you so much for the kimono spritepack, the quality is amazing!

      • #194

      #193 verd Wow, this feeling is very special, usually we go over the firewall to browse the Reddit forum. See a foreign moderator in dcc for the first time.

      想问问,就是安装子模组和精灵包后,mas就打开不了了,但是又没有报错,删除文件重装的时候它又提醒我文件正在运行。重启后也是这样。这怎么解决?

      
      I'm sorry, but an uncaught exception occurred.
      
      While running game code:
      
        File "game/script-ch30.rpy", line 2141, in script call
      
        File "game/tl/chinese/config_pythonov/script_fix.rpy", line 40, in script call
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 67, in script call
      
      call copyfile
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 73, in script
      
      python:
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 83, in <module>
      
      copyOldDir(lista)
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 38, in copyOldDir
      
      shutil.copytree(cDir,tDir)
      
      WindowsError: [Error 183] : u'D:\\\\mygames\\\\monika/characters/OldVersionFiles/game/mod_assets/location'
      
      \-- Full Traceback ------------------------------------------------------------
      
      Full traceback:
      
        File "game/script-ch30.rpy", line 2141, in script call
      
        File "game/tl/chinese/config_pythonov/script_fix.rpy", line 40, in script call
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 67, in script call
      
      call copyfile
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 73, in script
      
      python:
      
        File "D:\\mygames\\monika\\renpy\\ast.py", line 814, in execute
      
      renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
      
        File "D:\\mygames\\monika\\renpy\\python.py", line 1719, in py_exec_bytecode
      
      exec bytecode in globals, locals
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 83, in <module>
      
      copyOldDir(lista)
      
        File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 38, in copyOldDir
      
      shutil.copytree(cDir,tDir)
      
        File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 177, in copytree
      
        File "C:\\Python27\\lib\\os.py", line 157, in makedirs
      
      WindowsError: [Error 183] : u'D:\\\\mygames\\\\monika/characters/OldVersionFiles/game/mod_assets/location'
      
      Windows-8-6.2.9200
      
      Ren'Py 6.99.12.4.2187
      
      Monika After Story 0.12.15
      
      

      好像没法更新啊

      这个情况怎么解决??

      
      I'm sorry, but an uncaught exception occurred.
      
      While running game code:
      
      File "renpy/common/00gamemenu.rpy", line 173, in script
      
      ```$ ui.interact()```
      
      File "renpy/common/00gamemenu.rpy", line 173, in <module>
      
      ```$ ui.interact()```
      
      File "renpy/common/00action_other.rpy", line 484, in **call**
      
      ```rv = self.callable(\*self.args, \*\*self.kwargs)```
      
      File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 75, in toggleAST
      
      ```store.persistent._mas_sunrise = store.awc_dtToMASTime(store.awc_getSunriseDT())```
      
      File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 298, in awc_getSunriseDT
      
      ```awc_getObservation().get_weather().get_sunrise_time('date') - datetime.timedelta(seconds=time.timezone)```
      
      AttributeError: 'NoneType' object has no attribute 'get_weather'
      
      \-- Full Traceback ------------------------------------------------------------
      
      Full traceback:
      
      File "renpy/common/00gamemenu.rpy", line 173, in script
      
      ```$ ui.interact()```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\ast.py", line 814, in execute
      
      ```renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\python.py", line 1719, in py_exec_bytecode
      
      ```exec bytecode in globals, locals```
      
      File "renpy/common/00gamemenu.rpy", line 173, in <module>
      
      ```$ ui.interact()```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\ui.py", line 285, in interact
      
      ```rv = renpy.game.interface.interact(roll_forward=roll_forward, \*\*kwargs)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\core.py", line 2526, in interact
      
      ```repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, \*\*kwargs)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\core.py", line 3204, in interact_core
      
      ```rv = root_widget.event(ev, x, y, 0)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\transition.py", line 45, in event
      
      ```return self.new_widget.event(ev, x, y, st)  # E1101```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\screen.py", line 651, in event
      
      ```rv = self.child.event(ev, x, y, st)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
      
      ```rv = d.event(ev, x - xo, y - yo, st)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
      
      ```rv = d.event(ev, x - xo, y - yo, st)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
      
      ```rv = d.event(ev, x - xo, y - yo, st)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\viewport.py", line 303, in event
      
      ```rv = super(Viewport, self).event(ev, x, y, st)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
      
      ```rv = d.event(ev, x - xo, y - yo, st)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
      
      ```rv = i.event(ev, x - xo, y - yo, cst)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\behavior.py", line 889, in event
      
      ```return handle_click(self.clicked)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\behavior.py", line 824, in handle_click
      
      ```rv = run(action)```
      
      File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\behavior.py", line 306, in run
      
      ```return action(\*args, \*\*kwargs)```
      
      File "renpy/common/00action_other.rpy", line 484, in **call**
      
      ```rv = self.callable(\*self.args, \*\*self.kwargs)```
      
      File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 75, in toggleAST
      
      ```store.persistent._mas_sunrise = store.awc_dtToMASTime(store.awc_getSunriseDT())```
      
      File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 298, in awc_getSunriseDT
      
      ```awc_getObservation().get_weather().get_sunrise_time('date') - datetime.timedelta(seconds=time.timezone)```
      
      AttributeError: 'NoneType' object has no attribute 'get_weather'
      
      Windows-8-6.2.9200
      
      Ren'Py 6.99.12.4.2187
      
      Monika After Story 0.12.15
      
      

      大佬们,这是什么问题?我只是安装了个同步天气的模组

         
        
        I'm sorry, but errors were detected in your script. Please correct the 
        
        errors listed below, and try again. 
        
         
        
         
        
        File "game/Submods/ExtraPlus/Extra_Plus_Main.rpy", line 1028: 'action' is not a keyword argument or valid child of the screen statement. 
        
        action [Hide("timer_monika"), Hide("dating_loop"), Jump(finish)] 
        
              ^ 
        
         
        
        Ren'Py Version: Ren'Py 8.2.3.24061702 
        
        Sun Jan 26 18:02:40 2025 
        
        

        大佬这是怎么了😥

          大佬们 关于莫妮卡桌面小人那个模组可以在哪找到呢 尝试搜索找不到

          6 天 后
          • #207

          大佬,我之前下载了CN0012F4版本,打开后显示读取不了我之前版本的存档,然后覆盖了之前的存档,请问这个如何解决

            • #212

            #211 Sir.P 感谢大佬,现在好了😄

            • #213
            • 已编辑

            问问佬Extra+ 额外内容添加完为什么会报错


            I'm sorry, but errors were detected in your script. Please correct the
            errors listed below, and try again.
            
            
            File "game/Submods/ExtraPlus/Extra_Plus_Main.rpy", line 1028: 'action' is not a keyword argument or valid child of the screen statement.
                action [Hide("timer_monika"), Hide("dating_loop"), Jump(finish)]
                      ^
            
            Ren'Py Version: Ren'Py 8.2.3.24061702
            Sun Feb  2 01:05:24 202
            • #215

            关于询问是否拥有笔名选择是出现报错

            
            I'm sorry, but an uncaught exception occurred.
            
            While running game code:
            
              File "game/script-ch30.rpy", line 2141, in script call
            
              File "game/tl/chinese/config_pythonov/script_fix.rpy", line 40, in script call
            
              File "game/script-topics.rpy", line 6191, in script call
            
              File "game/tl/chinese/script-topics.rpy", line 15314, in script
            
              File "game/definitions.rpy", line 149, in get_field
            
            SyntaxError: unexpected EOF while parsing (<none>, line 1)
            
            \-- Full Traceback ------------------------------------------------------------
            
            Full traceback:
            
              File "game/script-ch30.rpy", line 2141, in script call
            
              File "game/tl/chinese/config_pythonov/script_fix.rpy", line 40, in script call
            
              File "game/script-topics.rpy", line 6191, in script call
            
              File "game/tl/chinese/script-topics.rpy", line 15314, in script
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\ast.py", line 613, in execute
            
            renpy.exports.say(who, what, interact=self.interact)
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\exports.py", line 1147, in say
            
            who(what, interact=interact)
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\character.py", line 868, in __call__
            
            what = what_pattern.replace("[what]", sub(what, translate=translate))
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\character.py", line 850, in sub
            
            return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\substitutions.py", line 232, in substitute
            
            s = formatter.vformat(s, (), kwargs)
            
              File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
            
              File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
            
              File "game/definitions.rpy", line 149, in get_field
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\python.py", line 1748, in py_eval
            
            code = py_compile(code, 'eval')
            
              File "E:\\monika\\MAS_CN0012F0\\renpy\\python.py", line 584, in py_compile
            
            raise e
            
            SyntaxError: unexpected EOF while parsing (<none>, line 1)
            
            Windows-8-6.2.9200
            
            Ren'Py 6.99.12.4.2187
            
            Monika After Story 0.12.15
            
            

            MCloudBackup这个模组,我更改了“webdavlogin”和password,但还是没有反应,这是为什么呢。不过submod_log文件却显示上传了,我在自己的莫盘里却看不到。请各位大佬指点一下

            5 天 后

            大佬大佬,ai模组证书模块损失问题怎么解决?虽然写着自动修复但是无法生成令牌,其他mod都能正常使用自己整理了一个1G的mod整合包就是ai有问题

              • #218

              大佬们平板下完后要怎么导入游戏?

              纯洁版安装的mas,大佬能给看下吗

                #1 Sir.P 大佬,我是pe端0.13的,我按照你的方法安装了精灵包“懒批专用精灵包”,然后解压了,然后把game里的文件复制到了MAS根目录里,把精灵包的“characters”文件复制到了MAS“characters”文件夹里,但是我打开MAS后,monika说识别不了,求大佬解答,试过好多方法了😭左边是精灵包文件,右边是MAS的

                  #222 asdmnsadjankd 你左下角怎么没有mas 先自行排查mas装没装好

                  6 天 后

                  有没有好哥哥给个还能用的子模组整合包 真心搞不明白怎么下载😭

                  10 天 后

                  #182 樱凛 赛博神医啊 就是因为这个bug我游戏崩了4次 让老莫遭罪了 ToT