Brock5992

Donator
  • Content count

    44
  • Donations

    10.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Brock5992

  1. Here's the answer to this topic that I had asked awhile back.
  2. Brock5992

    Temporary building

    I've done a lot of searching and can't seem to find an answer to this. Is there a way to allow someone to build temporarily that will disappear after a server restart? I have a private server and only do PvE and would like the ability to build anywhere without a flag (i.e. building ladders to get up on a roof). I understand the flaw for PvP and base raiding but just want this for our PvE. My guess would be that I would have to modify either "ExileServer_object_construction_network_buildConstructionRequest.sqf" or "ExileServer_object_construction_network_buildTerritoryRequest.sqf", but I don't know enough to know what to tweak.
  3. Brock5992

    Temporary building

    Yes. I was hoping for both.
  4. Brock5992

    Chernarus Redux Loot Positions

    Works great! Thanks
  5. Brock5992

    Vehicles disapear when towing

    It happens from time to time. If you are on Tanoa the vehicles actually fall through the wood bridges. I've even had them sink into the ground where only the roof was visible.
  6. Brock5992

    Smoke Modules dont work ?

    I'm having the same issue. Not having any luck either.
  7. I'm encountering the same issue after just adding CUP vehicles. Any ideas how to fix?
  8. Brock5992

    Arma 1.72 Bugs Megathread!! READ THE RULES!!

    After getting in through A3Launcher I can now get in using Steam now. Go figure that one out...
  9. Brock5992

    Arma 1.72 Bugs Megathread!! READ THE RULES!!

    I did that and it didn't work. I can join thru A3Launcher and not get kicked but when I go in through Steam I get kicked. Oh Arma, you rascally devil.
  10. Brock5992

    Arma 1.72 Bugs Megathread!! READ THE RULES!!

    I just updated the server to 1.72 today and now I get kicked after about 5 minutes. Log files aren't showing anything. I'm not running battleeye either. Anyone else have this happen?
  11. Brock5992

    M3Editor - 3DEN Edition

    Actually you can. I've used this method with success. https://www.youtube.com/watch?v=zx3gEq5EJQM
  12. Brock5992

    Building in Cities

    No. It doesn't need to be binary.
  13. Brock5992

    Building in Cities

    I just run a small server for me and some friends and we want to be able to build in the cities. When I try to place a flag I get this: I can't find a setting anywhere in the files to allow base building in cities. Is there a setting I am missing?
  14. Brock5992

    Building in Cities

    It saved in binary mode. Use the map editor and "save as" and there should be a box to uncheck to not save in binary. After that you can edit it with notepad++.
  15. Brock5992

    Building in Cities

    You can either use something like Notepad++ and delete out the ExileNonContructionZones or you can go into the map editor and select the ExileNonContructionZones on the left side of the screen and delete them from within there if you only want to delete certain zones.
  16. Brock5992

    Building in Cities

    It's not in the config.cpp. It's in the mission.sqm file.
  17. Brock5992

    Mission help

    Well, I give up for now until I can figure it out. In the meantime I just added the objects per the a3_custom.pbo and run the mission without adding the objects during the mission. It seems to be working this way. I have a few tweaks left to make
  18. Brock5992

    Mission help

    Well after studying the files I decided to take my first step into creating a mission. Easy enough, right?... I decided to use Salt flats as the basis for the mission. I created the mission at the fortress ruins on Tanoa. This is what it looks like in the editor: In editor And this is what I get in game: In game I screwed something up with the coordinates apparently. I got my coordinates by using the exile addon and selecting "Save initserver.sqf. I've used this several times for adding custom objects into the map and haven't had any issues. Here's my object file: Object file Where am I going wrong?
  19. Brock5992

    Mission help

    This is what I get when I export with m3editor. Which still isn't right.
  20. Brock5992

    Mission help

    Alright, here's a stupid question. How do I get or launch a3editor? I can't find anything on it. I tried using m3editor but that doesn't get me the correct format either.
  21. Brock5992

    Mission help

    I was looking closer to the code for saltflats versus my code and there is a difference in the information. I guess I need to figure out how this was generated. Saltflats Mine More brackets and additional codes. I guess having an understanding of what each group is would help.
  22. Brock5992

    Mission help

    That would be true. They are floating in the air. What should I have set to that will correct that? Do I also want to make them simple objects?
  23. Brock5992

    Road Flares

    http://pastebin.ca/3793141
  24. Brock5992

    Road Flares

    I was wanting to add this to my server since Arma doesn't have flares. http://www.armaholic.com/page.php?id=31990 It works, but just not with Exile. Does anyone know what would be causing it not to work with Exile? I'm sure it's probably something simple that I'm missing.