Jump to content

Scourge013

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Scourge013

  1. Hello Horbin,

     

    So I figured out why the headlessclient was joining as "headlessclient" and not HC_HAL.  I didn't have the Jurassic dino mod installed on the server.  I decided that dinos do not fit in well with the overall theme, so I used Mikero's .pbo tools to create a new FuMS.pbo without the Jurassic theme in the BaseServer.sqf.

     

    Now I receive this error, and despite its specificity I can't for the life of me figure out where the missing [ is in line 37.  It appears to me like there is one there?  Any assistance is appreciated.

     

    Here's the relevant part of the .rpt from the server.

     


    "<FuMS> LoadCommonData: Preparing FuMS common data."
    Error in expression <
    ["Convoy",-1],
    ["StaticSpawns",-1],

    ],

    true,
    false,
    true,
    true,
    true>
      Error position: <],

    true,
    false,
    true,
    true,
    true>
      Error Missing [
    File FuMS\Themes\BaseServer.sqf, line 37
    Error in expression <\BaseServer.sqf"

     

     

    FuMS_ServerData =
    [
    [
    false,

    "testpath",               >
      Error position: <[
    [
    false,

    "testpath",               >
      Error Generic error in expression
    File FuMS\Themes\BaseServer.sqf, line 7
    Error in expression <
    ["Convoy",-1],
    ["StaticSpawns",-1],

    ],

    true,
    false,
    true,
    true,
    true>
      Error position: <],

    true,
    false,
    true,
    true,
    true>
      Error Missing [
    File FuMS\Themes\BaseServer.sqf, line 37
    Error in expression <
    ["Convoy",-1],
    ["StaticSpawns",-1],

    ],

    true,
    false,
    true,
    true,
    true>
      Error position: <],

    true,
    false,
    true,
    true,
    true>
      Error Missing [
    File FuMS\Themes\BaseServer.sqf, line 37
    Error in expression <
    ["Convoy",-1],
    ["StaticSpawns",-1],

    ],

    true,
    false,
    true,
    true,
    true>
      Error position: <],

    true,
    false,
    true,
    true,
    true>
      Error Missing [
    File FuMS\Themes\BaseServer.sqf, line 37
    Error in expression <
    ["Convoy",-1],
    ["StaticSpawns",-1],

    ],

    true,
    false,
    true,
    true,
    true>
      Error position: <],

    true,
    false,
    true,
    true,
    true>
      Error Missing [
    File FuMS\Themes\BaseServer.sqf, line 37
    "<FuMS> LoadCommonData: ActiveThemes: []"
    "<FuMS> LoadCommonData: ActiveThemesHC: []"
    "<FuMS> LoadCommonData: THEMEDATA: []"
    "FuMsnInit:  ERROR: NO Themes Found! Exiting!"
    Error in expression <ActiveMissions = [];

    _themeListData = FuMS_ServerData select 3;
    {
    FuMS_ActiveT>
      Error position: <FuMS_ServerData select 3;
    {
    FuMS_ActiveT>
      Error Undefined variable in expression: fums_serverdata
    File FuMS\Functions\LoadCommonData.sqf, line 35
    "************************************************************************"
    "###Fulcrum Mission System Critical Error!"
    "###   System is OFFLINE"
    "************************************************************************"

  2. Well now, this is odd.  I added a new init.sqf file to the mission copying and pasted what you quoted above...and now the headless client joins the game as "headlessclient" and occupies the first player slot.  It doesn't join as HC_HAL in the Virtual slot.  Still no missions that I can tell on the map, either.  Hrm.  Now I'm really confuzzled.

  3. Hello Horbin,

     

    I love your mission system.  But I seem to be having some difficulty installing it on my clean re-install of ArmA 3 Epoch.  I have a new server box so I'm installing the server fresh.  I have everything all set up.  "Vanilla" ArmA 3 Epoch mission runs fine, the database saves everything, etc, etc.  I've gotten the Headless client labeled HC_HAL and it's connecting properly (at least as far as I can tell)--I can see that it's connected in the server console and when I log in as admin.  I made the modifications to the mission.sqm and the descriptions.ext, and added the HC folder to the mission .pbo and then the FuMS.pbo to the addons folder within @epochive.

     

    Then I hit a snag.  According to your directions, I need to add an execvm (blah blah) line to the mission's init.sqf.  Problem: the new version of the Epoch mission does not have an init.sqf. Only a mission.sqm, description.ext, and now an HC folder from FuMS.

     

    I ran the server just for the fudge of it and I saw a burning heli wreck in the distance first thing off (but it disappeared by the time I was over there).  No other missions seem to appear and me nor anyone else on the server has seen a heli wreck since either.

     

    How should I get this to work without a init.sqf?  If I were to write an init.sqf from scratch what should be in it?  Any assistance would be appreciated.

     

    Forgot to mention: There are no FuMS related errors or initialization messages mentioned in the server .rpt files, either.  Seems like it's not calling the headless client stuff, which would make sense since the mission is missing the init.sqf...

×
×
  • Create New...