Jump to content

Recommended Posts

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...