Jump to content

TheEpicWatermelon

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About TheEpicWatermelon

  • Rank
    Rookie
  1. TheEpicWatermelon

    How To Make Files All Lower Case

    Okay now I think all the cup mods work except the CUP Units, can someone please help me with this? I can go in game and go to the virtual arsenal and get CUP guns and Uniforms but I can't spawn in CUP Units
  2. TheEpicWatermelon

    How To Make Files All Lower Case

    Okay I used this command: for i in $( ls | grep [A-Z] ); do mv -i $i `echo $i | tr 'A-Z' 'a-z'`; done . This fixed it. But apparently that's not the fix because I get the same error again. Anybody have any fix?
  3. I'm running an Arma Server on linux and I'm using some mods, all the CUP mods in particular. When I run the server and pick a mission on Takistan I get this: 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item2.type: Vehicle class CUP_B_US_Soldier no longer exists -bash: 19:15:57: command not found [steam@ip-10-0-0-157 arma3]$ 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item3.type: Vehicle class CUP_B_US_Soldier no longer exists -bash: 19:15:57: command not found [steam@ip-10-0-0-157 arma3]$ 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item4.type: Vehicle class CUP_B_US_Soldier no longer exists -bash: 19:15:57: command not found [steam@ip-10-0-0-157 arma3]$ 19:15:57 Missing addons detected: -bash: 19:15:57: command not found [steam@ip-10-0-0-157 arma3]$ 19:15:57 CUP_Creatures_Military_USArmy -bash: 19:15:57: command not found [steam@ip-10-0-0-157 arma3]$ 19:15:57 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.CUP_Creatures_Military_USArmy -bash: 19:15:57: command not found -bash: it: command not found [steam@ip-10-0-0-157 arma3]$ 19:15:57 Mission takistanvirtualarsenalsandbox.takistan: Missing 'description.ext::Header' -bash: 19:15:57: command not found I tried to search for a fix and I found out that I had to make all the .pbo files in the mods all lower case. I tried searching up ways to make files lowercase in linux but I could not find a way that works. Can someone help me with this issue?
  4. Yes I am running a linux server, I tried to use the commands found on this site https://community.bistudio.com/wiki/Arma_3_Dedicated_Server, to try and make all the files lowercase but it does not work for me.
  5. I've been trying to search for a fix and I found out that I need to make every Pbo file lowercase. All the files are still there but apparently the server can't read upper case files. Now I just want to know if theres an easier way to make it all lower case rather than going on filezilla and changing it all manually...
  6. Hello. I'm running a dedicated Arma Server with all the CUP mods plus some other mods but when I join the server and select a mission I get this error: 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item0.type: Vehicle class CUP_B_US_Officer no longer exists 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item1.type: Vehicle class CUP_B_US_Soldier no longer exists 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item2.type: Vehicle class CUP_B_US_Soldier no longer exists 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item3.type: Vehicle class CUP_B_US_Soldier no longer exists 19:15:57 Warning Message: mpmissions\__cur_mp.takistan\mission.sqm/Mission/Entities/Item1/Entities/Item4.type: Vehicle class CUP_B_US_Soldier no longer exists 19:15:57 Missing addons detected: 19:15:57 CUP_Creatures_Military_USArmy 19:15:57 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.CUP_Creatures_Military_USArmy 19:15:57 Mission takistanvirtualarsenalsandbox.takistan: Missing 'description.ext::Header' And there are no slots in the server as well when I join when I select that mission. Can someone please help me with this issue?
×