STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
376
游戏中
2,310
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
Dr. Boomer 2024 年 5 月 5 日 上午 7:52
need help with collisions
so i made a big building (just parking building) and after i was done with everything like textures, model etc. new problem arrived, i just copied the model of builing to make a collision basicly its just lots of squares.
after i added it in a game it had just big cube collision and i weren't able to go inside building.
how can i fix this?

https://imgur.com/0pC3o2H
https://imgur.com/a/spXkfLq
< >
正在显示第 1 - 6 条,共 6 条留言
xdshot 2024 年 5 月 5 日 上午 9:08 
$concave keyword for collisionmodel, but you better make separate convex parts to different prop models
Dr. Boomer 2024 年 5 月 5 日 上午 9:16 
$staticprop
$modelname "afghanistanmodels/testmodel"
$scale "4.000000"
$body "Body" "testmodel"
$cdmaterials "models/afghanistanmodels/"
$sequence idle "testmodel"
$surfaceprop "concrete"
$collisionmodel "collision" {
$automass
$concave
}

I have concave but it's not helping(
Dr. Boomer 2024 年 5 月 6 日 上午 3:36 
I still dont know what im doing wrong, I tried to make model smaller or split it in a half, but same square collision, is there a chance that this is happening cuz I didnt configure everything properly in blender?
Blue 2024 年 5 月 8 日 上午 11:57 
try adding
$maxconvexpieces 50 (or some even bigger number)


by default, the limit of individual pieces a collision model has is 20, and if there are more than that, then it just falls back to shrinkwrapping the mesh as one big convex piece.. but that can be overridden to be significantly more.
最后由 Blue 编辑于; 2024 年 5 月 8 日 上午 11:58
Dr. Boomer 2024 年 5 月 9 日 上午 7:27 
此留言正在等待我们的自动内容检查系统分析。在我们证实其内容无害之前(例如试图窃取信息的钓鱼站点链接),留言将暂时隐藏。
Dr. Boomer 2024 年 5 月 13 日 上午 4:10 
I fixed this collision problem, i just added thickness to every face in blender and it worked:p
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情