Arma 3
Virtual Arsenal Shop System - 3den Editor
Mcroiget 28 May, 2022 @ 8:00pm
Players Can't Scroll To Open Shop On Dedicated Server
Hello 7'Erra,

Single player VASS works fine. On my dedicated server, no player can access the shop menu from the context menu (mouse scroll wheel). When hosting from the multiplayer menu in-game, only the player on the hosting computer gets the action to interact with the shop via the context menu.

The server I'm on has these mods:
@ace;@ACE Compat - RHS AFRF;@ACE Compat - RHS USAF;@RHSCOMPATSAF;@RHSCOMPATGREF;@ASCZ_Heads;@CBA_A3;@CUP ACE3 Compatibility Addon - Terrains;@CUP Terrains - Core;@CUP Terrains - CWA;@CUP Terrains - Maps;@Interiors for CUP;@Mac Donald's Clothing;@NIArms All in One;@Project OPFOR;@RHSAFRF;@RHSGREF;@RHSSAF;@RHSUSAF;@SPS BlackHornet PRS;@Spyder Addons;@TFAR;@Uriki's Mission Items;@zec;@ZECCUP - Zeus and Eden Templates for CUP Terrains;vn;@ZEI - Zeus and Eden Interiors;@Zeus Enhanced;@Zeus Enhanced - ACE3 Compatibility;@Remove_stamina;@Cytech_Core_Assets;@Cytech_Underground_Map;@Virtual_Arsenal_Shop_System_-_3den_Editor;@Chernarus_Redux;@Escape_From_Tarkov_Uniform;@LAMBS_RPG;@LAMBS_Suppression;@LAMBS_Turrets;@$$$money$$$;@ALiVE;@[Escape From Tarkov] Killa's outfit;@Combat stimulators;@BloodLust;@Escape from Tarkov Props;@VoP Items;@Inventory Items by RickB;@Nks Arsenal;@LAMBS_Danger.fsm;@Remove stamina - ACE 3;@СпР : Специальные подразделения России;@Enhanced Movement;@JSRS SOUNDMOD - Reloading Sounds;@JSRS SOUNDMOD;@JSRS SOUNDMOD - RHS USAF Mod Pack Sound Support;@SimpleFuelcan;@Enhanced Soundscape;



I have a few shops with quite a lot of modded content in them.

Would appreciate some help with this.
< >
Showing 1-3 of 3 comments
Mcroiget 5 Jun, 2022 @ 12:38pm 
Ok so I managed to get it working. For anyone else that is having this issue, you simply need to make the shops manually rather than using the Eden GUI. I added the VASS functions into the inits of the units/objects I was using as traders with this format:

[this, "scrollactiontexthere", 999, "alive _this && alive _target", 5] call TER_fnc_addShop;

[this,["arifle_av_ak12_rss",45000,true]] call Ter_fnc_addShopCargo;

[this, "currency symbol"] call TER_fnc_setCurrency;

(some currency symbols are not in the Arma font sadly)

Have a look over at the Github if you want to know what each parameter means. And if you don't feel like pouring through objectids and typing this all out, you can still use Terra's GUI to get your list of items. Just make sure to not put too much in the store because it increases the load time of the arsenal store screen.
Last edited by Mcroiget; 5 Jun, 2022 @ 12:39pm
7'erra  [developer] 2 Aug, 2022 @ 7:29am 
I hopefully just fixed the issue with the VASS Eden mod
Last edited by 7'erra; 2 Aug, 2022 @ 7:29am
Mcroiget 3 Aug, 2022 @ 6:37pm 
Awesome, I'll have to test it when I get the chance.
< >
Showing 1-3 of 3 comments
Per page: 1530 50