Добавление игр в LGSL

Red Orchestra 2: Heroes of Stalingrad
В lgsl_protocol.php добавляем
  • найти
    Code:
    "redorchestra"  => "Red Orchestra",
    добавить после
    Code:
    "redorchestra2"  => "Red Orchestra 2",
  • найти
    Code:
    "redorchestra"  => "13",
    добавить после
    Code:
    "redorchestra2" => "05",
  • найти
    Code:
    "redorchestra"  => "qtracker://{IP}:{S_PORT}?game=RedOrchestra&action=show",
    добавить после
    Code:
    "redorchestra2"  => "qtracker://{IP}:{S_PORT}?game=RedOrchestra&action2=show",
  • найти
    Code:
    case "redorchestra"  : $c_to_q = 1;     $c_def = 7758;    $q_def = 7759;    $c_to_s = 0;   break;
    добавить после
    Code:
    case "redorchestra2" : $c_to_q = 1;     $c_def = 7777;    $q_def = 27015;   $c_to_s = 0;   break;
Добавляем картинку -
 

Attachments

  • redorchestra2.gif
    redorchestra2.gif
    1.1 KB · Views: 9
Arma 3
В lgsl_protocol.php добавляем
  • найти
    Code:
    "arma2" => "ArmA 2",
    добавить после
    Code:
    "arma3" => "ArmA 3",
  • найти
    Code:
    "arma2"	=> "06",
    добавить после
    Code:
    "arma3"	=> "05",
  • найти
    Code:
    "arma2" => "http://en.wikipedia.org/wiki/ARMA_2",
    добавить после
    Code:
    "arma3" => "http://en.wikipedia.org/wiki/ARMA_3",
  • найти
    Code:
    case "arcasimracing" : $c_to_q = -100; $c_def = 34397; $q_def = 34297; $c_to_s = 0; break;
    добавить после
    Code:
    case "arma3"	: $c_to_q = 0; $c_def = 2302; $q_def = 27016; $c_to_s = 0; break;
Добавляем картинку -
 

Attachments

  • arma3.gif
    arma3.gif
    138 bytes · Views: 9
Back
Top