Jump to content

L0op8ack

3rd Party Developers
  • Posts

    577
  • Joined

  • Last visited

Everything posted by L0op8ack

  1. team china comfirmed and updated.
  2. Yes, the national day and 7-day public holidays, many guys have planned their vacation. They will be back after 10.08.
  3. Squadron Name: Team China lone wolves pack Aircraft Selection: 10*F-15C Time zone for every pilot is: +8 Zulu Pilots Roster: 591/Laoski [C] 001/shadowless [VC] 009/CC 651/bird-1 [VC] 101/bird-2 233/aosska 790/LingYun [VC] 551/SSU-X 595/shspring 1810/rainman Available AFTER 2017.10.08 +8 zulu.
  4. J-10 is classified. I think DEKA has no interest in developing an FC3 level plane.
  5. DCS JH-7 ... it will be published when JH-7 retire in RL, maybe.
  6. There are too many RL weapon launch videos on Chinese sites. Unfortunately , most of your guys are blocked by the GFW or language WALL.:lol:
  7. I think re-modeling 16-LiaoNing and J-15 is a better idea. :smilewink:
  8. This post introduce JF-17 quite well https://forums.eagle.ru/showthread.php?t=186743
  9. На этом сайте много фотографий с прогулки (на китайском языке) There are many walk around pictures at this site(in Chinese) http://Http://www.afwing.com/aircraft/fc1-walkaround.html
  10. :megalol: Наконец, мечты сбываются (Finally, dreams come true)
  11. tank hull armour scheme, turret armour scheme is similar to hull For a flight sim, it's good enough.
  12. Play around luasql and servman on DCSW 1.2.6 years ago, and build an running statistics system It seems that your require("luasql") failed, check package.path and package.cpath and luasql staffs in proper directory My code: -- all db operations(create/update/delete/insert) goes into db_ops.lua log("load db_ops.lua ...") package.path = package.cpath..";.\\Scripts\\Luasql\\?.lua;" package.cpath = package.cpath..";.\\Scripts\\\\?.dll;" mysqlenv = nil mysqlcon = nil db_initOK = false luasql = nil luasql = require "luasql.mysql" if luasql == nil then log('luasql loaded NULL!') else dofile(rootpath ..'/db_ops.lua') end -- in db_ops.lua function db_Open() if ( luasql == nil ) then return end mysqlenv = luasql:mysql() if ( mysqlenv ~= nil ) then -- 数据库名称, 用户名, 密码, 数据库服务器IP [,数据库端口] mysqlcon = mysqlenv:connect("db_DCSW","db_user","xxxxxx","nnn.nnn.nnn.nnn", nnnn) if ( mysqlcon == nil ) then mysqlenv:close() else db_initOK = true end end end
  13. congrats to 104th it's a great honor to fight with every team we met. well done team China.
  14. Thanks, SF guys, VERY tough fights. And BIG thanks for 51st hosting.
  15. Yeah, GREAT fun! :thumbup: Big thanks for hosting.
  16. I will discuss with my team. It's 00:00(TZ+8) now, most of us are in bed. I'll reply you 8 hours later. I think we have no problem with 17z Friday, but I need confirm. Amazing experience in this event, looking forward to the next match. BIG THANKS for organizer and hosting! UPDATED: 17z Friday is confirmed OK for us.
  17. "GREAT" tactics :lol:
  18. Our timezone is +8, tomorrow is working day ... 1700H ZULU time = 0100h TZ+8 I'll try reschedule the flight, but most of us were messaged 1500h ZULU after the first match with 36deg. UPDATED: I talked about the reschedule with my team members, 7 of us have confirmed 1700 ZULU is OK. See you guys in the sky!
  19. Team China Updated https://forums.eagle.ru/showpost.php?p=2901342&postcount=140
  20. Updated 9 lone wolves from China: (if network OK) Smoking - F15C MMS - F15C SSU-X - F15C Lingyun - F15C shspring - F15C rainman - F15C 880 - Su27 CC - F15C Shadowless - F15C
  21. Great news for MP players! Thanks, c0ff. I wish new IC be released ASAP, MP got crazy mad these days, we all know what's happening.
  22. check this http://forums.eagle.ru/showpost.php?p=2767036&postcount=155 and this http://forums.eagle.ru/showpost.php?p=2440478&postcount=23 and export tell you what type of AC the emitter is, so ......:)
×
×
  • Create New...