0 of 0

File information

Last updated

Original upload

Created by

Henk90

Uploaded by

Henk90

Virus scan

Safe to use

Tags for this mod

3 comments

  1. I altered the mod to remove your achievement restriction. Don't white-knight and try to restrict players games because you have some righteous sense of what's just.
    1. deepchicken
      deepchicken
      • member
      • 0 kudos
      how?
    2. Maslovo
      Maslovo
      • member
      • 0 kudos
      here's how i did it;
      in mod.txt
      "hooks": [
              {
                  "hook_id": "lib/managers/group_ai_states/groupaistatebase",
                  "script_path": "automark_all.lua"
              },
              {
                  "hook_id": "lib/managers/achievmentmanager",
                  "script_path": "achievmentmanager.lua"
              },
              {
                  "hook_id": "lib/setups/gamesetup",
                  "script_path": "automark_all.lua"  
              }
      to"hooks": [
              {
                  "hook_id": "lib/managers/group_ai_states/groupaistatebase",
                  "script_path": "automark_all.lua"
              },
              {
                  "hook_id": "lib/setups/gamesetup",
                  "script_path": "automark_all.lua"  
              }
      In automark_all.lua delete this bit
      if LuaNetworking:IsHost() then
          if managers and managers.achievment then
              managers.achievment:set_achievements_disabled(false)
          end
      end
      and finally, delete achievmentmanager.lua

      IDK if every step is necessary but after 2 weeks of this bullshit i wanted to be thorough.