欲都孤儿吧 关注:5,850贴子:6,577
  • 3回复贴,共1

发一点0.5.9.4管杀不管埋的修改方法

取消只看楼主收藏回复

首先是无损开作弊模式
搜索
<<if $dancing is 0 and $combat is 0 and $passage isnot "Start2" and $cheatdisable is "f" or $debug is 1>>
<<button CHEATS>>
改成
<<if $dancing is 0 and $combat is 0 and $passage isnot "Start2" or $debug is 1>>
<<button CHEATS>>
这样可以在不开启作弊模式(不能获得成就)的情况下显示作弊按钮了


IP属地:天津1楼2025-07-26 11:43回复
    然后是自己爱用的几个功能修改,可能需要有一点读代码的能力。因为发帖会被转码,粘贴时候<一律替换成&lt;🤬>替换成&gt;🤬"替换成&quot;🤬又因为直接写会被判定成网页链接,粘贴时候把代码里的😁改成.
    戴面具可以防止增加犯罪记录:
    <<widget "crimeup">><<silently>>
    <<if $statFreeze isnot true>>
    改为
    <<widget "crimeup">><<silently>>
    <<if $statFreeze isnot true and (!$worn😁face😁type😁includes("mask"))>>
    如果用了MOD汉化会出错改成
    <<widget "crimeup">><<silently>>
    <<if (!$worn😁face😁type😁includes("mask"))>>
    在Alex的农场牛棚不用完全转化成牛也能通过给自己挤奶也能加牛转化:
    找到Farm Barn Breasts事件tag和Farm Barn Penis事件tag,把里面
    <<if $cow gte 6>>
    <<transform cow 1>>
    <</if>>
    改成
    <<transform cow 1>>


    IP属地:天津来自Android客户端3楼2025-07-26 12:09
    回复
      2026-03-23 19:48:28
      广告
      不感兴趣
      开通SVIP免广告
      太费劲了。冷静一下再发别的吧


      IP属地:天津来自Android客户端5楼2025-07-26 12:13
      回复
        另外,如果使用了汉化MOD,修改过代码的页面会还原成英文。
        再发几个比较好用的、可以加在作弊页的功能的贴图吧。不知道该加哪的就算了,不用问了。贴吧解释起来太麻烦,就当是个参考吧。







        IP属地:天津来自Android客户端7楼2025-07-26 13:15
        回复