Jump to content

Tex Willer

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by Tex Willer


  1. Hi, first of all thanks for keeping on updating these amazing addons :)

    I found a little bug in tpwlos_dsc.sqf @ line 131:

    //Check whether unit stands, kneels or lies'
    _upos = 1.55; // standing
    _GetNeckPos= _unit selectionPosition "Neck" select 2;
    if ((_GetNeckPos < 1.39) && (_GetNeckPos >= 0.5)) then {_upos = [color="#FF0000"]"kneel"[/color];};  // kneel [color="#FF0000"]<--- should be number[/color]
    if (_GetNeckPos < 0.5) then {_upos = 0.10;};	 // lying
    
    _cover = (_camo * _camo * _upos);

    Server RPT below:

    2012/11/21,  7:39:11 Error in expression <os = 0.10;};	 
    
    _cover = (_camo * _camo * _upos);
    
    
    _tpwlos_cansee = (_vm * (tpw>
    2012/11/21,  7:39:11   Error position: <* _upos);
    
    
    _tpwlos_cansee = (_vm * (tpw>
    2012/11/21,  7:39:11   Error *: Type String, expected Number
    2012/11/21,  7:39:11 File tpwcas_dsc\tpwlos_dsc.sqf, line 134
    
    

    Keep up the good work :)


  2. 'lo guys.

    If i "tick" the Verify signatures from TA2DST console and then look at TA2DST config it says Verify Signatures=1

    so..

    1) it does the job if i change the value manually to "2" and save the document?

    (note if i save again the server profile from TA2DST console it will revert me to "1"

    value when "Verify signatures" is still selected.

    2)Is there any other way the 'default' verify signatures value to be "2"?

    Thanks again for the tool ;)

    Could this please be updated relatively soon? Thanks :)


  3. I noticed Sangin (hellskitchen) is not anymore in the classes (version from 120906), could you please add it again in the next update?

    Thank you :)

    Edit: the old settings (posted in this thread) seem to not be optimal.

    I played around a bit and got this ones, should be good.

    Can anyone please try them as well and confirm? Thanks :)

    Edit2: Settings are good, circle lines match the distance of 15, 30 and 45.

    class hellskitchen
       {
           Centre[] = {150, 150};
           Scale = 0.7;
           Zoom = 0.093;
       };

×