Jump to content

BlackNeonx_O

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About BlackNeonx_O

  • Rank
    Rookie
  1. Hello Folks I'v a little issue with the default missions/server. Yesterday I Installed a Linux server (VM) for me and my friends on my virtualization host - (4 Cores 8 GB of RAM). I did a clean installation without mod so we can play the default missions together. After the installation i joined the server and started the first APEX mission. First checkpoint (clean the area) i can see the enemy NPC/KI but they're not walking nor moving around, just turning and shooting. It look like if they're half sitting. I cleanded the area and moved to the next checkpoint same issue. I disconnected from the Server restarted it and tried the same mission again - same issue, Again disconnecting from the server and rejoining, this time the 2nd APEX mission, but again same issue as before. The team NPC/KI has the same issue (UPDATED EDIT-2). Has someone experienced the same issue(and hopefully solved it)? Any other ideas? Please feel free to ask me if your missing some information. Thanks Thomas EDIT-1 - 16.02.2018 16:04 - Screenshots Okey so i played another mission (non apex) an ran into the same issue - heli transporation - the team NPC do not enter the heli because they're not moving too like the enemy NPC's Screenshots: https://imgur.com/a/rMAg4a9 EDIT-2 - 16.02.2018 20:22 - Team NPC too I reinstalled the whole server, on the first mission i'havent noticed the issue - after that i had to restart the host server (added an SSD for the arma3 VM), issue came back 😞 I'll try to stop the server delete the profiles and start the server again. EDIT-3 - 16.02.2018 20:39 - Server Specs/Cfg: EDIT-4 - 16.02.2019 21:23 - Delete Profile Okey so i deleted the profile folders and created new empty folders - restarted the server issue was gone. As temporary solution i added a little script to cronjob which deletes and creates the profile folders everytime i restart the VM. EDIT-5 - 17.02.2019 11:00 - No ideas left Okey so today and yesterday i looked through the profile files and couln't find a mistake (to be honest its hard for me to find something, if i dont know what to look after) - didn't change anything. I think its a bug from the arma3server binary who autogenerates those profiles and messes something up after the first restart. Could need some help now.
  2. Okey thank you :) No, i was just curios if there is a better solution ;)
  3. Nice Thanks! The last problem i have is how can i get the object of the vehicle or (ammo-)box which i'm interacting with? Is there a better solution than the cursorTarget command? How the script should work: 1. I open the cargo of an vehicle 2. Inventory opens (including my added button) 3. When i press the button the script should get the object of the vehicle (mention the inventory is displayed). 4. The command getMagazineCargo _object returns the magazine list 5. ... What is the best solution for step 3? Or am i thinking to far? -BlackNeon
  4. Hello everyone I'm trying to write a "take magazines for my weapon" script. I added a button in the inventory display and when i press it i want the script to get all the magazines for my weapon out of the (ammo-)box, vehilce storage. How can i get the item list from that storage when i press the button on the inventory display and move them into my inventory? Thanks for your help :) -BlackNeon
×