Scott Ward Posted February 29 Share Posted February 29 I started looking at this map because the bots in OB mod work fine; however, when running on an ETL dedicated server in Ubuntu, am seeing getdot and setdot errors. These are not consistent so trying to understand why one works and the other fails, bypassing the rest of the function. Line 1318 in the mlb_daybreak.gm returns getdot failed: if(GetEntFlags(GetGoal("MOUNTMG42_t382_2").GetEntity(), ENTFLAG.DEAD)) I see this same check on line 1410 though it does not return an error. They are in two different triggers. There is a similar error only setdot on line 1881 that does not happen in OB mod; only in ETL. GetGoal("MOUNTMG42_t382_4").AimVectors = { Vec3(-0.075, 0.997, -0.011) }; Is there a check that needs to execute for the ETL mod and handle this differently? Getting back up-to-speed here so also learning all the new "things!" Thanks! Quote Link to comment Share on other sites More sharing options...
Management hellreturn Posted March 1 Management Share Posted March 1 @ Mateos Might be able to help on this one. Quote Link to comment Share on other sites More sharing options...
Moderators palota Posted March 1 Moderators Share Posted March 1 It's a bug in the legacy mod since version 2.76. It happens on all maps with multiple MG42s. The same problem is on goldrush map. I created an issue on Github. Mateos and hellreturn 2 Quote Link to comment Share on other sites More sharing options...
Scott Ward Posted March 2 Author Share Posted March 2 Perfect, thanks for the update. May just add a check on the GetGoal portion for null and ignore it then. Looks like the PR for that issue has been merged in so should be included in the next release. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.