|

楼主 |
发表于 2014-10-31 01:09:56
|
显示全部楼层
本帖最后由 johnnyr73 于 2014-10-31 20:00 编辑
MOD 008
A10C 夜视仪模型
说明: 1、安装模型至 DCS目录下
(下载地址: http://forums.eagle.ru/attachmen ... =76416&d=1359067520 )
2、[backcolor=rgba(255, 255, 255, 0.8)]DCS World/config/graphics and change PrecompiledEffects mode to "USE_PRECOMPILED_EFFECTS_FOR_UNCHANGED_FILES"
具体说明如下:
------------------
- Installation
------------------
Make sure to edit DCS World/config/graphics and change PrecompiledEffects mode
to "USE_PRECOMPILED_EFFECTS_FOR_UNCHANGED_FILES" (Its already there, but commented out).
Not doing so will not let this mod work!
------------------
- Tweaking
------------------
// Center of the circle used to represent the NVGs.
//
// Now let's imagine we use 1000x1000 Pixels as In-game Resolution:
// And lets say we want the center at 300px from the left and 650px from the bottom.
//
// 1000px=1 so 300px = 0.3
//
// The Values are starting to count from the Bottom-Left corner of your Res, first is for for
// Horizontal position and the second for Vertical:
//
//
const float2 EYE_CENTER = float2(0.5f, 0.57f);
// In precent of screen size. Since most monitors are not 1:1 aspect ratio most often you will
// choose your height was the percent value then you take the pixel value of that percentage and
// divide that by your screen width.
//
// Example: Resolution = 1920x1080
// You want the eye to be 85% the size of 1080. You take 1080*.85=918, now to figure out same
// size width take 918/1920=0.4781. Now your circle will be the same width and height.
//
// Here are the some numbers for different common aspect-ratios:
// 4:3 = 1.333 -> Triplehead 4:3 = 4
// 5:4 = 1.25 -> Triplehead 5:4 = 3.75
// 16:10 = 1.6 -> Triplehead 16:10 = 4.8
// 16:9 = 1.78 -> riplehead 16:9 = 5.333
//
// First value is for width second for height:
//
//const float2 EYE_SIZE = float2(0.5344f, 0.95f);
const float2 EYE_SIZE = float2(0.5906f, 1.05f);
// How much to scale the image in RENDER_MODE=1. Anything greater then 20% is a bit crazy!
const float EYE_SCALE = 0.19f;
// Min value to multiply noise.
const float NOISE_MIN[2] =
{
0.5f, // A-10C
0.75f // KA-50
};
// Max value to multiply noise.
const float NOISE_MAX[2] =
{
0.5f, // A-10C
0.75f // KA-50
};
// Color to use for NVGs.
const float2x3 COLORIZE_COLOR =
{
{0.65f, 1.00f, 0.35f}, // A-10C
{0.2f, 0.46f, 0.22f} // KA-50
};
// Based on the NVG magnification the image is lifted by this.
// (COLORIZE_COLOR * nvgmag) * this
const float NVG_COLOR_LIFT[2] =
{
0.175f, // A-10C
0.175f // KA-50
};
// Changes the Circle rendering mode.
//
// 0 = Circle without zoom
// 1 = Circle with zoom
// 2 = Fullscreen without zoom.
//
const int RENDER_MODE = 1;
// Enables a slight distortion along the edges of the NVG glass.
const bool ENABLE_RIM_DISTORT = true;
// Changes the blur rendering mode.
//
// 0 = Use default game blur
//
// Not yet implemented
//
const int NVG_INNER_BLUR_MODE = 0;
------------------
- Changes
------------------
verison 1.0v4b2:
* Fixed a bug that use incorrect translations coords in RENDER_MODE=1 for users of multi-display
setups.
* Fixed a bug that rendered the IR laser outside the NVG area. Also made it so that the IR laser no
longer uses a texture file to define the NVG area mask. Just like the NVG area the IR laser uses
a on the fly generated mask.
* Reverted the feature that when the NVG gain was set to 0 the NVG area would render like binoculars
instead of drawing black.
version 1.0v2:
* Changed NVG Shape.
* Tweaked NVG color. Noise no longer affects bright illuminated areas and its affect
increases/decreases with the NVGs sensitivity setting as well.
* Added lens distortions to the rim of the NVG Glass.
* Added a few more configuration variables.
MOD 009
苏机座舱细节包
说明:增加文理细节 包含(27、33、25)
下载地址:
http://download863.mediafire.com ... kpitsHDTextures.zip
MOD 010
SU25/25T 声音包
发动机、航炮声音都有所变化
视频地址:https://www.youtube.com/watch?fe ... edded&v=Io0l4Hag0Gg
下载地址:85.25.100.192/DCS/Mods/=STP=%20Isegrims%20SU-25_%20SU-25T%20Soundmod.rar
MOD 011
K50 座舱细化包
说明: 座舱细化,支持4096x2048 分辨率
下载地址:http://www.digitalcombatsimulator.com/en/files/602926/
MOD 012
地面沙漠化MOD
说明: 使用方法较为复杂,有兴趣的飞友可以看: http://forums.eagle.ru/showthread.php?t=121524
下载链接如下:https://drive.google.com/file/d/0B31Ed4Wn1_E2d05qWmxEaFFtRUE/edit
|
评分
-
查看全部评分
|