安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
the script for the block doesn't trigger. It thinks it's a normal rope hook and crashes when you try to connect, even after a reload. Picking up and replacing the block fixes it.
=============================== FATAL EXCEPTION ================================
Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object.
at Medieval.Entities.Components.Mechanical.MyRopeDrumComponent.CalculateMinRopeLength(MyRopeConstraint rope)
at Medieval.Entities.Components.Mechanical.MyRopeDrumComponent.OnConstraintActivate(MyConstraint rope)
at VRage.Components.Physics.MyConstraint.Activate(MyPhysicsComponentBase left, MyPhysicsComponentBase right)
at VRage.Components.Physics.MyPhysicsConstraintGroup.Activate(MyConstraint constraint, MyPhysicsComponentBase left, MyPhysicsComponentBase right)
at
at VRage.Scene.MyScene.GroupAddDataLinkInternal[TGroup,TObject,TLink](TGroup group, TObject left, TObject right, TLink link)
at VRage.Scene.MyScene.GroupAddDataLinkSynchronized[TGroup,TObject,TLink](TGroup group, TObject left, TObject right, TLink link)
at VRage.Scene.MyScene.Link[TGroup,TObject,TLink](TObject left, TObject right, TLink link)
at
Medieval.Entities.Components.Mechanical.MyMechanicalRopeAttachmentComponent.AttachRope(IMyRopeAttachmentComponent secondEntityAttachmentComp, MyRopeConstraintDefinition ropeDefinition)
at Medieval.GameSystems.Tools.MyRopeToolBehavior.AddRopeRequest(Int64 holder, Int64 entityA, Int64 entityB)
at VRage.Network.MyReplicationLayer.DispatchEvent[T1,T2,T3,T4,T5,T6,T7,T8](CallSite callSite, EndpointId recipient, Single unreliablePriority, T1& arg1, T2& arg2, T3& arg3, T4& arg4, T5& arg5, T6& arg6, T7& arg7, T8& arg8)
at VRage.Network.MyReplicationLayerBase.RaiseEvent[T1,T2,T3,T4,T5](T1 arg1, T5 arg5, Func`2 action, T2 arg2, T3 arg3, T4 arg4, EndpointId endpointId, Single unreliablePriority)
at Medieval.GameSystems.Tools.MyRopeToolBehavior.AttachRope()
at Medieval.GameSystems.Tools.MyRopeToolBehavior.Hit()
at Sandbox.Game.EntityComponents.Character.MyToolBehaviorBase.ActionHit(Int64 deltaFrames)
at VRage.Components.MyUpdateScheduler.RunUpdates(TimeSpan currentTime)
at Sandbox.Game.World.MySession.UpdateComponents()
at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
at Sandbox.MySandboxGame.Update()
at Sandbox.Engine.Platform.Game.UpdateInternal()
at Sandbox.Engine.Platform.Game.RunSingleFrame()
at VRage.Components.MyUpdateScheduler.RunFixedUpdates()
at VRage.Components.MyUpdateScheduler.RunUpdates(TimeSpan currentTime)
at Sandbox.Engine.Platform.MySandboxUpdate.<RunLoop>b__18_0()
at VRage.Utils.FixedLoop.Run(Action tickCallback)
at Sandbox.Engine.Platform.MySandboxUpdate.RunLoop()
at Medieval.MyProgram.Main(String[] args)
=============================== FATAL EXCEPTION ================================
We're trying to keep the mod list as small as possible, so we would like to avoid adding mods that are mainly cosmetic, however you're telling me how useful these components are and I'm going to add them immediately!
The couplings are not simple rope eyes, they are rather lockable drums without being able to turn and permanently locked. So every time you want to connect railcars together, just push them as close as possible and connect - they will automatically adjust the coupling length to the optimal one.
As for the connection itself, you can either use normal rope or the reusable 'coupling link' which is considerably stronger, but limited to 1m of length. Sadly for now it is impossible to change the texture on rope constraints so they all look like vanilla rope.
I see by the pictures that there are components acting like the "rope eye" so that users can connect cars by the mean of a rope. I wonder if these blocks are exactly like the vanilla rope eyes but with a different look, more suitable to trains (so entirely cosmetics), or if the physics around them is changed (mass, strength, mechanics).
Thanks in advance!