饑荒聯機版

饑荒聯機版

Minimap HUD
Grucha 2021 年 3 月 19 日 下午 3:00
Figured out how to remove transparent back ground
Go into mod folder, mine was here:
E:\Gry\Steam\SteamApps\common\Don't Starve Together\mods\workshop-345692228\scripts\widgets

Edit this file:
minimapwidget.lua

Replace value 0.75 with 1 in phrase (there are two appearances):
self.bg:SetTint(1,1,1,0.75) -> self.bg:SetTint(1,1,1,1)
最後修改者:Grucha; 2021 年 3 月 19 日 下午 3:02