sikongshanglin 发表于 2016-6-6 22:14

激流终极版怎么修改金钱爆率?看到很多认得mod都有金钱爆率修改?怎么弄的?

激流终极版怎么修改金钱爆率? 看到很多人的mod都有金钱爆率修改?怎么弄的?
{:3_46:}

jy02810561 发表于 2016-6-7 16:30

用解压包打开Dead Island\DI的Data1的文件,把把default.loot解压出来。然后用记事本打开。
sub StandardCash(float weight = 1.0, float prob = 1.0)
{
    Set(Cash, weight, prob)
    {
      ItemCount("Cash_Wallet", 200, 10, 20.0);
      ItemCount("Cash_Wallet", 200, 150, 5.0);
      ItemCount("Cash_Cash", 100, 30, 10.0);
    }
}

sub MediumCash(float weight = 1.0, float prob = 1.0)
{
    Set(Cash, weight, prob)
    {
      ItemCount("Cash_Cash", 500, 150, 5.0);
    }
}


sub BigCash(float weight = 1.0, float prob = 1.0)
{
    Set(Cash, weight, prob)
    {
      ItemCount("Cash_Cash", 1000, 300, 3.34);
    }
把以上的数值改大点就是了

单击ACT 发表于 2016-6-7 16:57

钱不要太多否则后果等于0
页: [1]
查看完整版本: 激流终极版怎么修改金钱爆率?看到很多认得mod都有金钱爆率修改?怎么弄的?