[mod] Empyrion Backpack Extender

Discussion in 'Empyrion API' started by ASTIC, Jun 7, 2019.

  1. Bronco40

    Bronco40 Lieutenant

    Joined:
    Dec 14, 2017
    Messages:
    20
    Likes Received:
    24
    Ha this might take a while , what are the steps to get started for the virtual backpack / clan backpack
     
    #21
  2. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    #22
  3. Bronco40

    Bronco40 Lieutenant

    Joined:
    Dec 14, 2017
    Messages:
    20
    Likes Received:
    24
    #23
  4. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    no, you can start with the ModLoader.zip bundle
     
    #24
  5. Bronco40

    Bronco40 Lieutenant

    Joined:
    Dec 14, 2017
    Messages:
    20
    Likes Received:
    24
    Is this everything I need or will I need to download more ?
     
    #25
  6. Bronco40

    Bronco40 Lieutenant

    Joined:
    Dec 14, 2017
    Messages:
    20
    Likes Received:
    24
    ok I download this , where do i go to get started
     
    #26
  7. Hawkie

    Hawkie Commander

    Joined:
    Dec 7, 2018
    Messages:
    150
    Likes Received:
    80
    Current version is bugged. Duplication of content. No response on bugreport on github.
     
    #27
  8. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    Mod works fine on my server in the bundle of ModLoader.zip package. No duplications or the like.
     
    #28
  9. Don't Panic

    Don't Panic Commander

    Joined:
    Jul 5, 2019
    Messages:
    113
    Likes Received:
    140
    On my own dedicated server, the Backpack Extender also works fine without problems, but with a cooldown of 60 seconds.
     
    #29
  10. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    The cooldown can be configurated in the JSON file in the savegame mod folder - and the default cooldown for vb is 60sec
     
    #30
  11. Don't Panic

    Don't Panic Commander

    Joined:
    Jul 5, 2019
    Messages:
    113
    Likes Received:
    140
    yes I know, just wanted to give feedback that I have no problems and I have adopted standard 60s.
     
    #31
    ASTIC likes this.
  12. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    [​IMG]
    BackpackExtender in action for cross savegame (here Reforged Eden 1.5 (compatibility fix) to a new final Reforged Eden 1.5 ) support on the Fractureserver ;-)

    Access the items/blocks via names not via id.
     
    #32
  13. Viperian

    Viperian Ensign

    Joined:
    Aug 22, 2020
    Messages:
    6
    Likes Received:
    0
    I have a dedicated server on GTXGaming. They enabled FTP for me and I uploaded this and the Empryion Scripting mod. Scripting mod is working fine but this mod causes me to lose connection to the playfield when I attempt to invoke it. I did not use a mod loader but it went in the correct folder and it created a config in my existing save on first launch of the server after install. Are there problems with the latest release of empyrion? I am running the newest Empyrion with the latest Project Eden.
     
    #33
  14. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    The ModLoader serves not only as a decoupling of the API 1 mods but also fixes some of the errors of this interface. Therefore just take the whole package of the API 1 mods which you can find in the ModLoader.zip file here

    https://empyriononline.com/threads/mod-my-mods-astic-compatible-with-the-v1-5.49107/
     
    #34
  15. Viperian

    Viperian Ensign

    Joined:
    Aug 22, 2020
    Messages:
    6
    Likes Received:
    0
    Thank you very much for this clarification. I downloaded the ModDownloader.zip. So just put that entire file structure in my content/mods folder (Except for the individual mods I don't want)? And that's it? So there would be a separate mods folder within this structure? "Therefore just take the whole package of the API 1 mods which you can find in the ModLoader.zip file here" Assuming whole packages means the entire contents of the zip?
     
    #35
  16. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    @Viperian Exactly, the entire contents of the zip file. The API1 mods are in there in a subdirectory and are loaded by specifying the file
    "[EGS]\Content\Mods\ModLoader\Host\DllNames.txt".
     
    #36
  17. Viperian

    Viperian Ensign

    Joined:
    Aug 22, 2020
    Messages:
    6
    Likes Received:
    0
    Got it working thank you. Had to have GTX place the .exe themselves but once they did everything works great. Thanks a lot!
     
    #37
  18. Hawkie

    Hawkie Commander

    Joined:
    Dec 7, 2018
    Messages:
    150
    Likes Received:
    80
    @ASTIC Thanks for your great work. However I have a few problems with the instructions sometimes.
    I am currently setting up a cross server VB (with shared folder), and as you propably know you will then have different IDs on items. The named items seems to be the solution, however i am not all that clear on where i get the nameidmapping.json from, and if there should be 1 such file for each of the 2 servers?
     
    #38
  19. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    991
    Likes Received:
    707
    You must then specify the mapping file, which is provided e.g. by EmpyrionScripting RELATIVELY in the Config of the Backpackextender. The current directory is the respective EmpyrionServer.
    e.g. Savegamedir here is DefaultRE
    Code:
    {
    ...
    "NameIdMappingFile": "Saves\\Games\\DefaultRE\\Mods\\EmpyrionScripting\\NameIdMapping.json",
    ...
    }
     
    #39
  20. Hawkie

    Hawkie Commander

    Joined:
    Dec 7, 2018
    Messages:
    150
    Likes Received:
    80
    Problem is that i cannot find any nameidmapping.json from empyrion scripting
    and i am unclear how to get it from the savegame.

    As you can se here, this is what empyrion scripting has left me:

    upload_2021-9-30_18-57-38.png
     
    #40

Share This Page