Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Bilco

Members
  • Posts

    474
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Bilco

  1. Bilco

    Darn

    Want to add zombies to the server? Go here and follow the instructions. Same concept as above. Probably have to do some minor tweeks here and there but most people have seen the video that Frankie did with Exile on Esseker and zombies. That's how it's done.
  2. Bilco

    Darn

    Help? I don't need any help. If you want to run Esseker all you have to do is stop your server. Upload All In Arma and Esseker through your FTP. Get a mission.sqm for the Esseker map and replace the Altis mission.sqm with that one. Rename the mission PBO. Upload that through the FTP. Change your mission in the server.cfg, it's at the bottom. Set you custom launch parameters, example: -mod=@mod_name;@mod_name2;@mod_name3;@mod_name4;@mod_name5. Start your server. Done! On a side note, Do not hit the big green button at the bottom or you'll wipe the mission. For Chernarus it's the same thing. That is how I set up my test server and had no problems. Not too hard.
  3. Bilco

    Darn

    If you're having a problem with your server please submit a support ticket.
  4. Bilco

    Darn

    PBO's are complete and were submitted for testing. Hopefully they are good to go and they'll be releasing them soon.
  5. Try opening your scripts.txt and change the corresponding line from a 5 to a 1.
  6. Arma 2 and Arma 3 are very similar. The file named 'init.sqf' is executed automatically when the mission starts.
  7. In Exile you'll have to create an init.sqf in your mission pbo. Pretty simple. if (isServer) then { []execVM "addons\hilltop_base.sqf"; };
  8. Bilco

    Darn

    I'm working on it.
  9. Any time I need to add any BE filters I stop the server. I use Filezilla as my FTP program to upload them. Close that down after it's done. Start my server. Then after it's refreshed and running I restart it for good measure. Never had 1 problem.
  10. Did you put in your steam id in the box after you select the box? You open it by pressing F2.
  11. Tickets can take 12 to 24 hours and longer if you bump it. What's the ticket number and I'll pass it along to the support staff?
  12. You should be notified when they are done.
  13. OK, I'm trying to make sense of this. From what I gather is that you went into the map editor and added some buildings, etc. to the Chernarus map. You have sqf file and you want to know where it goes? Should be pretty simple. Unpack your Server PBO. Create a folder and for this case we will call it buildings. Inside that newly created buildings folder you will place your sqf file. For this we will call it map.sgf. Now find the init folder. Inside that folder should be the file server_functions.sqf. Open that up and at the very bottom you would places this line: //Server Additions call compile preprocessFileLineNumbers "\z\addons\dayz_server\buildings\map.sqf"; That should work.
  14. I'm assuming that you are talking about Arma 2 when you state about picking mods for your server. It takes up to 48 hours for the mods to be installed. As far as the bad version part, sometimes the server doesn't completely install when ordered. There could be several reasons for this, but I'm not going to list them. What I am going to do is try to help you get you into your server. First thing is run an update. Select the update on the control panel and hit the big green box at the bottom. Follow the on screen instructions. If that doesn't work, change you map. Example, you are running DayZ 1.8.6.1, switch to Epoch 1.0.5.1. Hit the button at the bottom again and follow the instructions. After it changes, switch it back to what you originally wanted, again hitting the button on the bottom and following the instructions. If that doesn't work then you can try to switch locations. If all else fails, make sure everything client side is good. Make sure your mods are up to date and not corrupt. If you're still having issues getting into your server, please provide more details so that I may hopefully be able to assist you further.
  15. Google the files you need on GitHub. Download them and place them in your mission folder. Remember where you put them cause you need to know the path. Open your compiles.sqf and search for the folders you need. Then all you have to do is change the path of those to the files you placed in your mission pbo. Or you can have survival install it for you.
  16. I gave ryan the fix for Chernarus. He should be loading it up soon.
  17. Bilco

    FTP Server

    Please create a support ticket. In the comments section, explain exactly what is going on. Once it's created, post the support ticket number here and I will forward it to the support team immediately.
  18. Bilco

    Exile Server Admin

    It happens. Sometimes you may get a quicker answer on the forums than via support ticket.