EWA 6.1.16 New ChatMessages with Localization.csv support https://github.com/GitHub-TC/EmpyrionWebAccess/releases/tag/6.1.16
I've been searching and trying different settings for weeks now, so I finally decided to come here and put in a request. Everytime I try and load the BackpackExtender and use the /vb command, it crashes the playfield. I have the latest ModLoader in the correct place, and have the other mods there as well. The pipes seem working fine within the xml file. Any help would be appreciated.
The mod have to be installed within the ModLoader - untip the complete ModLoader.zip and it will work "OutOfTheBox" -------------------------------------------------------------------------------------------------------- All the working mods in one bundle you can download here - simple unzip it in your ...\Content\Mods folder Note: Some mods require the ModLoader which fixes some broken API1 functions, so please download and install the complete ModLoader.zip. ModLoader.zip from 29.07.2022 https://github.com/GitHub-TC/EmpyrionModPackage/raw/main/ModLoader.zip
EWA 6.1.27 - Restore structures workaround for EGS bug https://github.com/GitHub-TC/EmpyrionWebAccess/releases/tag/6.1.27
BackpackExtender mod doesn't seem to work with 1.8.15. I installed it from EmpyrionModPackage repo, and when i try to place items in backpack, it returns error. 06-13:03:16.202 08_03 -LOG- {:EmpyrionModClient} EmpyrionBackpackExtender: BlockIdNameMapping convert failed:System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector) at EmpyrionBackpackExtender.EmpyrionBackpackExtender.get_BlockIdNameMapping() 06-13:03:16.203 08_03 -LOG- {:EmpyrionModClient} backpack open failed for player 'Politary'/1016 :System.NullReferenceException: Object reference not set to an instance of an object. at EmpyrionBackpackExtender.EmpyrionBackpackExtender.get_BlockIdNameMapping() at EmpyrionBackpackExtender.EmpyrionBackpackExtender.Convert(ItemStack i) at EmpyrionBackpackExtender.EmpyrionBackpackExtender.<EmpyrionBackpackExtender_Event_Player_ItemExchange>b__39_1(ItemStack i) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at EmpyrionBackpackExtender.EmpyrionBackpackExtender.EmpyrionBackpackExtender_Event_Player_ItemExchange(ItemExchangeInfo bpData, ConfigurationManager`1 currentBackpack, BackpackConfiguration config, Int32 usedBackpackNo) at EmpyrionBackpackExtender.EmpyrionBackpackExtender.HandlePlayerItemExchange(ItemExchangeInfo B)
I have update the https://github.com/GitHub-TC/EmpyrionModPackage/blob/main/ModLoader.zip package with the lastest versions of all my mods, i think i fixed this error.
A github novice question : How do we monitor by notifications a github repository that does not give releases?
I don't know maybe about the "Watch/All Activities" functionality of GitHub. But if I update that, I can also post a note here in the forum.
Ok i found the code line (and will make it more robust), but if you configure the NameIdMapping (useful for wipe robust itemname using) the "exception" is also gone. Example: https://empyriononline.com/threads/mod-empyrion-backpack-extender.49739/page-3#post-457601
@CondoR EmpyrionBackpackExtender 2.4.2 more robuste if no mapping file configured https://github.com/GitHub-TC/EmpyrionModPackage/blob/main/ModLoader.zip
Hi, I was wondering if I could have some help as I am really stuck. Trying to get the virtual backpack mod to work on our server. I've got mod manger as well. Whatever I do, I don't seem to be able to get it to work. Could someone please give me an idiot's walkthrough of how to do it? Many thanks?
Little stuck, We use gportal and uploaded the modloader folder to the mods folder of the server. We are using your recycle script: Empyrion-Scripts/Farm Recycle 0.5x0.5.lua at main · sri-arjuna/Empyrion-Scripts (github.com) The script runs and interacts with the LCD, it detects the ship we wish to recycle and tells us there is no core named Core-Recycle-12006 We name the core Core-Recycle-12006 ( the number being the ships ID) The script then takes apart the ship, layer by layer.... only nothing appears in the Loot container. the ship is just sent to silicon Heaven. if we open the loot container while the script is working it says the container is locked so its 100% looking at the right container..... First time using scripts so more than a little confused, where are we going wrong?
Did you make sure: 1. That the box is named properly, or the box its name is adjusted in the script? 2. Which version of the mod are you using? (Just asking because i did not get a 'box locked' message in a while) You're right, that message kind of indicates that the script is trying to access the proper box. Do you have any other boxes with similar names nearby? I've just copied the script a few days ago to a new vessel, adjusted the box name and it worked fine. Edit Hold on, box locked.. is that shown on the lcd showing the box content? That only means the box is locked - by you, noone else can access it. I recomend to use another script to show the box content (for this current situation). Code: {{#scroll 15 1}} {{items E.S. '*Loot*'}} {{Count}} {{Name}} {{/items}} {{/scroll}}
The box locked was because i was accessing it, this was to check the script was seeing the right box. So in this case the box being locked is not the issue...just a debug method. With no one in the box, when the script is run and a core on the target named correctly it runs and removes blocks from the target... but the resources never appear in the target box.... they just go. If we run the destruct script version then the blocks them selves appear in the box (though you get the child versions placed not the parent...ie shower not furnature). So i suspect the issue is with the recycle script and the fact its on a server. Loaded Mod 'EmpyrionScripting': "EmpyrionScripting" (Version: 11.1.6) from folder EmpyrionScripting The scripts were taken from here Empyrion-Scripts/0. Stand Alone/Farming at main · sri-arjuna/Empyrion-Scripts (github.com)
@MrGReaper What is the box name you want the items to be placed in? I have no problems using that script, in fact, thats my github Did you adjust the script to the box name, or the box name to match the wildcard "*Loot*" from the script? So anything along to "MrGReaper Loot 1" should work perfectly.