Don't Starve
136 ψήφοι
Easier Planting
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Μέγεθος αρχείου
Αναρτήθηκε
27.454 KB
30 Μαϊ 2019, 10:10
1 σημείωση αλλαγών ( προβολή )

Συνδρομή για λήψη
Easier Planting

ΠΕΡΙΓΡΑΦΗ
Simple fix that prevents item from being sent back to inventory when planting fails
15 σχόλια
Uthman Skeppes 11 Ιουν 2023, 11:06 
Bug report:
wood fences/gates placement ignores camera rotation resulting in all fences/gates placed at the same angle.


Fix:
In modmain.lua, replace lines:

if action then
self:DoAction(action)
end

With:

if action then
if self.deployplacer ~= nil and action.action == GLOBAL.ACTIONS.DEPLOY then
action.rotation = self.deployplacer.Transform:GetRotation()
end
self:DoAction(action)
end
Ajeita a Coluna ai Meu Nobre 3 Ιουλ 2021, 8:04 
Can you please make this mod on Don't Starve Together?
yoyoku 10 Ιαν 2020, 23:57 
good~
ShadyDax 31 Ιουλ 2019, 7:31 
can you make same mod for ds together? <3
ItzJustHayden 17 Ιουν 2019, 7:50 
Can you make it so objects don't block placement?
Nyjuianlan 14 Ιουν 2019, 23:02 
描述:简单的修复,防止在种植失败时将商品送回库存
Embrace Chum 9 Ιουν 2019, 2:15 
very handy
HighCanFly 7 Ιουν 2019, 10:32 
GOD THX
toke_smoke 5 Ιουν 2019, 18:54 
help fred
隔絕 3 Ιουν 2019, 22:59 
Cool, very good MOD