OlderRetro

Member
  • Content count

    84
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by OlderRetro

  1. OlderRetro

    Namalsk zombies. 1.0.0.

    SO I just got my server finally running, zombies are spawning, loot is spawning, however I am noticing the zombies I have in the game just spawn and stand there, only 1 time did they attack me. Any thoughts? I am just wondering, I set the zombies to be WEST faction like I have it on my other servers in preparation for me adding DMS to the server. Are the factions different here on Namalsk? I reset my faction to EAST for now, that seems to have fixed the issue. I think, either way the zombies now aggro the players.
  2. OlderRetro

    Issue importing mission.sqm to m3editor

    Oops, sorry I meant Eden, okay good to know about altis, I know Tanoa does show up in the editor though.
  3. Hello, I think im in the right spot for this question. I can't figure out why anytime I import a mission.sqm from my Altis files I can't see the exile markers in the file. Yet when I import my tanoa mission.sqm. I can see all the markers perfectly. Is there something I need to do in order for these markers to show up on the altis mission.sqm. I am creating a file in my mpmissions file exile.altis and I copy the mission.sqm after I export it from my exile.altis.pbo
  4. OlderRetro

    ExileZ 2

    Okay I misread your file. I think I get it now. Thanks
  5. OlderRetro

    ExileZ 2

    That is nice, thanks. I am curious, what did you do with your triggers?
  6. OlderRetro

    ExileZ 2

    Only thing I can think off right now is try going to armaholic and download eliteness (anyone have another option?) http://www.armaholic.com/page.php?id=19784
  7. OlderRetro

    ExileZ 2

    I am running dms, occupation, sarge AI and ryanszombies. I am trying to set it up so I can have everyone attack each other. For now I am running Zombies as (West) and all Bandits as (East), I might try putting zombies as CIV and change around the settings.
  8. OlderRetro

    ExileZ 2

    I assume you unpacked your mission.pbo file using something like pbo manager? If not, your exile.altis.pbo or whatever map you are playing, needs to be unpacked, or you need to export the mission.sqm out of the pbo...open it up..edit, then copy the mission.sqm and paste the file back into your pbo. (I use pbo manager to do this.) Make sure you copy and paste, don't drag and drop the file, that can screw things up. Open your mission.sqm with notepad ++ and add the two items to the addons
  9. Where in the mission.sqm do I add the 3den exile plugin script. I save the script generated in the editor. But where in the mission.sqm does it go? Do I just place it at the very top of the sqm? Do I have to place it in the items?
  10. OlderRetro

    Adding Safezone script to mission.sqm

    I got it all working in Tanoa, thanks very much for you patient assistance.
  11. OlderRetro

    Adding Safezone script to mission.sqm

    So I can change the class from Entities to markers, and you also suggest removing the datatype="Marker"? I am chuckling, because everything else seems easy to copy from the editor, except the markers.
  12. OlderRetro

    Exile 3DEN Plugin

    Been having an issue trying to add script from the editor (saved via the exile plugin) to my mission.sqm for Tanoa (figured out how to do it on Altis). This is the original code from my mission.sqm. version = 52; class EditorData { moveGridStep = 1.0; angleGridStep = 0.2617994; scaleGridStep = 1.0; autoGroupingDist = 10.0; toggles = 1; class ItemIDProvider { nextID = 116; }; class MarkerIDProvider { nextID = 15; }; class Camera { pos[] = {6659.5127,411.93668,5919.339}; dir[] = {-0.02530832,-0.76106095,0.64826554}; up[] = {-0.029688863,0.6486722,0.76047516}; aside[] = {0.9992851,-4.8790753e-008,0.039012156}; }; }; addons[] = {"exile_client","A3_Ui_F"}; class AddonsMetaData { class List { items = 2; class Item0 { className = "exile_client"; name = "exile_client"; }; class Item1 { className = "A3_Ui_F"; name = "Arma 3 - User Interface"; author = "Bohemia Interactive"; url = "http://www.arma3.com"; }; }; }; randomSeed = 2218544; class ScenarioData { author = "Exile Mod"; }; class Mission { class Intel { timeOfChanges = 1800.0002; startWeather = 0.3; startWind = 0.1; startWaves = 0.1; forecastWeather=0.30000001; forecastWind = 0.1; forecastWaves = 0.1; forecastLightnings = 0.1; year = 2039; month = 6; day = 24; hour = 12; minute = 0; startFogBase = 5.0; forecastFogBase = 5.0; startFogDecay = 0.014; forecastFogDecay = 0.014; }; class Entities { items = 58; class Item0 { dataType = "Group"; side = "Independent"; class Entities { items = 100; class Item0 { dataType = "Object"; class PositionInfo { position[] = {6709.972,3.531064,6098.1816}; }; side = "Independent"; flags = 7; class Attributes { isPlayer = 1; }; id = 1; type = "Exile_Unit_GhostPlayer"; }; class Item1 { dataType = "Object"; class PositionInfo { position[] = {6715.4106,3.3922372,6098.1035}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 2; type = "Exile_Unit_GhostPlayer"; }; class Item2 { dataType = "Object"; class PositionInfo { position[] = {6719.6055,3.4349802,6097.948}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 3; type = "Exile_Unit_GhostPlayer"; }; class Item3 { dataType = "Object"; class PositionInfo { position[] = {6723.723,3.422645,6097.948}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 4; type = "Exile_Unit_GhostPlayer"; }; class Item4 { dataType = "Object"; class PositionInfo { position[] = {6727.7627,3.6749485,6098.1035}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 5; type = "Exile_Unit_GhostPlayer"; }; class Item5 { dataType = "Object"; class PositionInfo { position[] = {6731.725,3.7201705,6098.1816}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 6; type = "Exile_Unit_GhostPlayer"; }; class Item6 { dataType = "Object"; class PositionInfo { position[] = {6735.5313,3.7071872,6098.1816}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 7; type = "Exile_Unit_GhostPlayer"; }; class Item7 { dataType = "Object"; class PositionInfo { position[] = {6735.454,3.7017417,6095.54}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 8; type = "Exile_Unit_GhostPlayer"; }; class Item8 { dataType = "Object"; class PositionInfo { position[] = {6731.8804,3.7197568,6095.54}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 9; type = "Exile_Unit_GhostPlayer"; }; class Item9 { dataType = "Object"; class PositionInfo { position[] = {6727.6074,3.6728733,6095.773}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 10; type = "Exile_Unit_GhostPlayer"; }; class Item10 { dataType = "Object"; class PositionInfo { position[] = {6723.49,3.523696,6095.773}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 11; type = "Exile_Unit_GhostPlayer"; }; class Item11 { dataType = "Object"; class PositionInfo { position[] = {6719.6055,3.5784287,6095.8516}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 12; type = "Exile_Unit_GhostPlayer"; atlOffset = 2.3841858e-007; }; class Item12 { dataType = "Object"; class PositionInfo { position[] = {6715.1772,3.5535653,6095.773}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 13; type = "Exile_Unit_GhostPlayer"; }; class Item13 { dataType = "Object"; class PositionInfo { position[] = {6709.817,3.6209357,6095.54}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 14; type = "Exile_Unit_GhostPlayer"; }; class Item14 { dataType = "Object"; class PositionInfo { position[] = {6709.5835,3.8316061,6092.588}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 15; type = "Exile_Unit_GhostPlayer"; }; class Item15 { dataType = "Object"; class PositionInfo { position[] = {6715.1772,3.7679167,6092.8213}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 16; type = "Exile_Unit_GhostPlayer"; atlOffset = -4.7683716e-007; }; class Item16 { dataType = "Object"; class PositionInfo { position[] = {6719.6055,3.8106358,6092.9756}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 17; type = "Exile_Unit_GhostPlayer"; }; class Item17 { dataType = "Object"; class PositionInfo { position[] = {6723.568,3.7655332,6092.588}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 18; type = "Exile_Unit_GhostPlayer"; }; class Item18 { dataType = "Object"; class PositionInfo { position[] = {6727.7627,3.7048593,6092.8213}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 19; type = "Exile_Unit_GhostPlayer"; }; class Item19 { dataType = "Object"; class PositionInfo { position[] = {6731.8027,3.6831174,6092.51}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 20; type = "Exile_Unit_GhostPlayer"; }; class Item20 { dataType = "Object"; class PositionInfo { position[] = {6735.3765,3.6345065,6092.044}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 21; type = "Exile_Unit_GhostPlayer"; }; class Item21 { dataType = "Object"; class PositionInfo { position[] = {6709.3506,4.043117,6090.0244}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 22; type = "Exile_Unit_GhostPlayer"; }; class Item22 { dataType = "Object"; class PositionInfo { position[] = {6715.255,4.054649,6090.1787}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 23; type = "Exile_Unit_GhostPlayer"; }; class Item23 { dataType = "Object"; class PositionInfo { position[] = {6719.45,4.07037,6090.3345}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 24; type = "Exile_Unit_GhostPlayer"; }; class Item24 { dataType = "Object"; class PositionInfo { position[] = {6723.568,4.036174,6090.0244}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 25; type = "Exile_Unit_GhostPlayer"; }; class Item25 { dataType = "Object"; class PositionInfo { position[] = {6727.53,3.8530452,6090.1787}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 26; type = "Exile_Unit_GhostPlayer"; }; class Item26 { dataType = "Object"; class PositionInfo { position[] = {6731.5693,3.6259701,6090.0244}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 27; type = "Exile_Unit_GhostPlayer"; }; class Item27 { dataType = "Object"; class PositionInfo { position[] = {6735.221,3.5528815,6089.713}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 28; type = "Exile_Unit_GhostPlayer"; }; class Item28 { dataType = "Object"; class PositionInfo { position[] = {6709.273,4.2203193,6087.072}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 29; type = "Exile_Unit_GhostPlayer"; }; class Item29 { dataType = "Object"; class PositionInfo { position[] = {6715.3325,4.2280865,6087.383}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 30; type = "Exile_Unit_GhostPlayer"; }; class Item30 { dataType = "Object"; class PositionInfo { position[] = {6719.3726,4.2361555,6087.461}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 31; type = "Exile_Unit_GhostPlayer"; }; class Item31 { dataType = "Object"; class PositionInfo { position[] = {6723.801,4.179105,6087.227}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 32; type = "Exile_Unit_GhostPlayer"; }; class Item32 { dataType = "Object"; class PositionInfo { position[] = {6727.7627,3.9470174,6087.616}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 33; type = "Exile_Unit_GhostPlayer"; }; class Item33 { dataType = "Object"; class PositionInfo { position[] = {6731.8804,3.6687315,6087.227}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 34; type = "Exile_Unit_GhostPlayer"; }; class Item34 { dataType = "Object"; class PositionInfo { position[] = {6735.454,3.4354198,6087.5376}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 35; type = "Exile_Unit_GhostPlayer"; }; class Item35 { dataType = "Object"; class PositionInfo { position[] = {6733.59,3.7151988,6098.1816}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 36; type = "Exile_Unit_GhostPlayer"; }; class Item36 { dataType = "Object"; class PositionInfo { position[] = {6733.667,3.7149925,6095.54}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 37; type = "Exile_Unit_GhostPlayer"; atlOffset = 2.3841858e-007; }; class Item37 { dataType = "Object"; class PositionInfo { position[] = {6733.59,3.662434,6092.2773}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 38; type = "Exile_Unit_GhostPlayer"; atlOffset = 2.3841858e-007; }; class Item38 { dataType = "Object"; class PositionInfo { position[] = {6733.3564,3.590914,6089.7905}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 39; type = "Exile_Unit_GhostPlayer"; }; class Item39 { dataType = "Object"; class PositionInfo { position[] = {6733.8228,3.4741623,6087.461}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 40; type = "Exile_Unit_GhostPlayer"; }; class Item40 { dataType = "Object"; class PositionInfo { position[] = {6729.628,3.8210554,6087.5376}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 41; type = "Exile_Unit_GhostPlayer"; }; class Item41 { dataType = "Object"; class PositionInfo { position[] = {6729.7827,3.7187557,6090.102}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 42; type = "Exile_Unit_GhostPlayer"; }; class Item42 { dataType = "Object"; class PositionInfo { position[] = {6729.8604,3.6831393,6092.9756}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 43; type = "Exile_Unit_GhostPlayer"; }; class Item43 { dataType = "Object"; class PositionInfo { position[] = {6729.628,3.6998143,6095.618}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 44; type = "Exile_Unit_GhostPlayer"; atlOffset = 2.3841858e-007; }; class Item44 { dataType = "Object"; class PositionInfo { position[] = {6729.8604,3.7029147,6098.1816}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 45; type = "Exile_Unit_GhostPlayer"; }; class Item45 { dataType = "Object"; class PositionInfo { position[] = {6725.8984,3.56806,6098.1816}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 46; type = "Exile_Unit_GhostPlayer"; }; class Item46 { dataType = "Object"; class PositionInfo { position[] = {6725.6655,3.549155,6095.773}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 47; type = "Exile_Unit_GhostPlayer"; }; class Item47 { dataType = "Object"; class PositionInfo { position[] = {6725.432,3.6989472,6092.8213}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 48; type = "Exile_Unit_GhostPlayer"; atlOffset = -2.3841858e-007; }; class Item48 { dataType = "Object"; class PositionInfo { position[] = {6725.6655,3.9456663,6090.0244}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 49; type = "Exile_Unit_GhostPlayer"; }; class Item49 { dataType = "Object"; class PositionInfo { position[] = {6725.743,4.057861,6087.461}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 50; type = "Exile_Unit_GhostPlayer"; }; class Item50 { dataType = "Object"; class PositionInfo { position[] = {6721.392,4.209405,6087.5376}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 51; type = "Exile_Unit_GhostPlayer"; }; class Item51 { dataType = "Object"; class PositionInfo { position[] = {6721.392,4.0548944,6090.258}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 52; type = "Exile_Unit_GhostPlayer"; }; class Item52 { dataType = "Object"; class PositionInfo { position[] = {6721.47,3.788275,6092.899}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 53; type = "Exile_Unit_GhostPlayer"; }; class Item53 { dataType = "Object"; class PositionInfo { position[] = {6721.392,3.552219,6095.773}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 54; type = "Exile_Unit_GhostPlayer"; }; class Item54 { dataType = "Object"; class PositionInfo { position[] = {6721.392,3.430637,6097.948}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 55; type = "Exile_Unit_GhostPlayer"; }; class Item55 { dataType = "Object"; class PositionInfo { position[] = {6717.508,3.4027965,6098.026}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 56; type = "Exile_Unit_GhostPlayer"; }; class Item56 { dataType = "Object"; class PositionInfo { position[] = {6717.508,3.572652,6095.618}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 57; type = "Exile_Unit_GhostPlayer"; }; class Item57 { dataType = "Object"; class PositionInfo { position[] = {6717.43,3.7912202,6093.0547}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 58; type = "Exile_Unit_GhostPlayer"; }; class Item58 { dataType = "Object"; class PositionInfo { position[] = {6717.508,4.044653,6090.49}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 59; type = "Exile_Unit_GhostPlayer"; }; class Item59 { dataType = "Object"; class PositionInfo { position[] = {6717.508,4.2287946,6087.5376}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 60; type = "Exile_Unit_GhostPlayer"; }; class Item60 { dataType = "Object"; class PositionInfo { position[] = {6713.4683,4.206253,6087.616}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 61; type = "Exile_Unit_GhostPlayer"; }; class Item61 { dataType = "Object"; class PositionInfo { position[] = {6713.235,4.0231752,6090.258}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 62; type = "Exile_Unit_GhostPlayer"; }; class Item62 { dataType = "Object"; class PositionInfo { position[] = {6713.235,3.6726265,6093.0547}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 63; type = "Exile_Unit_GhostPlayer"; }; class Item63 { dataType = "Object"; class PositionInfo { position[] = {6713.313,3.5142488,6095.8516}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 64; type = "Exile_Unit_GhostPlayer"; }; class Item64 { dataType = "Object"; class PositionInfo { position[] = {6713.4683,3.3787484,6098.4927}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 65; type = "Exile_Unit_GhostPlayer"; }; class Item65 { dataType = "Object"; class PositionInfo { position[] = {6711.681,3.4490402,6098.1816}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 66; type = "Exile_Unit_GhostPlayer"; }; class Item66 { dataType = "Object"; class PositionInfo { position[] = {6711.448,3.5443122,6095.618}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 67; type = "Exile_Unit_GhostPlayer"; }; class Item67 { dataType = "Object"; class PositionInfo { position[] = {6711.215,3.748869,6092.8213}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 68; type = "Exile_Unit_GhostPlayer"; }; class Item68 { dataType = "Object"; class PositionInfo { position[] = {6711.137,4.063869,6089.713}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 69; type = "Exile_Unit_GhostPlayer"; }; class Item69 { dataType = "Object"; class PositionInfo { position[] = {6711.137,4.230616,6087.1504}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 70; type = "Exile_Unit_GhostPlayer"; }; class Item70 { dataType = "Object"; class PositionInfo { position[] = {6708.108,3.6220624,6098.2593}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 71; type = "Exile_Unit_GhostPlayer"; atlOffset = -2.3841858e-007; }; class Item71 { dataType = "Object"; class PositionInfo { position[] = {6707.8745,3.6828012,6095.54}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 72; type = "Exile_Unit_GhostPlayer"; atlOffset = 2.3841858e-007; }; class Item72 { dataType = "Object"; class PositionInfo { position[] = {6707.719,3.7985682,6092.8213}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 73; type = "Exile_Unit_GhostPlayer"; atlOffset = 4.7683716e-007; }; class Item73 { dataType = "Object"; class PositionInfo { position[] = {6707.4863,3.968409,6090.49}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 74; type = "Exile_Unit_GhostPlayer"; }; class Item74 { dataType = "Object"; class PositionInfo { position[] = {6707.1753,4.136737,6087.461}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 75; type = "Exile_Unit_GhostPlayer"; }; class Item75 { dataType = "Object"; class PositionInfo { position[] = {6705.311,4.0920444,6087.227}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 76; type = "Exile_Unit_GhostPlayer"; }; class Item76 { dataType = "Object"; class PositionInfo { position[] = {6705.388,3.8855479,6090.568}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 77; type = "Exile_Unit_GhostPlayer"; }; class Item77 { dataType = "Object"; class PositionInfo { position[] = {6705.466,3.7471762,6092.9756}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 78; type = "Exile_Unit_GhostPlayer"; }; class Item78 { dataType = "Object"; class PositionInfo { position[] = {6705.6216,3.6816964,6095.3066}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 79; type = "Exile_Unit_GhostPlayer"; }; class Item79 { dataType = "Object"; class PositionInfo { position[] = {6705.777,3.6722946,6098.414}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 80; type = "Exile_Unit_GhostPlayer"; }; class Item80 { dataType = "Object"; class PositionInfo { position[] = {6704.223,3.6915817,6098.6475}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 81; type = "Exile_Unit_GhostPlayer"; }; class Item81 { dataType = "Object"; class PositionInfo { position[] = {6704.0674,3.6398313,6095.54}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 82; type = "Exile_Unit_GhostPlayer"; }; class Item82 { dataType = "Object"; class PositionInfo { position[] = {6703.9897,3.6404772,6093.442}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 83; type = "Exile_Unit_GhostPlayer"; atlOffset = 2.3841858e-007; }; class Item83 { dataType = "Object"; class PositionInfo { position[] = {6703.6787,3.7739534,6090.7236}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 84; type = "Exile_Unit_GhostPlayer"; }; class Item84 { dataType = "Object"; class PositionInfo { position[] = {6703.524,3.9608529,6087.461}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;}; id = 85; type = "Exile_Unit_GhostPlayer"; }; class Item85 { dataType = "Object"; class PositionInfo { position[] = {6701.4263,3.809835,6087.461}; }; side = "Independent"; flags = 5; class Attributes{isPlayer = 1;};
  13. OlderRetro

    Adding Safezone script to mission.sqm

    This is at the top of the script class Entities { items = 58; class Item0 I have to remove dataType = 'Marker"? That was in the script from both the editor and the existing script ( I assume remove for each of the items?)
  14. OlderRetro

    Adding Safezone script to mission.sqm

    I must be doing something wrong, I took out the code, the server loads. I went back to the editor and recopied the code from editor via the exile save function. I re-enter the code to conform with the other items, I get stuck in a loading/connecting loop. I will drop the script here, but overall I am stuck in a loading loop. I removed some of the items to just create some safezones around Tanoa for now. On a positive note, all my changes are working great on Altis =)
  15. OlderRetro

    Adding Safezone script to mission.sqm

    I added the 14 items to the bottom of the list and reformatted to match the other items in the list, removing the class entities and the number at the bottom items=14.
  16. OlderRetro

    Adding Safezone script to mission.sqm

    So I thought this was all figured out, until I opened up my Tanoa mission.sqm. I notice there are 2 sets of items, the second doesn't have an item count. However i see an item count of 58 at the top, but there are only 57 items in the bottom mission. Here is the script I was looking to add, which is again the exported saved script, created by the exile 3den plugin. I figured out ( I think ) all those items in item 0 are sub items? I loaded the items at the bottom of the item list, reformatted to match the other item format, I am running into a loading/connect issue. I will check my rpt and I will also remove those items and see if that is causing the issue.
  17. OlderRetro

    Adding Safezone script to mission.sqm

    Thanks for looking, that solved my issue, much appreciated, now I will "hopefully" know how to proceed from here.
  18. OlderRetro

    Adding Safezone script to mission.sqm

    Okay I put the code in I didn't get it to work, I am getting tons of client side errors when loading maps today, so no more restarts for today for me. but I will put up my code for my mission.sqm and someone can perhaps let me know how im screwing up or if I need to add something additional. its items 26 and 27. I put arrow notes beside each to identify which ones, they are at the bottom.
  19. OlderRetro

    Adding Safezone script to mission.sqm

    Thanks for the info. I will be trying this shortly. Do I need to alter the code each time I export it from the editor, or are you just recommending this as a more stable way to make the safezones? Reason I ask, I would like to next delve into zombie spawns, which I assume I would have to repeat this process, prior to adding the coords to the triggers.sqf/sqm(can't remember) in the exilez file.
  20. OlderRetro

    Adding Safezone script to mission.sqm

    Here is the script generated from the exile 3den plug.
  21. OlderRetro

    Adding Safezone script to mission.sqm

    Thanks for that, but that wasn't the question, WHERE inside of the mission.sqm does the code go. The exile 3den plugin generates the marker/spawn script. But I have tried to copy it a few different places yet it doesn't work, so I was hoping someone else could tell me how to place it in the mission.sqm If I am doing something wrong, or perhaps I am just not understanding how the script goes into the mission.sqm, I would appreciate getting the correction on how to place this.
  22. Okay this might be strange, but I am having a bitch of a time trying to just open my altis mission.sqm in eden. I have been successfully adding content to my mission.pbo, but everytime I try to add the mission.sqm to my mpmission folder it doens't show up in my load. Anyone care to spell out the steps I need to do in order to accomplish this?
  23. OlderRetro

    Extended Base Mod

    What I do is I create an @ExtendedBase folder in my main server directory with my other mods. I take the mission pbo. so exile.altis, exile.tanoa. Whatever I open it up with PBO Manager. I then go back to my desktop. I create a new folder called EBM. I place menus.hpp and recipes.hpp into that folder and copy/paste that folder into the mission.pbo. Should show up at the top of the pbo, when you expand it. You then need to extract the config.cpp, open it with notepad ++ and add the two lines Here are the config.cpp lines...
  24. OlderRetro

    Extended Base Mod

    Hello, So I decided to install the Extended Base Mod on my Arma 3 Altius Exile Server. Now from the looks of everything I have successfully installed most of the items to the server, however the one issue I am having is the cement mixer...so I can craft the cement mixer but then I get. Cannot Open Object exile_assets\model\exile_concretemixer.p3d I am copying this from a note I wrote down. I am not sure what to do in order to fix this issue, any help would be appreciated. I should add, I am currently running 0.9.61 with extended base mod. I have considered upgrading to 9.8 but concerned about bugs with 9.8
  25. OlderRetro

    Trying to add my traders

    Hello, So I have managed to figure out how to add objects to my initserver.sqf. I am puzzled with how to add my traders to the other sqf. I placed them where I want them I copied the script..and now what do I do? Do i place the script directly into the initplayerlocal.sqf and if so where. An example would be appreciated. This is the script I copied from the editor. Okay. I changed a few things around and made sure to get the code entered at the very top of the initlocalplayer.sqf I must have missed that piece of information, I am assuming if and when I want to add additional traders. I have to simply add the additional traders below this one?