Jump to content

Kambiz Fouladi

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

2 Followers

About Kambiz Fouladi

  • Rank
    Private
  1. Kambiz Fouladi

    looking for help, server issues on linux

    Since this post is now quite old, I will just comment generally that case is important, as you pointed out. For example, I run a script to change all mod and contents names to lower case, and I reference them in lower case. However, I allow mission file names to be mixed case, and I reference them that way. Whatever you do, just be sure you match between the way something is named and the request you make for it, including path.
  2. have you verified that the file exists and the entire path is lower case per the error msg?
  3. The function is documented here https://community.bistudio.com/wiki/BIS_fnc_exportCfgVehicles I can produce expected text output by following the example included in the documentation. However, I am unable to produce anything when using the parameter "screenshots" or "screenshotsTest". A review of the function in the editor reveals that screenshots will only work when the world is set to one of the render options, which is obtained through Render Worlds https://community.bistudio.com/wiki/Render_Worlds. I have installed this and am launching the editor with one of these. I also see that the boolean "enablecheats" must test true. My best guess is that this is an undocumented variable which indicates that the instance is running in developer mode. I have attempted to set this boolean by launching a simple saved mission with this value in the init, then in the editor I am calling the function. When I do this, although a lot of work seems to be going on in the background, no images are being saved and no errors are displayed. I would greatly appreciate an explanation of how this function may be used to generate images.
  4. Kambiz Fouladi

    ASOR Vehicle Selector

    Thank you for this nice tool. I am having one difficulty I hope someone can help with. I want to use this with a vehicle mod. The mod is the AH-64D Apache Longbow found here: http://www.armaholic.com/page.php?id=28085 In order to get this vehicle to be included along with the rest of the helicopters, I have edited the initialization line like so: this enableSimulation false; this allowDamage false; this addAction ["<t color=#00FF00'>Spawn Helicopters</t>", {[["helicopters], ["fza_ah64d_b2e", "RHS_AH64D_wd", "RHS_AH64D_wd_GS"], "chopperspawn_1"] execvm "ASORVS\open.sqf";}]; I have also edited fn_buildDatabase.sqf like so: case ((_classname isKindOf "Helicopter") || (_classname isKindOf "fza_helicopters")) : { _helicopters pushBack [DB_Helicopters, _classname, _displayname, _picture, nil, count _helicopters, _side]; The part I am not sure of is the classname of this mod. In the editor, the display name is "FZA - Helicopters" but when I look in the Config Viewer under CfgVehicleClasses I find fza_helicopters. After saving my changes I hoped that the database would be built to include the two vehicle variants included in my new mod, but they are not being included. Any suggestions?
  5. The Milsim unit I have been with for the past year recently shut down. I would like to find another unit where I can offer my skills. I don't have consistent availability in the evenings or on weekends, but I enjoy team based real world style tactical challenges whenever I can get them. What I can offer consistently, is availability during the day to work on technical stuff, outside of the game. I am a 48 year old US Army combat veteran, and an IT professional. I have a lot of experience running ARMA 3 on Linux, and with system administration in general. If you currently have, or want to create one or more Linux game servers, with or without virtualization, and put a top notch system in place for maintenance, I can help. I wrote a web based front end for my last unit, so that less technical members could upload mods, missions, and edit key config settings without forcing them to learn anything too complicated. My technical skills extend to databases, websites, forum software, and other kinds of backend services a MilSim unit might need. I enjoy this kind of technical work at least as much as I enjoy playing ARMA, and would welcome an opportunity to continue providing this kind of service to another unit. I can provide references if needed.
  6. Kambiz Fouladi

    Blastcore: Phoenix 2

    @Tinter or anyone else running Linux I am running without trouble on Ubuntu 14.04.1 LTS with: warfxpe.pbo warfxpe.pbo.warfxpe.bisign warfxpe.bikey
  7. Kambiz Fouladi

    Arma 3 FanArt

    Excellent - Good job!
×