Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Final few errors creating a grief server.... (_zm.gsc?)

Final few errors creating a grief server.... (_zm.gsc?)

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 118 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JasperBatundefined Offline
    JasperBatundefined Offline
    JasperBat
    wrote on last edited by
    #1

    Good Evening Everyone,

    I've been trying to create a grief server using JezuzLizard's Grief ProMod, and had my fair share of issues.

    Finally gotten all my issues down to this one last thing:

    If I include

    #include maps\mp\zombies\_zm;
    

    at the start of _clientids.gsc, the server completely crashes, giving error:

    Exception Code: 0xC0000005
    Exception Address: 0x006242B0
    

    But if I don't include that line, I get this in the server window:

    ****3 script error(s):
    ****Unresolved external :   "ai_calculate_health" with 1 parameters in "_clientids" at line 1 ***
    ****Unresolved external :   "run_custom_ai_spawn_checks" with 0 parameters in "_clientids" at line 1 ***
    ****Unresolved external :   "round_spawn_failsafe"
    

    And all of those items are in the _zm.gsc...

    Any idea on how to fix this?

    JezuzLizardundefined 1 Reply Last reply
    0
    • JasperBatundefined JasperBat

      Good Evening Everyone,

      I've been trying to create a grief server using JezuzLizard's Grief ProMod, and had my fair share of issues.

      Finally gotten all my issues down to this one last thing:

      If I include

      #include maps\mp\zombies\_zm;
      

      at the start of _clientids.gsc, the server completely crashes, giving error:

      Exception Code: 0xC0000005
      Exception Address: 0x006242B0
      

      But if I don't include that line, I get this in the server window:

      ****3 script error(s):
      ****Unresolved external :   "ai_calculate_health" with 1 parameters in "_clientids" at line 1 ***
      ****Unresolved external :   "run_custom_ai_spawn_checks" with 0 parameters in "_clientids" at line 1 ***
      ****Unresolved external :   "round_spawn_failsafe"
      

      And all of those items are in the _zm.gsc...

      Any idea on how to fix this?

      JezuzLizardundefined Offline
      JezuzLizardundefined Offline
      JezuzLizard
      Plutonium Staff
      wrote on last edited by
      #2

      JasperBat Unresolved external errors are always produced before the code is executed so any errors that occur after resolving the error by defining the function would be unrelated to that.

      There is no GSC debugging so there isn't a way to actually to determine what causes any specific error.

      I am working on an update for the mod though.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate