DieselJC 196 Posted February 1, 2016 I wanted to share this with the community if anyone is interested in it. I got tired of the same old ammo boxes in the game so I wanted something different. This is the Animated Data Terminal from inside the game that works as an Arsenal. I have packed put everything you need into a .rar file including 2 different scripts one that allows one player at a time to use the box and the other for multiple people using the box. Also included is small sample mission. Big thanks to Larrow for the scripting help. Youtube example: video is a bit grainy: https://www.youtube.com/watch?v=H8nmMczqWi4 Download link: https://www.dropbox.com/s/n3dswic30sjtin9/DTA.rar?dl=0 Diesel 1 Share this post Link to post Share on other sites
ineptaphid 6413 Posted February 1, 2016 Good job :) Makes a nice change to the standard ammo box.Thanks. Share this post Link to post Share on other sites
Alex150201 894 Posted February 1, 2016 Where can I find that object? I know its in the end game thing but where can I find it in the editor? Share this post Link to post Share on other sites
Guest Posted February 1, 2016 Release frontpaged on the Armaholic homepage. Data Terminal Arsenal (DTA) v1.0 ** Armaholic now supports authors with donation button/links. When you have any donation/support links please contact me! Share this post Link to post Share on other sites
DieselJC 196 Posted February 1, 2016 Where can I find that object? I know its in the end game thing but where can I find it in the editor? Empty,Objects(Military)Data Terminal. Share this post Link to post Share on other sites
DieselJC 196 Posted February 1, 2016 Release frontpaged on the Armaholic homepage. Data Terminal Arsenal (DTA) v1.0 ** Armaholic now supports authors with donation button/links. When you have any donation/support links please contact me! Thanks Foxhound..I appreciate the release! Share this post Link to post Share on other sites
Alex150201 894 Posted February 2, 2016 Empty,Objects(Military)Data Terminal. Thanks mate I will look for it right away! Share this post Link to post Share on other sites
Mauler 17 Posted February 8, 2016 This is a nice touch for some mission tasks. Is there a way to remove the arsenal function and just have the terminal open and close on scroll action? I'd like to be able to link the opening to radio call options for game immersion. Thanks for the script as is though, it is nice change :) <O Mauler. Share this post Link to post Share on other sites
DieselJC 196 Posted February 9, 2016 This is a nice touch for some mission tasks. Is there a way to remove the arsenal function and just have the terminal open and close on scroll action? I'd like to be able to link the opening to radio call options for game immersion. Thanks for the script as is though, it is nice change :) <O Mauler. When I first started on this I just googled the Data Terminal and found afew scripts that open and close the terminal..then I decided I wanted it linked to the Arsenal..I would sure think you could change the script to use a radio to open it and close it or even link it to music..I have also seen where there is a way to have the screen in the terminal be interactive as well. Share this post Link to post Share on other sites
twakkie 57 Posted September 26, 2016 Hi Diesel We have been using this arsenal for some time now (since you basically released it). But the recent changes to the Arsenal with the 1.64 update, we have been having the following errors when the mission launches: 7:52:33 Error in expression <,["put", 23]]; private _ctrlList = _display displayctrl (960 + 26); {> 7:52:33 Error position: <_display displayctrl (960 + 26); {> 7:52:33 Error Undefined variable in expression: _display 7:52:33 File A3\functions_f_bootcamp\Inventory\fn_arsenal.sqf, line 920 Could you please look at it since we love your little script :) Cheers Twk 1 Share this post Link to post Share on other sites
DieselJC 196 Posted September 26, 2016 Hi Diesel We have been using this arsenal for some time now (since you basically released it). But the recent changes to the Arsenal with the 1.64 update, we have been having the following errors when the mission launches: 7:52:33 Error in expression <,["put", 23]]; private _ctrlList = _display displayctrl (960 + 26); {> 7:52:33 Error position: <_display displayctrl (960 + 26); {> 7:52:33 Error Undefined variable in expression: _display 7:52:33 File A3\functions_f_bootcamp\Inventory\fn_arsenal.sqf, line 920 Could you please look at it since we love your little script :) Cheers Twk I'll take a look at it and see what I can do and let you know..glad you like it..seems every update always breaks something..lol 1 Share this post Link to post Share on other sites
hogthar 295 Posted December 29, 2016 Dunno if there were already a solution for this Arsenal issue, but here is a quick fix for those who still getting the error message. In the \scripts\client\init_client.sqf file's 16. line contain this code: ["Preload"] call BIS_fnc_arsenal; Comment this line out (or just delete it completly) with putting // and this error will disapear. The first time you load arsenal (with action menu or whatever) it will load a little bit longer, but that's happen for the first time only, thats all. However I do not know why this issue exist in the first place, could be something with the new feature (introduced in 1.64) of sorting items, or could be something not yet had been initialised in the mission, but I did not spent much more time examining the issue. If you got something more info on this subject, please share it, it could help out someone one day. 1 Share this post Link to post Share on other sites
Larrow 2827 Posted December 30, 2016 There is an mistake in BIS_fnc_arsenal that is causing this error when trying to Preload the arsenal data, I have put in a ticket for it. 1 Share this post Link to post Share on other sites