Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
Steam>steamapps>common>dont_starve>mods>worlshop-367038912>modmain
Lines 201-219 look like this:
Override deerclops warning for Base
function basehassler:OnUpdate(dt)
if not self.timetoattack then
self:CeaseAttacks()
return
end
self.timetoattack = self.timetoattack - dt
if self.timetoattack <= 0 then
self.warning = false
self:ReleaseHassler()
self:CeaseAttacks()
else
if not self.warning and self.timetoattack < self.warnduration then
self.warning = true
self.timetonextwarningsound = 0
end
end
end
remove this or turn it into comments (put 2 dashes (--) at the start of each lone) and the game shouldn't crash on launch anymore :)