Thanx for the quick reply, do I need to configure NameIDMapping.json for reforged eden? I am still getting the errors after adding the path to the backpack extender config. https://gyazo.com/10d07293498a258b5e17a682ea638a54
Wie kann ich hier mehr als ein Item Eintragen? "ForbiddenItems": [ { "Id": 2920, "Count": 0, "ItemName": null }
Hab es so Probiert aber er schreibt es dann immer wieder auf Default: "ForbiddenItems": [ {"Id": "2920", "Count": 0, "ItemName": "null"} {"Id": "2921", "Count": 0, "ItemName": "null"} "ForbiddenItems": [ { "Id": 2920, "Count": 0, "ItemName": null } { "Id": 2921, "Count": 0, "ItemName": null }
Hab den Fehler gefunden: "ForbiddenItems": [ { "Id": 2920, "Count": 0, "ItemName": "null" }, { "Id": 2921, "Count": 0, "ItemName": "null" }, { "Id": 2922, "Count": 0, "ItemName": "null" }
Gibt es noch eine andere möglichkeit ausser alles für jedes Item untereinander zu schreiben zB. [12, 34, 56, 43, 95]
I want to prohibit vb in an instance. Can you work with placeholders in the config? instances are continuous. Instance3#1 Instance3#2 Instance3#3 etc.. my thought was Instance3#* Is it possible to work with placeholders in this situation? greetz Antwort gerne auch in Deutsch
VB 2.7.0: Instance names without # https://github.com/GitHub-TC/EmpyrionBackpackExtender/releases/tag/2.7.0 Hier kann man Instanznamen in der Konfiguration einfach ohne die #nnn angeben PS: Das könnte dich ggf auch interessieren https://github.com/GitHub-TC/EmpyrionChatDiscordBridge
Ich danke dir für das schnelle bearbeiten der mod. Funktioniert wie gewünscht Das mit dem Discord läuft auch wieder aber danke für deine aufmerksamkeit
Hello Everyone, I have a quick question. Each time I want to apply for game modification, as per example, number of bagpack available, price of bagpack it's not working. I Stop the server, open the configuration.json, modify item, quantity, restriction, register, apply for it and start the server. Once inside the game, all my new settings (from the configuration.json), goes back by default. I'm doing, by sure, something wrong, but dont know what Can someone help me to understand. Thanks
If the file has a syntax error, it will be reset to the default - it is best to use an editor that points out errors such as VisualStudioCode or Notepad++.
Thank you for your answer. I find a way to work the mod. Last question, The stack size doesnt work, is this normal ? Even, if I stop the mod make the modification. it doesnt matter if I put 100 or 16 Millions, the stack size doesnt work but maybe is something normal ? thanks
Thank you for the great mods you have written. Adds to game! I managed to get Empyrion Web Access installed and running. I then added your backpack extender. It work, however, the config for it is somehow being over written and returning to the config that is sent with the mod. Please advise. Thank you, Renainn
Perhaps you made a syntax error while editing. It is best to stop the mod, then edit the file and make a backup of the file if necessary. You may see any errors in the dedicated log from EGS.
I did find a warning under Logs\EWA: 2025-09-13T22:52:14.7474526-07:00 [WRN] The WebRootPath was not found: "C:\MyServer\servers\1\serverfiles\Content\Mods\EWALoader\EWA\wwwroot". Static files may be unavailable. (3ae2c740) No errors in the EGS logs. I will follow your advice and make the changes in the way you stated. I do have another question as well. In the backpack config file there are these parameters: "NameIdMappingFile": "Saves\Games\DediGame\Mods\EmpyrionScripting\NameIdMapping.json", Are the "" needed around the line: "Saves\Games\DediGame\Mods\EmpyrionScripting\NameIdMapping.json" And do I need to make any changes to the NameIdMapping.json as well? For the below settings, can I leave them as they are listed? I do not intend to make changes unless I need to. AllowedPlayfields": [], ForbiddenPlayfields": [], Thank you in advance for any guidance here. Renainn
I followed what said about having things shutdown, when I loaded everything and started the server, same issue. The config file was over written.
You can use the new https://github.com/GitHub-TC/EmpyrionBackpackExtender/releases/tag/2.7.2 there i add log output for the configuration