Don't Starve

Don't Starve

Não há avaliações suficientes
交易 - trade
   
Premiar
+ favoritos
Nos favoritos
- favoritos
Tamanho
Publicado em
Atualizado em
355.247 KB
5 de mai. às 4:53
5 de mai. às 11:54
7 notas de atualização ( ver )

Inscreva-se para baixar
交易 - trade

Descrição
Enable players to use gold coins to purchase resources.

New Content:

[Item]:
- Gold Coins: Can be used to buy items. One gold nugget can be crafted into four gold coins.

[Building]:
- ATM: Can be used to store gold coins. Interest is calculated daily at a rate of 10%.
- Market Stall: Can be used to sell unneeded resources. Selling price is 50% of the purchase price, with a minimum of 1 gold coin.

[Craft tab]:
- Market tab: Craft the newly added mod items and purchase resources here.
14 comentário(s)
飞鱼  [autor(a)] 12 de set. às 13:37 
@贺贺想谈恋爱 报错的意思是orderlist.lua文件中的78行缺了一个 '}',我检查过了源文件里没问题,可能是你不小心删掉的?加回去就好了。
贺贺想谈恋爱 25 de ago. às 20:18 
出现了一条错误
error loading module 'orderlist' from file ' .. \mods\workshop-3239973105\scriptslorderlist.lua':
.. \mods\workshop-3239973105\scriptslorderlist.lua:78: '}' expected (to close '{' at line 1) near 'ï'
LUA ERROR stack traceback:
={c}?
=in function"require"
workshop-3239973105/modmain.lua(42.1)in main chunk
括号里的代码是local pricelist = GLOBAL.require("pricelist")
={c}in function"xpcall"
dont_starve/data/scripts/util.lua(552.1)in function "runinenvironment"
括号里代码是return xpcall(fn, debug.traceback)
Oxig3n 1 de ago. às 4:25 
Description says, 1 Gold nugget = 4 Gold coins. But it works like 1 nugget to 1 coin but 4 coin to 1 nugget. Also ATM and Market Stall is not showing in the Market tab.

To fix all these go to > \dont_starve\mods\workshop-3239973105 folder. Open the "modmain.lua" file with notepad++. Hit Ctrl + F and type "local goldcoins" and hit Find Next button and then delete "Compatible" word after the "="
It should look like this;
local goldcoins = Recipe("goldcoins", {Ingredient("goldnugget",1)}, MARKET_TAB, TECH.NONE, nil, nil, nil, false, 4)

Now do the same for;

local atm = Recipe

local marketstall = Recipe

Enjoy :steamthumbsup:
刺猬 7 de jul. às 18:56 
没有DLC物品吗?
飞鱼  [autor(a)] 20 de jun. às 13:52 
@Bruti I added a new craftingtab named Market, you can spend coins to buy resources there
Bruti 14 de jun. às 12:05 
where can the coins be spent?
飞鱼  [autor(a)] 2 de jun. às 7:22 
@ISS AppaEscort 感谢帮助,看这个修正方法意思是ATM和摊位的配方在制作栏里消失了?orderlist是我定义的配方显示顺序,但是这在海难以及哈姆雷特不起作用,因为饥荒不同DLC的API有些许不同,克雷做新DLC的时候没有搞兼容性。
海难和哈姆雷特中,饥荒原版的配方,比如金子和噩梦燃料会被显示在列表的最上方,就很奇怪。
飞鱼  [autor(a)] 2 de jun. às 7:18 
@我是一个单身狗,但是 @mjss @1697421360 抱歉最近时间,现在才回复。
ATM和摊位在我新创建的制作栏里,是左边列表最底下的那个金币图标。点进去有可以购买的物品以及ATM和摊位。因为饥荒给的API的原因,巨人国、海难哈姆雷特的代码不通用,所以有时候会出问题,不过按理说应该已经通过代码兼容过了。
但是如果是海难和哈姆雷特的话,游戏内原版的制作配方会显示在金币制作栏中的最上方,比如金块、噩梦燃料等,所以摊位和ATM会在这些配方的下面。目前还不知道这该怎么解决。
如果有问题的话建议详细描述一下,好让我知道是什么问题,我会尽力去修复的。
ISS AppaEscort 20 de mai. às 2:45 
临时解决建筑消失方法:dont_starve\mods\workshop-3239973105\scripts中更改orderlist.lua,添加“ "atm", "marketstall", 保存后重新开游戏即可 100元ATM原始资本很正常吧(:
1697421360 18 de mai. às 7:49 
求摊位在哪里