Jump to content

BlenderRUS

Member
  • Content Count

    85
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by BlenderRUS

  1. BlenderRUS

    Vehicle Permission

    Someone already posted air restriction script binded to pilot's model. Use search. Also if you have some scripting skills you can write a simple script that will check vehicle you are in and your unit class or check your UID in allowed UIDs variable. It is simple script so if you specify some details I can help you.
  2. For now I wrote a script that creates all vehicles from vehicles config with player jumping into every seat and building array with [_vehType, worldToModel, seatType (driver, cargo..), seat index] then creating a config for every vehicle type. UI just gets an array for vehicle type and converts position to screen. I tried to use selectionPosition but seems its not working with proxies, only selections in memory/geometry LODs. So I've created a feature request on dev-heaven to add a new command like in VBS2's getCrewPos or extend existing command functionality.
  3. Thank you for your reply. I've tried to use EH but GetIn and GetOut doesnt trigger when you change positions. And because of same reason variables method is useless too. I'm using "player action" method which doesnt return anything and if seat is not empty it will automatically try to find another free cargo seat. Vehicle Dialog is updating realtime so checking with moveInCargo is a bad idea also there may be some collisions with different players trying to use same cargo seat. Tomorrow I will check how A2 movein mouse wheel actions work .. but I think that it uses emptyPositions count.
  4. Sadly but it is Russia.. its hard to do anything if you are not Russian... The simpliest way is to contact his web-site hosting administrator / game server hosting provider.
  5. Hello alpha-kilo. Thank you for your observations! -beta instead of -mods is necesarry for Steam users with arma 2 and arma 2 oa in a separated folders. In further updates I'll add option to edit some buttons like "Tushino Ready", browser URL and add manager profiles but for now as I wrote in first post it has been made for Tushino. About updates - there are some speed limit restrictions (or even shutdown on traffic overload) on Tushino FTP between 20:00-00:00 GMT +4 in case of 100-200 players playing on Tushino servers (especially on weekends), also check app's file write permissions (run as administrator). And also I planned to make english version of changelog :)
  6. BlenderRUS

    TrackIR Scope

    Das Attorney, Thank you for this great addon! I will try it asap. Also, are you planning to release @ACE version?
  7. ArmA 2 BattlEye GUID Whitelist Tool This console tool is connecting to ArmA 2 server using BattlEye v2 protocol and checking every player's GUID if it is whitelisted. You can choose one of three actions, and setup messages. Features: - 3 type of actions to not whitelisted players: -- warn in global chat -- kick -- ban --- ban for X minutes --- ban permanent - all GUIDs are stored in separate guids.txt file - connection info, messages and misc stored in settings.txt - console commands for adding/removing GUIDS, refreshing whitelist from the file. Download from ftp.sub7games.com
  8. BlenderRUS

    Hooking Arma II into Team Speak 3

    You can write extension (http://community.bistudio.com/wiki/Extensions) server library for ArmA 2 which will use Teamspeak's serverquery to get list of online users.
  9. BlenderRUS

    Army of the Czech Republic DLC

    https://store.bistudio.com/images/screenshots/arma2-acr/arma2_acr_screenshot_9.jpg (269 kB) Where?
  10. What about scripts, strings with quotes inside? Like: 5 execVM "\Something\" ? I know that I can do something like: 5 execVM \something\ But I have more difficult scripts inside scripts.txt and want to know how to include quotes inside Script Detection.. Can I do something like double quotes? Are they will be replaced to single automatically? :)
×