-
Posts
678 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by billeinstein
-
I have a source here: http://www.zgjunshi.com/world/daodan/kongkong/200902/20090212100837.html 最大射程(Max range): 4.6km(Р-3) 7.6km(Р-3С) 7km(Р-13Р) 15km(Р-13М/М1) 最小射程(Min range): 1200m(Р-3С) 1000m(Р-13Р) 300~600m(Р-13М/М1) 最大速度(Max Speed): M2.5(Р-13М/М1) 使用高度(Max operation alt.): 21000m 最大过载(Max G): 10~11g …… In DCS, I use tacview find that the max speed of R-3R is 3.5M and the max G is 18g.
-
Translated by China 3GO Cyber Air Force Translation Group. It's a work with authorization. http://www.digitalcombatsimulator.com/en/files/1210747/ Thanks to the team:
-
Simplified Chinese DCS P-51D Flight Manual
billeinstein replied to billeinstein's topic in DCS: P-51D Mustang
Thank you! Some of my friends have the same feeling as you when reading English. That's why I do some translation for them, and yearn for a Chinese support of DCS if possible in the future. -
:DPage to page translated by myself: http://www.digitalcombatsimulator.com/en/files/1205193/ Ur, there is no "Fw 190 D-9" in the Unit list, can only use "other".
-
:DPage to page translated by myself: http://www.digitalcombatsimulator.com/en/files/1205191/
-
sub…
-
Your best 109 replays - Post them here!
billeinstein replied to Charly_Owl's topic in DCS: Bf 109 K-4 Kurfürst
-
Great
-
The Update is no more.
-
No, just click in the cockpit. No keyboard or joystick input.
-
Exploded several times. The biggest one destroyed every thing within 1000m and leaves a 200m radius crater. I just turn on all circuit breakers and turning the fuel cock.
-
In "...\CoreMods\WWII Units\Bf-109K-4.lua": engine = { Nmg = 20.5, -- RPM at idle MinRUD = 0, -- Min state of the throttle MaxRUD = 1, -- Max state of the throttle MaksRUD = 1, -- Military power state of the throttle ForsRUD = 1, -- Afterburner state of the throttle typeng = 2, --PISTON ENGINE --[[ E_TURBOJET = 0 E_TURBOJET_AB = 1 E_PISTON = 2 E_TURBOPROP = 3 E_TURBOFAN = 4 E_TURBOSHAFT = 5 --]] hMaxEng = 12.5, -- Max altitude for safe engine operation in km dcx_eng = 0.015, -- Engine drag coeficient cemax = 0.37, -- not used for fuel calulation , only for AI routines to check flight time ( fuel calculation algorithm is built in ) cefor = 0.37, -- not used for fuel calulation , only for AI routines to check flight time ( fuel calculation algorithm is built in ) dpdh_m = 1800, -- altitude coefficient for max thrust dpdh_f = 1800, -- altitude coefficient for AB thrust k_adiab_1 = 0.037923, k_adiab_2 = 0.0562, MAX_Manifold_P_1 = 180000, MAX_Manifold_P_2 = 180000, MAX_Manifold_P_3 = 180000, k_after_cool = 0.0, Displ = 35, k_Eps = 6.5, Stroke = 0.165, V_pist_0 = 13, Nu_0 = 1.2, Nu_1 = 0.9, Nu_2 = 0.001, N_indic_0 = 1052480, N_fr_0 = 0.04, N_fr_1 = 0.001, Init_Mom = 220, D_prop = 3.5, MOI_prop = 45, k_gearbox = 2.4, P_oil = 495438, k_boost = 3, k_cfug = 0.003, k_oil = 0.00004, k_piston = 3000, k_reg = 0.003, k_vel = 0.017, table_data = { -- M Pmax {0.0, 16620.0}, {0.1, 15600.0}, {0.2, 14340.0}, {0.3, 13320.0}, {0.4, 12230.0}, {0.5, 11300.0}, {0.6, 10600.0}, {0.7, 10050.0}, {0.8, 9820.0}, {0.9, 5902.0}, {1.9, 3469.0} } -- M - Mach number -- Pmax - Engine thrust at military power -- Pfor - Engine thrust at AFB }, -- end of engine And in "...\CoreMods\WWII Units\FW-190D9.lua" engine = { Nmg = 20.5, -- RPM at idle MinRUD = 0, -- Min state of the throttle MaxRUD = 1, -- Max state of the throttle MaksRUD = 1, -- Military power state of the throttle ForsRUD = 1, -- Afterburner state of the throttle typeng = 2,--PISTON ENGINE --[[ E_TURBOJET = 0 E_TURBOJET_AB = 1 E_PISTON = 2 E_TURBOPROP = 3 E_TURBOFAN = 4 E_TURBOSHAFT = 5 --]] hMaxEng = 12.5, -- Max altitude for safe engine operation in km dcx_eng = 0.015, -- Engine drag coeficient cemax = 0.37, -- not used for fuel calulation , only for AI routines to check flight time ( fuel calculation algorithm is built in ) cefor = 0.37, -- not used for fuel calulation , only for AI routines to check flight time ( fuel calculation algorithm is built in ) dpdh_m = 1800, -- altitude coefficient for max thrust dpdh_f = 1800, -- altitude coefficient for AB thrust k_adiab_1 = 0.037923, k_adiab_2 = 0.0562, MAX_Manifold_P_1 = 155774, MAX_Manifold_P_2 = 206570, MAX_Manifold_P_3 = 226648, k_after_cool = 0.0, Displ = 35, k_Eps = 6.5, Stroke = 0.165, V_pist_0 = 13, Nu_0 = 1.2, Nu_1 = 0.9, Nu_2 = 0.001, N_indic_0 = 1052480, N_fr_0 = 0.04, N_fr_1 = 0.001, Init_Mom = 220, D_prop = 3.5, MOI_prop = 45, k_gearbox = 2.4, P_oil = 495438, k_boost = 3, k_cfug = 0.003, k_oil = 0.00004, k_piston = 3000, k_reg = 0.003, k_vel = 0.017, table_data = { -- M Pmax {0.0, 16620.0}, {0.1, 15600.0}, {0.2, 14340.0}, {0.3, 13320.0}, {0.4, 12230.0}, {0.5, 11300.0}, {0.6, 10600.0}, {0.7, 10050.0}, {0.8, 9820.0}, {0.9, 5902.0}, {1.9, 3469.0} } -- M - Mach number -- Pmax - Engine thrust at military power -- Pfor - Engine thrust at AFB }, -- end of engine The only difference are"MAX_Manifold_P_1", "MAX_Manifold_P_2" and "MAX_Manifold_P_3". Is this real?
-
30k/s to 300k/s. steam is 2M/s
-
http://view.inews.qq.com/a/MIL2014112101608401
-
How to Create a Dedicated Server. 10 Easy Steps
billeinstein replied to H-var's topic in Multiplayer Server Administration
-
It was confirmed that one can use a FC3 level F-86F Mod to fly the F-86F in any servers without buying it. Integrity Check of any regular files can't stop it.
-
please make the "auto rudder" a server set option
billeinstein replied to 9.JG27 DavidRed's topic in DCS Wishlist
But if the server's account don't have P-51D and FW-190D, how to force it? -
please make the "auto rudder" a server set option
billeinstein replied to 9.JG27 DavidRed's topic in DCS Wishlist
We are thinking about the possibility of a Online Air Race with TF-51D. It's quite urgent and important for the fairness. Hope it can be done soon. Thanks. -
Looking for the possibility of Chinese Cockpit:)
-
Sorry, it's correct. The default 68% confused me.