Y

YonV

Member

Last active 2 years ago

  1. 7 years ago
    Wed Jan 3 01:51:53 2018

    maybe something like www.stopforumspam.com or https://akismet.com/ , there are several others that compare login emails to a database of known spammers

  2. Sun Oct 22 17:29:45 2017
    Y YonV started the conversation RHS USMC factions come up as side 0 OPFOR.

    when place both USMC and us army units under the same AI commander in alive, the USMC start to kill everyone, I thought it was just marines being marines but after I look at the CfgFactionClasses I see both woodland and desert set to side 0 which is opfor

    alive version
    1.4.0

    rhs versions
    Release 0.4.3.1

    the in orbat I noticed this

    class CfgFactionClasses {
    class rhs_faction_usmc_wd {
    displayName = "USA (USMC - W)";
    side = 0;
    flag = "";
    icon = "\rhsusf\addons\rhsusf_main\data\usmclogo.paa";
    priority = -3;
    };
    };

    ------------------------------------------------------------------------

    class CfgFactionClasses {
    class rhs_faction_usarmy_d {
    displayName = "USA (Army - D)";
    side = 1;
    flag = "\rhsusf\addons\rhsusf_main\data\flag_us_co.paa";
    icon = "\rhsusf\addons\rhsusf_main\data\armylogo.paa";
    priority = -4;
    };
    };

    in RHS they are both set to side = 1; so the USMC side is being overwritten somewhere,

  3. 8 years ago
  4. Sat Nov 5 16:28:55 2016
    Y YonV posted in Using CUP LHD.

    with the non cup LHD,, i had to place invisible helicopter pads down and play with the spawn height ,

    worst case have set in the init that they spawn in flight , and land

  5. Mon Sep 19 22:38:49 2016
    Y YonV started the conversation issues with makepbo.bat.

    I have followed the instruction per https://github.com/ALiVEOS/ALiVE.OS/wiki/How-to-Set-Up-Dev-Environment
    and i'm getting the error below:

    P:\x\alive\utils\tools>git branch
    * master

    P:\x\alive\utils\tools>ALIVE_makepbo.bat
    PATH - B:\SteamLibrary\steamapps\common\Arma 3
    EXE - MakePBO -A -BD -L -P -U -X=thumbs.db,*.h,*.dep,*.bak,*.png,*.log,*.pew -Z=default
    SOURCE - P:\x\alive\addons
    MakePBO x64UnicodeVersion 1.90, Dll 5.66 "amb_civ_command"
    MakePbo: Building entries:...
    CfgFunctions.hpp compressing CfgFunctions.hpp compressing 'CfgFunctions.hpp' from 4666 to 975 (79.10%)

    CfgPatches.hpp compressing CfgPatches.hpp compressing 'CfgPatches.hpp' from 627 to 435 (30.62%)

    CfgVehicles.hpp compressing CfgVehicles.hpp compressing 'CfgVehicles.hpp' from 0 to 4 (-1.#J%) rejected

    config.cpp In File P:\x\alive\addons\amb_civ_command\CfgFunctions.hpp: Line 7 Expected Semicolon (or eol)

    Generalised lintcheck error

    Press any key to continue . . .
    P:\x\alive\utils\tools>

  6. Mon Aug 29 11:54:05 2016
    Y YonV started the conversation Adv. Markers on linux.

    currently on a dedicated Linux server adv markers are just not working, there is nothing in the debug its like the key press just never happened , through the hole start up of the server and loading the missions there are no errors,

    • Markers with the mission being tested work when ran from my home PC,
    • All other mods have been removed, just @cba_a3 @alive and @aliveserver
    • The server is Linux and all mod files have been converted to lower case
    • And the only last difference local on the map, when you look at cba you see the key binds for placing the marker, but you do not on the server,

    so with all that said what are the dependencies for adv. markers on a Linux server ?

  7. Mon Aug 29 11:47:32 2016
    Y YonV joined the forum.