Jump to content

Gondalf

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Gondalf

  1. Hey only a tip fo you ...

    A player need with your script only 1 x scrap metal and 1 x glass for a little bird ...

     

    try it with something like this

    _generic = 0;
    {
    if (_x == "PartGeneric") then
    {
         _generic = _generic + 1;
    };
    }
    forEach magazines player;

    _glass = 0;
    {
    if (_x == "PartGlass") then
    {
         _glass = _glass + 1;
    };
    }
    forEach magazines player;

    if ((_generic >= 2) && (_glass >=2) && ("ItemToolbox" in _weapons && "PartEngine" in _mags && "PartFueltank" in _mags && "PartVRotor" in _mags && "ItemFuelBarrel" in _mags)) then {

     

    :)

  2. I have see that players have the problem that their upgraded walls get not saved so after a restart the cinder walll is again a half cinder wall.

    Its sience that 1.0.3.1 update.

    Did only we have the problem or it is now a Epoch bug ?

     

     

     

    Greetz Gondalf

  3. Thx for your answer but i have only 2 CFG's and in there i cant edit it :/

    CFG one

    version=1;
    blood=1;
    singleVoice=0;
    gamma=1;
    brightness=1;
    shadingQuality=7;
    shadowQuality=3;
    maxSamplesPlayed=32;
    sceneComplexity=300000;
    viewDistance=1600;
    terrainGrid=10;
    volumeCD=6.5;
    volumeFX=8.5;
    volumeSpeech=5.5;
    volumeVoN=6.5;
    vonRecThreshold=0.029999999;

    and the other one is not interested :/

    Can i insert the other CFG's maybe ?

  4. Sry if anybody has already started a Topic like this and sry if this Topic is in the wrong section ^^

     

    Hi guys i like to ask you where i can find and edit the Server profiles where i can define all settings like the Voice over Chat nameplates and other things because we have to see who speak in the Side everytime -_-

     

    I hope you can help me :3

     

     

     

     

    Greetz Gondalf

×
×
  • Create New...