AdmiralCrom

Member
  • Content count

    7
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About AdmiralCrom

  • Rank
    Bambi
  1. AdmiralCrom

    Replace Default Exile Billboard Pictures?

    Yup that's what I kinda figured but it does say add .... At the bottom of initplayerlocal.sqf, place this line: [] ExecVM "signs\billboards.sqf";
  2. AdmiralCrom

    Replace Default Exile Billboard Pictures?

    Also I found out that if you do exactly as stated in this mod, as of 1.02 exile, each item spawns every time someone else logs into server. Which I guess doesn't do much to a signpost, but when you use it to do items like monitors, that have screens that you can put an image on, they all start being bounced around due to spawning in same location. So I moved the whole function to initServer.cpp file
  3. AdmiralCrom

    Replace Default Exile Billboard Pictures?

    _pos = [5376.17, 4830.06, 0]; _object = createVehicle ["SignAd_Sponsor_F", _pos, [], 0, "CAN_COLLIDE"]; _object setDir 115.697; _object setPosATL _pos; _object setObjectTextureGlobal [0, "zedtrading.jpg"]; _object allowDamage false; Using that format could you explain what each line represents to this line ["SignAd_Sponsor_F",[14633,16811.2,18.035],[[0.711744,0.702439,0],[0,0,1]],[true,false]] Because this is the output of M3Editor Eden edition. Thanks....
  4. AdmiralCrom

    exad Virtual garage problem {please help}

    I know this is an old topic but I have the same problem, You get the VG header text to open in your territory but outside it then it shows the slide with the vehicle info is. But of course to far to access anything Exile 1.02 with InfiSTAR installed. Any outcome on this problem?
  5. AdmiralCrom

    [ExAd XM8 APP] Unit Scanner

    Wish this had two things. Made that it only works out of a vehicle (most have a radar already), and you have to have a GPS to work..
  6. AdmiralCrom

    Statusbar Script?

    I have read thru all of this Thread just to figure out why most people have problems installing this mod. I for one was one of them. It's because the archive you download does not have inside the zip a folder called "statusBar" thus any call to addons/statusBar/statusBar.hpp will not validate so when the install steps listed on first or second post, they mean make a folder under you un-pbo ed folder for Exile mission. I use Altis, so it looks like this Exile.Altis/addons/statusBar as the path to statusBar.hpp and the sqf file... Someone please edit the first post of directions for added this mod and show this path correctly... Thanks... and if I necroed an old thread....it was needed... Admiralcrom