激流终极版怎么修改金钱爆率?看到很多认得mod都有金钱爆率修改?怎么弄的?
激流终极版怎么修改金钱爆率? 看到很多人的mod都有金钱爆率修改?怎么弄的?{:3_46:}
用解压包打开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);
}
把以上的数值改大点就是了 钱不要太多否则后果等于0
页:
[1]