Forged Alliance Forever Forged Alliance Forever Forums 2019-04-18T09:05:14+02:00 /feed.php?f=3&t=17424 2019-04-18T09:05:14+02:00 2019-04-18T09:05:14+02:00 /viewtopic.php?t=17424&p=173579#p173579 <![CDATA[Re: Mods (HardFFA, Claustrophobia) do not work on certain ma]]> Statistics: Posted by UnorthodoxBox — 18 Apr 2019, 09:05


]]>
2019-04-18T06:47:46+02:00 2019-04-18T06:47:46+02:00 /viewtopic.php?t=17424&p=173574#p173574 <![CDATA[Re: Mods (HardFFA, Claustrophobia) do not work on certain ma]]>
The game detected an error in ScenarioUtilities.lua line 110.

It tries to get the playable area stored in the table "Areas".

If you open the map file Alpha 7 Quarantine 20x20_save.lua you will se in line 4:

Code:
  Areas = {
  },
As you can see, the table is empty. (not needed in the game if playable area is the same size than the map.)

You could try to add a area like this:
Code:
    Areas = {
        ['AREA_1'] = {
            ['rectangle'] = RECTANGLE( 0.5, 0.5, 1024.5, 1024.5 ),
        },
    },


Sady i can't find the mod "HardFFA" in the vault, so i can't check if this works.

Statistics: Posted by Uveso — 18 Apr 2019, 06:47


]]>
2019-04-18T05:00:02+02:00 2019-04-18T05:00:02+02:00 /viewtopic.php?t=17424&p=173571#p173571 <![CDATA[Mods (HardFFA, Claustrophobia) do not work on certain maps]]> https://gyazo.com/8f4bc27b81cc6dfdae89e449d22945a2 . When it does not work on the map I am having the issue with, the log shows: https://gyazo.com/0a34d5c32bb9817cda79a4aaee5360e6 . Does anyone know what causes this? I cannot find any reason in the map lua files.

Edit: After further experimentation, I have discovered claustrophobia does not work, but nomads does, leading me to believe that this is an issue with mods that affect the map, and not mods that affect game entities.

Statistics: Posted by UnorthodoxBox — 18 Apr 2019, 05:00


]]>