sw5e-foundry / sw5e-companions

This is a creative way of making companions for the sw5e foundryvtt system.
GNU General Public License v3.0
1 stars 1 forks source link

Cannot Add Companion Class "Follower" #1

Open drummerking523 opened 1 year ago

drummerking523 commented 1 year ago

Hello, I've created a player character as instructed on github, and went to add the companion class "Follower" to it. However, I cannot hit the complete button after going through the level 1 popup. I am using Forge v10.291 SW5e v2.1.5.2.4.7 SW5e companions v1.0.2

I have attached the error messages I receive. Companion_Error

Dr-adcon commented 1 year ago

I'm having this issue too. Is anyone seeing these reports?

Dr-adcon commented 1 year ago

So I've done some testing with earlier versions of the Companions module. Looks like the issue is with the latest version of the sw5e system not cooperating with the module.

Dr-adcon commented 1 year ago

Further testing: Companions module works for SW5E Ver. 2.4.3, nothing more recent than that.

Jsmithrud37 commented 9 months ago

I would love to see this resolved. After updating Foundry/SW5e, my players have broken companions that I can neither view nor re-create due to this ☹

Dracos99 commented 2 months ago

I am not sure if it will fix this problem, but i was able to get this module to load and work properly by modifying the module.json to be compatible with foundry 11.

{
    "name": "sw5e-companions",
    "title": "SW5E Companions",
    "description": "An add on for using the Companions content.",
    "author": "Kakeman89",
    "version": "[version]",
    "compatibility": {
        "minimum": "11",
        "verified": "11"
    },
    "packs": [
        {
            "name": "companion-classes",
            "label": "Companion Classes",
            "system": "sw5e",
            "path": "/packs/companion-classes.db",
            "module": "sw5e-companions",
            "type": "Item"
        },
        {
            "name": "companion-class-feats",
            "label": "Companion Class Feats",
            "system": "sw5e",
            "path": "/packs/companion-class-feats.db",
            "module": "sw5e-companions",
            "type": "Item"
        },
        {
            "name": "companion-details",
            "label": "Companion Details",
            "system": "sw5e",
            "path": "/packs/companion-details.db",
            "module": "sw5e-companions",
            "type": "JournalEntry"
        },
        {
            "name": "companion-natures",
            "label": "Companion Natures",
            "system": "sw5e",
            "path": "/packs/companion-natures.db",
            "module": "sw5e-companions",
            "type": "Item"
        },      
        {
            "name": "companion-traits",
            "label": "Companion Traits",
            "system": "sw5e",
            "path": "/packs/companion-traits.db",
            "module": "sw5e-companions",
            "type": "Item"
        },
        {
            "name": "companion-weaponry",
            "label": "Companion Weaponry",
            "system": "sw5e",
            "path": "/packs/companion-weaponry.db",
            "module": "sw5e-companions",
            "type": "Item"
        }

    ],
    "packFolders": [
    {
      "name": "sw5e System Content",
      "sorting": "m",
      "packs": [],
      "folders": [
        {
          "name": "Companions",
          "sorting": "m",
          "color": "#291fb7",
          "packs": ["companion-classes","companion-class-feats","companion-details","companion-natures","companion-traits","companion-weaponry"]
        }
      ]
    }
  ],
    "url": "https://github.com/unrealkakeman89/sw5e-companions",
    "manifest": "https://github.com/unrealkakeman89/sw5e-companions/releases/latest/download/module.json",
    "download": "https://github.com/unrealkakeman89/sw5e-companions/releases/latest/download/sw5e-companions.zip"
 }