Jump to content

Nozza

Member
  • Posts

    67
  • Joined

  • Last visited

Posts posted by Nozza

  1. nozza i changed the decay rate to 0 by going into my Hiveext.ini and changing this CleanupPlacedAfterDays = -1.. so if u change the option then build something on the map it will never decay :)..stuff build before u changed the option will still decay as it was placed before u changed the option

     

    Just re-reading you message you misunderstood my query. 

     

    I am referring to post #21.

     

    We both already have hive.ext clean up set to -1 yet bases are still decaying

  2. nozza i changed the decay rate to 0 by going into my Hiveext.ini and changing this CleanupPlacedAfterDays = -1.. so if u change the option then build something on the map it will never decay :)..stuff build before u changed the option will still decay as it was placed before u changed the option

    Yeah, you would think, although i have had that setting since the server has been set up, it used to be fine but has changed for some reason and not sure why

  3. i have this in my server and im getting decay :( metal panels seem to be the first to go

     

    I am also having the exact same trouble, can anyone shed some more light on this as i cannot seem to find anything that seems to be in date

  4. Hi,

     

    Currently have this set up for displaying  the messages in the centre of the screen but i am after changing the colour of the text.

     

    How would i edit the below line to accomplish this

     

    // Send center message to users 
    [nil,nil,rTitleText,"Ikea Truck lost its Cargo, Check your Map for the Location!", "PLAIN",10] call RE;

    Thanks

     

  5. Hi.

     

    Got this working (kinda) on my server, however. When I then came to build something, i could not place the object.

     

    Has anyone else had this or know why this could be.

     

    When installing the files I changed my RSCtext to RSCtext1 and similar with the description in both defines.hpp and doormanagement.hpp files.

     

    if anyone has any ideas i would be grateful.

     

    Did read through this entire thread and could not see anything but i am going to read through again now to see if i missed anything as i was in quite a rush first time as the server was live and so had to restore back up files. Test server ordered

     

    EDIT** this kind of fixed itself so i put it down to me missing something the first time.

  6. Hi Shane. 

     

    I was trying to get a bridge sorted for panthera and I just could not understand the links you can find in this section under Varty bridge.

    Take a look at that link, you may have more success than me.

     

    However I eventually sussed it out by adding the following into my coding. (in green) The bit in red at the end is the height.

     

    Any issues let me know and I will see if I can help

     

    _vehicle_1 = objNull;
    if (true) then
    {
      _this = createVehicle ["MAP_bridge_asf1_25", [2861.157, 7875.7563, 6.9823689], [], 0, "CAN_COLLIDE"];
      _vehicle_1 = _this;
      _this setDir -89.536591;
      _this setVehicleInit "this setVectorUp [0,0,1];";
         _this setVehicleInit "this setPosASL [getposASL this select 0, getposASL this select 1, 6.5]";
      _this setPos [2861.157, 7875.7563, 6.9823689];
    };
     
    _vehicle_2 = objNull;
    if (true) then
    {
      _this = createVehicle ["MAP_bridge_asf1_25", [2839.2539, 7876.2378, 5.2477131], [], 0, "CAN_COLLIDE"];
      _vehicle_2 = _this;
      _this setDir -89.689972;
    _this setVehicleInit "this setVectorUp [0,0,1];";
       _this setVehicleInit "this setPosASL [getposASL this select 0, getposASL this select 1, 6.5]";
      _this setPos [2839.2539, 7876.2378, 5.2477131];
    };
  7. Hi.

     

    Where is it exactly do you put this script?

     

    Is it a separate one from the actual editor SQF file.

     

    Also, if you are not using the pier as a bridge would you replace "Land_nav_pier_m_2" with the code of the vehicle you was using?

     

    Thanks

  8. Last one from me tonight (even though this shows as the first)

     

    Heliport added in just to the east side of Chernogorsk.

     

    All structures spawn items, weapons etc.

     

    Help yourselves to this little addition for those who want it.

     

    Alternatively you can come visit the server and see if for yourselves, everyone is welcome.

     

    Images:

     

    http://imgur.com/a/HxVUO

     

    SQF file:

     

    https://www.dropbox.com/s/ksbc4yo5glyowuk/heliport.sqf

     

    Once again if you get stuck adding these in Private Message me and I will walk you through it

     

    Thanks

     

    Nozz

  9. Here's another addition I would like to share

     

    This is a little further up the coast on the east side.

     

    Again, nothing major like some of the great work that I have seen on here but still a nice little addition.

     

     

    Images:

     

    http://imgur.com/a/TmRql

     

    SQF file:

     

    https://www.dropbox.com/s/re32x79274dbaqa/Eastcoast2.sqf

     

    Enjoy.

     

    Also any feedback or advice would be appreciated.

     

    Thanks

     

    Nozz

     

     

  10. Hey.

     

    So thought i would try my hand at a bit of map editing and some custom content.

     

    Here I have  just a few small additions to the east coast just East of Cherno.

    If any of you guys or gals would like to add it then be my guest.

     

    I am assuming you already know how to add files to your server. If you get stuck then just PM me and I will walk you through it.

     

    Images:

     

    http://imgur.com/a/WNQ8K/embed"></iframe>

     

    SQF file

     

    https://www.dropbox.com/s/o4zjo815fwwo5k3/Eastcoast.sqf

     

     

     

    Alternatively if you want to check this out yourself then come join us and check all our other content and addons also

     

  11. Hi.

     

    I have recently started two servers (cherno and Panth) and so far I have done by best with the little knowledge I know about scripting etc.

     

    i started the servers as I wanted to play in an environment where the usual politics and fickleness didn't exist.

    However, I am at my limit as far as improvements to the server goes.

     

    If there are any admins out there who have extensive knowledge when it comes to running a server etc and also want to join a community where immaturity and pettiness is excluded then get in contact with me.

     

    Both servers are new, cherno about 4 weeks and Panth, literally is only a couple of hours old as i type this so I am also looking to bring someone in who has ideas and ways to build up a player base.

     

    Look forward to hearing from you.

     

    Gazz

×
×
  • Create New...