Jump to content

markusIV

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by markusIV

  1. Hello everyone, I would like to ask the developers two questions: - to generate a campaign by binding all friendly and enemy planes in factions to use only specific payloads, do I have to change the payloads in the customized_payload folder? - can Liberation choose between different payloads defined for the same task ( unitPayloads.A-10A.payloads [2] .name ["CAS"], unitPayloads.A-10A.payloads [2] .name ["CAS A"] ) to automatically generate missions? I hope the questions are clear (google translator )
  2. In some cases for unknown reasons, the server may lock camp.title _ongoing.miz file preventing execution of the following instructions in MAIN_NextMission.lua: - rename os.rename ("../" .. camp.title .. "_ ongoing.miz", "../"..camp.title.."/Debriefing/"..camp.title.."_ongoing" ..NbMission .. ". miz"); - miz = minizip.zipCreate ("../" .. camp.title .. "_ongoing.miz"). The consequences are the error: "... attempt to index global "miz " value (a nil value)" and the failure of the generation of the new mission. a possible solution: - shut down the server (not just pause it ), - generate the new mission, - reactivate the server. Note: Pausing the server without closing it is not enough to avoid the error (based on my own experience )
×
×
  • Create New...