JaffaCakes

Member
  • Content count

    11
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

About JaffaCakes

  • Rank
    Bambi
  • Birthday August 8

Personal Information

Recent Profile Visitors

374 profile views
  1. It's a great opportunity for both.
  2. Heyo, I am the Director of an Australian Gaming Community named [ADogs] Aussie Dogs. I am currently the only developer on the team and we have so many projects going that I am starting to require help from others, this is where you come in! We are looking for an Arma 3 developer to assist in growing our Arma 3 Servers! I am rather new to the Arma 3 Server Development scene and have only a small amount of knowledge. I mainly deal with website related development. Now before I go on, I'll give you a little information about our community: The [ADogs] Aussie Dogs Community is looking to become a diverse and all accepting gaming community, having multiple servers on different games, all customised and all unique. We currently have enough donations to sustain the continued development and running of our servers for the foreseeable future. Some of the unique things we will focus on doing are listed below: No Corruption within Staff Non-Toxic, friendly community Issuing public warnings, bans and information on suspicious or confirmed individuals (For example, we currently have a "Hall of Shame" where we put all our bans and warnings, for the public to see) Staff should almost be like regular players, there will be no Staff Offices or In-Game Staff Perks (Other than of course development rooms) Customised Content Customised and Connected Website Presence Now more about this developer position: This position currently being offered is a development position for our Arma 3 Server('s). I would like this developer to have experience with running and creating their own scripts/servers/missions on Arma 3. We currently put most of our developments to a vote before deciding to implement them into our server, for example, if the community wants zombies, that's what we will add, but if they don't, then we won't. You may not always be working on the most fun of projects but you will always be praised for helping this amazing community grow! How do I sign up/How do I ask more questions about this position or the community? Well it's quite simple, just come over and join our TeamSpeak 3 Server! ts3.aussie-dogs.info Find me [ADogs] -=Jaffa Cakes=- [Director] and poke me saying you'd like to apply and find out more information. If I'm not online at the moment of you joining then also feel free to add my Steam Account and message me! http://steamcommunity.com/id/jaffa-cakes | I am happy to accept multiple people into the development team, so don't worry if you see other people also applying for the position, you should still have a go! Also, if possible, please comment below that you are interested in joining! Thanks, Jaffa Cakes Director of [ADogs] Aussie Dogs
  3. JaffaCakes

    Exile Esseker Map

    Same here. All I'm looking for is a version of the Esseker map on Exile. It's proving to be harder than what it should be.
  4. It's just the way the Arma 3 Tools packs PBO files, i packed them with the exact same prefixes and the Arma 3 Tools PBO didn't work but the PBO Manager packed PBO did.
  5. The issue has been solved! The problem was that I was using the Arma 3 Tools manager to pack and unpack my PBO, instead I now use this PBO Manager: http://www.armaholic.com/page.php?id=16369 Massive thanks to Rgscriven for putting his hand up to help me out, couldn't have done it without him!
  6. I am currently running the CentOS 7 Distribution of Linux. That would be awesome if you could give me a hand! You can find me on Steam or join my TeamSpeak 3 server to talk straight away.
  7. That is the post that I followed in order to attempt to install the Mod. These steps result in the same errors I am currently getting.
  8. From the GIT Hub repository: https://github.com/Defent/DMS_Exile
  9. All of these file structures produced the same errors in my console log, as shown in the spoiler in my previous reply. Which I will also attach for you again below:
  10. I have put the PBO in the @exileserver\addons folder. I am still receiving the exact same error messages as before even when i use any of these file trees. (Images attached to post) Once again, the error messages are below: You don't need to be rude to someone who is obviously having trouble with something. I have followed your instructions and they do not work. I strongly this this issue has something to do with my operating system being Linux based.
  11. Hey, I have ran into many problems while installing my Exile Server on the CentOS 7 distribution of Linux. I have finally got the base mod of Exile working on my server, but I have another problem. I am attempting to install DMS, I am receiving errors that files cannot be found within the mod. I can't work out why this is happening. Below is the command I currently use to start my server. ./arma3server -name=server -cfg=@exileserver/basic.cfg -config=@exileserver/config.cfg -mod=@exile -serverMod=@exileserver\;@a3_dms -autoinit Naturally, the Linux version of the Arma 3 Server doesn't like capitalised files, so I have made the according adjustments, but the problem still persists. I have even edited the file that calls all of these scripts and changed the script names in said file. You can find this file here: https://pastebin.com/LG4tYchF You can also find my Console Log here: https://pastebin.com/W29EGWxv (The Problematic Snippet is Below) Any help would be appreciated, I am losing my hair dealing with these sorts of problems. Also, I have a TeamSpeak 3 Server if you want to join that to give me a hand: http://www.teamspeak.com/invite/ts3.aussie-dogs.info/ Or, click on my name below and add me on Steam. ~Jaffa Cakes - Director of [ADogs] Aussie Dogs CURRENT SOLUTIONS ATTEMPTED: Uppercase file/folder names Lowercase file/folder names Checked the file tree inside the PBO ( /x/addons/a3_dms/ | /x/addons/a3_DMS/ | /x/addons/dms/ | / ) Changed all files being called in config.cpp to lowercase The issue has been solved! The problem was that I was using the Arma 3 Tools manager to pack and unpack my PBO, instead I now use this PBO Manager: http://www.armaholic.com/page.php?id=16369 Massive thanks to Rgscriven for putting his hand up to help me out, couldn't have done it without him!