安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
while its great to be able to adjust the realism factor the rotation force applied by a thruster thats offset, what i really need is an offset tolerance setting for how many blocks off the thruster can be before it counts as not being perfectly centered. please add that.
Try to set the relaism from 0.5 to 0.3
Frankly the moment you implement something like this, I'm deleting this mod since it's your idea anyway :)
Even having just a bit of thrust where the AI expects it helps immensely when it comes to AI ships steering.
You're loading the config on every thrust block, that's quite expensive, use the one from the session comp (with a static pointer to the session comp as it's the only way to get that, but null it at UnloadData)
Also there is no MP synchronization of the value, clients will have their own value separate from server, which will cause rubberbanding because server corrects clients' different forces.
You should visit the #programming-modding channel on keen's discord channel and ask people there about how to improve this. I'll probably be there too. Would also help to link a github page or something for people to look at instead of opening mods up :P
Don't forget to try to make a spinning thing by building an axle with two thruster at the ends, pushing in opposite directions (and a battery in the middle I guess).