Modding Tools
0 of 0

File information

Last updated

Original upload

Created by

Saint Baron

Uploaded by

SaintBaron1

Virus scan

Safe to use

Tags for this mod

2 comments

  1. Pickysaurus
    Pickysaurus
    • Community Manager
    • 659 kudos
    Hey SaintBaron,

    Thanks for sharing your extension. I noticed you added Xbox Game Pass detection which includes scanning every single drive letter for a specific path (including A:\ which is typically a floppy disk drive). 

    Vortex actually has the ability to do a lot of this detection for you. I've written a guide on finding the IDs here: https://modding.wiki/en/vortex/developer/game-detection#windows-store-xbox

    In case you don't have Game Pass I've got the ID here: "31281YoungHorses.Bugsnax"

    You can add this as another const, e.g. const XBOX_ID = '31281YoungHorses.Bugsnax';

    Then you just need to add the new ID into the util.GameStoreHelper.findByAppId([STEAM_ID, EPICAPP_ID]) part. 
    1. SaintBaron1
      SaintBaron1
      • premium
      • 70 kudos
      Hi,
      I actually tried this but for some reason it didn't seem to detect it. I'll give it another test today to see if I have any luck though