AJCStriker
Member-
Content Count
19 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout AJCStriker
-
Rank
Private First Class
-
Sounds really exciting! I have reached out to you over Steam to request access to the dev build and am looking forward to your response.
-
Node.js Extension for Arma 3 (sock.sqf, sock.dll, sock-rpc)
AJCStriker replied to micovery's topic in ARMA 3 - COMMUNITY MADE UTILITIES
I don't know if you still maintain this, but I was wondering if you could explain how to access keys in your keyvalue map datastructure on the sqf side? I am a little confused as to how it is supposed to work. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
AJCStriker replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Wow that is a shame. If at any point you felt like adding a feature, a language independent data exchange format would be appreciated. I haven't taken a look at the code yet, but I am quite sure that there will be a drag and drop replacement if your current solution uses routine Java methods. In the meantime, does the build script allow for the use of autoconfigs, events, servers etc or does it only allow you to update the mod content? Thanks! -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
AJCStriker replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Hi Major, Is there any way you could share the format that the sync and events files are stored in? I am trying to make a dynamic modpack tool, but cannot workout how to change them! Thanks alot! -
As the title says I am looking for a way to change the config of my model so that I can equip the weapon as a Launcher. It is actually just a bolt action rifle but I would like to be able to carry it concurrently with another weapon. Could anyone help out with how to achieve this in the config?
-
ArmA3Sync - launcher and addons synchronization software for ArmA 3
AJCStriker replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Hi there, I am having an issue with my Arma3Sync in that when I am building the modpack it does not include any .zsync files? I have show hidden folders checked so I am really very confused as to what might be causing this? -
IgiLoad script - logistical support
AJCStriker replied to igi_pl's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hey Igi, is there any chance that you could support Fuller's USAF mod? The ability to put a RIB into an Osprey would definitely make me grin. -
United States Air Force
AJCStriker replied to SGT Fuller's topic in ARMA 3 - ADDONS & MODS: COMPLETE
First I just want to say what a massive fan I am of this pack. I have been using it for at least two months now and it is incredible! When I saw that V 0.3 had a Pavehawk in it I went to special kind of heaven. Which leads me on to asking in the least annoying way I can, what timeframe is V0.3 looking to get repaired in and do you accept testers? -
ALiVE - Advanced Light Infantry Virtual Environment
AJCStriker replied to wolffy.au's topic in ARMA 3 - ADDONS & MODS: COMPLETE
At this time any features that require our cloud based services are unavailable on Linux. However, we are actively working on upgrading our offering in regards to War Room and one aspect of that is multi platform support. Unfortunately features such as persistence and statistics will not work on a Linux server at this time. It is possible that you could use Mono to simulate the .NET framework, but rest assured a more official solution is in the pipeline. -
Node.js Extension for Arma 3 (sock.sqf, sock.dll, sock-rpc)
AJCStriker replied to micovery's topic in ARMA 3 - COMMUNITY MADE UTILITIES
First off I just want to say that I think this is fantastic! However, I wanted to ask whether the system takes care of oversized returns or if we would have to implement that ourselves? -
LEA - Loadout Editor for ArmA 3
AJCStriker replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
How can Task Force Radio and the Additional Backpacks for it be added to LEA? Having a few issues with it, would appreciate your help. -
Linux server cannot load mods
AJCStriker replied to AJCStriker's topic in ARMA 3 - SERVERS & ADMINISTRATION
OK so this issue is now resolved. Here is the write up for anyone who encounters it in the future. Linux requires pbo files for mods to be entirely in lower case. In the example shown in this thread, the @8thfiles contained pbo's from various different mods to enable our modpack to be more verbose and customised. These individual addon packs contained PBO files with capital letter in their names, subsequently causing the server to not find them and error out. The solution is to use -mod="@8theditoraddons;@8thvehicles;" so on and so forth. The backslashes are not required inside the quotation marks as the characters do not require escaping. The next issue is there is a segmentation fault on linux, but that is a different issue and will need to be addressed seperately. -
Linux server cannot load mods
AJCStriker replied to AJCStriker's topic in ARMA 3 - SERVERS & ADMINISTRATION
./arma3server -netlog -config=privateArmaConfig.cfg -mod="@8theditoraddons/;@8thmaps/;@8thmedical/;@8thmisc/;@8thunits/;@8thvehicles/;@8thweapons/" - No change ./arma3server -netlog -config=privateArmaConfig.cfg -mod="@8theditoraddons\;@8thmaps\;@8thmedical\;@8thmisc\;@8thunits\;@8thvehicles\;@8thweapons\" - Server shows the addons in its expansions box in server browser, attempting to load an operation causes: 9:36:59 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.X39_MedSys_Scripting, alive_sys_adminactions, alive_amb_civ_population, alive_sys_crewinfo, alive_sys_weather, alive_sys_gc, alive_sys_profile, alive_main, alive_sys_viewdistance, task_force_radio_items, rav_lifter_a3, alive_mil_placement, alive_mil_opcom, alive_sup_combatsupport, alive_sup_transport, alive_civ_placement, alive_mil_convoy, kyo_mh47e, globemaster_c17, mas_afr_rebl_c, HAFM_UK_WHEELED, fza_ah64_US, mas_ukf_sftg_b, alive_amb_civ_placement -
Linux server cannot load mods
AJCStriker replied to AJCStriker's topic in ARMA 3 - SERVERS & ADMINISTRATION
I have made the suggested changes, however there was no change. Current state: startup line: ./arma3server -netlog -config=privateArmaConfig.cfg -mod="@8theditoraddons;@8thmaps;@8thmedical;@8thmisc;@8thunits;@8thvehicles;@8thweapons" Error: Cannot open file '/home/arma3/arma3/@8thweapons\addons\rhard_mk18_cfg.ebo' -
Linux server cannot load mods
AJCStriker replied to AJCStriker's topic in ARMA 3 - SERVERS & ADMINISTRATION
I wish that was the fix, sadly that's an issue with the copy pasting from the terminal. Quotations do not fix the issue :( ---------- Post added at 23:15 ---------- Previous post was at 22:58 ---------- UPDATE: Quotations and slashing the end of every mod does allow the server to load without the stated error. While the content is shown in the expansions box, the server cannot run missions with modded content inside, throwing the deleted DLC error message. 19:12:17 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.X39_MedSys_Scripting, alive_sys_adminactions, alive_amb_civ_population, alive_sys_crewinfo, alive_sys_weather, alive_sys_gc, alive_sys_profile, alive_main, alive_sys_viewdistance, task_force_radio_items, rav_lifter_a3, alive_mil_placement, alive_mil_opcom, alive_sup_combatsupport, alive_sup_transport, alive_civ_placement, alive_mil_convoy, kyo_mh47e, globemaster_c17, mas_afr_rebl_c, HAFM_UK_WHEELED, fza_ah64_US, mas_ukf_sftg_b, alive_amb_civ_placement