Jump to content

Joeyy

Member
  • Posts

    53
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Joeyy got a reaction from salival in starting humanity   
    `Humanity` int(11) NOT NULL DEFAULT '2500',
     
    It's in the SQL.
  2. Like
    Joeyy got a reaction from Darihon in [RELEASE] NW Airfield military area.   
    NW Airfield needed some more on the NW part of it in my opinion so I made this a long while ago. Server died, releasing to files for other servers to use!
     
    The addition includes:
    Firestation 2 Barracks (one added next to each existing barrack on the airfield) 4 Military tents Another 2 Military tents behind firestation in the middle 2 Medic tents ATC Tower (NE side of airfield) Proper roads leading into the area Trees and walls  



     
     
    The .sqf file can be found here:
     
    http://pastebin.com/iVchYudd
  3. Like
    Joeyy got a reaction from Dactyl in [Release] Deploy Bike Extendet   
    At the "VERY BOTTOM" just means at the end of the file, this is so you don't accidently put it in a loop or that it gets called before anything else. You can have multiple scripts with calls at the bottom of a file.
  4. Like
    Joeyy got a reaction from MGT in Need help installing infastars antihack   
  5. Like
    Joeyy got a reaction from bFe in Deployable stationary weapons?   
    You should be able to customize the deploy bike script and instead of the bike class as object created, you put in the class name of the stationary weapons?
  6. Like
    Joeyy got a reaction from Chewy in [Release] Epoch Admin Tools V1.10.0   
    Quoting Turtle from another post: 
  7. Like
    Joeyy got a reaction from Sandbird in SQF vehicle ID changer   
    Hi,
     
    During the testing of my map additions I am working on I got really annoyed by changing the _vehicle_ID to something unique in case it was already taken. I couldn't be bothered doing it after chaning it once so I quickly decided to write a small program to do this for me.
     
    Using the software, all you have to do is set a starting ID and the program will loop through the file you open with it and change all the _vehicle_IDs with your starting ID. It automaticly increases the starting ID by itself. It supports SQF and TXT files, and probably a lot more.
     
    Hopefully you guys find it useful like I did!
     
    Screenshot:

     
     
    Download:
    https://github.com/Joeyy/UniqueSQFIDs
     
    Source:
    https://gist.github.com/Joeyy/8918941
  8. Like
    Joeyy got a reaction from Halvhjearne in SQF vehicle ID changer   
    Hi,
     
    During the testing of my map additions I am working on I got really annoyed by changing the _vehicle_ID to something unique in case it was already taken. I couldn't be bothered doing it after chaning it once so I quickly decided to write a small program to do this for me.
     
    Using the software, all you have to do is set a starting ID and the program will loop through the file you open with it and change all the _vehicle_IDs with your starting ID. It automaticly increases the starting ID by itself. It supports SQF and TXT files, and probably a lot more.
     
    Hopefully you guys find it useful like I did!
     
    Screenshot:

     
     
    Download:
    https://github.com/Joeyy/UniqueSQFIDs
     
    Source:
    https://gist.github.com/Joeyy/8918941
×
×
  • Create New...