Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
This block should be extremely boyant, making heavier boats much easier to float without the cost of hundreds of blocks, and FPS drops.
You just have to create a new world ( don't use a world already created before the survival update)
Thanks.
BTW it's a great mod
"if self.shape.getWorldPosition(self.shape).z < -2 then"
here the Propper way:
function CLASSNAME.IsInWater( self )
if not self.areaTrigger then
self.areaTrigger = sm.areaTrigger.createAttachedBox( self.shape:getInteractable(), sm.vec3.new( 0.5, 0.5, 0.5 ), sm.vec3.new(0.0, 0, 0.0), sm.quat.identity(), sm.areaTrigger.filter.all )
end
for _, result in ipairs( self.areaTrigger:getContents() ) do
if sm.exists( result ) then
if type( result ) == "AreaTrigger" then
local userData = result:getUserData()
if userData and userData.water == true then
return true
end
end
end
end
return false
end
Bombs are not exploding. When ı hit with sledgehammer it wont, and when i connect button and pressed connection is gone but it wont exploded(on 0.5. idk other version)