Jump to content

Recommended Posts

Posted (edited)

Hey,

 

I'm trying to change the ranks of the third reich and add troops and awards by modding the db_countries.lua file but I can't seem to make it work.

 

db_countries.lua

Path: ...\Saved Games\DCS\Scripts\Database

 

 
country:add('THIRDREICH',_("Third Reich"), "Third Reich", "NZG",

  
{
rank('Second lieutenant'			, _('Leutnant_test')	,  0,  {0, 0,   64, 32}),
rank('First lieutenant'				, _('Oberleutnant') 	, 15,  {0, 32,  64, 32}),
rank('Captain'						, _('Hauptmann')		, 30,  {0, 64,  64, 32}),
rank('Major'						, _('Major')			, 60,  {0, 96,  64, 32}),
rank('Lieutenant colonel'			, _('Oberstleutnant')	, 120, {0, 128, 64, 32}),
rank('Colonel'						, _('Oberst')			, 240, {0, 160, 64, 32}),
},

{
   award('Ehrenbecher für Sieg im Luftkampf', _('Ehrenbecher für Sieg im Luftkampf'), 20,  'Nazi-00-Ehrenbecher.png'),
   award('Frontflugspange', _('Frontflugspange'), 200,  'Nazi-01-Frontflugspange.png'),
   award('Eisernes Kreuz', _('Eisernes Kreuz'), 600,  'Nazi-02-Eisernes-Kreuz.png'),
   award('Deutsches Kreuz', _('Deutsches Kreuz'), 1000, 'Nazi-03-Deutsches-Kreuz.png'),
   award('Ehrenpokal', _('Ehrenpokal'), 1500, 'Nazi-03-Deutsches-Kreuz.png'),
   award('Eichenlaub zum Ritterkreuz', _('Eichenlaub zum Ritterkreuz'), 2000, 'Nazi-05-Eichenlaub-zum-Ritterkreuz.png'),
   award('Flugzeugführer- und Beobachterabzeichen', _('Flugzeugführer- und Beobachterabzeichen'), 2500, 'Nazi-06-Flugzeugführer-Beobachterabzeichen.png'),
   award('Ehrenschale in Anerkennung hervorragender Kampfleistungen', _('Ehrenschale in Anerkennung hervorragender Kampfleistungen'), 3000, 'Nazi-07-Ehrenschale.png'),
},
 'NaziGermany.lua'
);

 

 

NaziGermany.lua

Path: ...\Saved Games\DCS\Scripts\Database\troops

 

troops = {
   troop('JG3', _('JG3'), 'JG3.png'),
   troop('JG7', _('JG7'), 'JG7.png'),
   troop('JG27', _('JG27'), 'JG27.png'),
   troop('JG52', _('JG52'), 'JG52.png'),
   troop('JG73', _('JG73'), 'JG73.png'),
};

 

The needed png files are placed at ...\Saved Games\DCS\MissionEditor\data\images\Countries\Third Reich\Awards and ...\Saved Games\DCS\MissionEditor\data\images\Countries\Third Reich\Troops

 

 

When I'm replacing the core file, I can see the custom troops in the logbook but I'm getting the manifest check error which breaks the logbook (debriefing.lua will not be overwritten when there's a securitycontrol error) so I don't know if the awards and ranks work.

SECURITYCONTROL: Manifest check failed for file './Scripts/Database/db_countries.lua'

 

When I'm placing the file at ...\Saved Games\DCS\Scripts\Database, DCS seems to ignore it. There's no error whatsoever in the log.

 

I digged through the forum and this gave me hope that it should be possible. Someone stated that he's using the USAF logbook mod so I downloaded it and compared the file structure because it's also adding british ranks via db_countries.lua but I'm unable to find the error.

 

Am I missing something?

 

 

Log file (when trying to add it via ...\Saved Games\DCS\...)

 

=== Log opened UTC 2020-07-02 15:33:10
2020-07-02 15:33:09.826 INFO    DCS: Command line: H:\Games\SteamLibrary\steamapps\common\DCSWorld\bin\DCS.exe
2020-07-02 15:33:09.826 INFO    DCS: DCS/2.5.6.50979 (x86_64; Windows NT 10.0.18362)
2020-07-02 15:33:09.826 INFO    DCS: DCS revision: 170977
2020-07-02 15:33:09.826 INFO    DCS: Renderer revision: 20606
2020-07-02 15:33:09.826 INFO    DCS: Terrain revision: 20611
2020-07-02 15:33:09.826 INFO    DCS: CPU cores: 4, threads: 4, System RAM: 16342 MB, Pagefile: 40000 MB
2020-07-02 15:33:10.020 INFO    EDCORE: (dDispatcher)enterToState_:0
2020-07-02 15:33:10.027 INFO    Dispatcher: 2020/7/2 17:33 V1803061700
2020-07-02 15:33:10.061 INFO    INPUT: Device [Keyboard] created deviceId = -1
2020-07-02 15:33:10.074 INFO    INPUT: Device [vJoy Device {026EF990-AB1D-11ea-8002-444553540000}] created deviceId = -1
2020-07-02 15:33:10.084 INFO    INPUT: Joystick created[vJoy Device {026EF990-AB1D-11ea-8002-444553540000}], ForceFeedBack: yes, guidFFDriver: {EEC6993A-B3FD-11d2-A916-00C04FB98638}
2020-07-02 15:33:10.092 INFO    INPUT: Device [PC_PS2_PS3 Steering Wheel {21350790-95A7-11e7-8002-444553540000}] created deviceId = -1
2020-07-02 15:33:10.092 INFO    INPUT: Joystick created[PC_PS2_PS3 Steering Wheel {21350790-95A7-11e7-8002-444553540000}], ForceFeedBack: no
2020-07-02 15:33:10.109 INFO    INPUT: Device [T.Flight Hotas X {CAA857A0-5844-11e7-8002-444553540000}] created deviceId = -1
2020-07-02 15:33:10.109 INFO    INPUT: Joystick created[T.Flight Hotas X {CAA857A0-5844-11e7-8002-444553540000}], ForceFeedBack: no
2020-07-02 15:33:10.124 INFO    INPUT: Device [Mouse] created deviceId = -1
2020-07-02 15:33:10.132 INFO    INPUT: Device [TrackIR] created deviceId = -1
2020-07-02 15:33:10.344 INFO    SOUND: Using driver: wasapi
2020-07-02 15:33:10.353 INFO    SOUND: Found 4 available audio device(s):
2020-07-02 15:33:10.353 INFO    SOUND:   0: ID: "{0.0.0.00000000}.{1f59d52d-d2f0-465c-a7bf-25916347048b}", Name: "Focusrite USB (Focusrite USB Audio)"
2020-07-02 15:33:10.353 INFO    SOUND:   1: ID: "{0.0.0.00000000}.{5d7d6032-9dbd-4c15-acc4-d9d4d92289df}", Name: "Lautsprecher (Apowersoft_AudioDevice)"
2020-07-02 15:33:10.353 INFO    SOUND:   2: ID: "{0.0.0.00000000}.{b97081bd-d587-4b4b-9fe7-0047d0c86ea0}", Name: "Lautsprecher (Realtek High Definition Audio)"
2020-07-02 15:33:10.353 INFO    SOUND:   3: ID: "{0.0.0.00000000}.{c92ed8c3-78b1-476e-88ba-85b22ed14c33}", Name: "MD 20110 (NVIDIA High Definition Audio)"
2020-07-02 15:33:17.491 INFO    SOUND: Added sound path: Sounds
2020-07-02 15:33:17.521 INFO    SOUNDER: Loaded 207 packed sounders.
2020-07-02 15:33:17.522 INFO    Dispatcher: InitLow
2020-07-02 15:33:19.514 INFO    NET: Got Steam auth data.
2020-07-02 15:33:19.742 INFO    DCS: Successfully got Steam authorization data.
2020-07-02 15:33:19.742 INFO    Dispatcher: Loading installed modules...
2020-07-02 15:33:20.343 INFO    SECURITYCONTROL: Loaded mods/tech/wwii units/dcs_module.pak.crypt
2020-07-02 15:33:23.049 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./CoreMods/aircraft/AJS37/entry.lua
2020-07-02 15:33:23.244 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in C:\Users\Kirschi\Saved Games\DCS\Mods/tech/Mitsubishi G4M/G4M_Betty.lua
2020-07-02 15:33:23.251 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in C:\Users\Kirschi\Saved Games\DCS\Mods/aircraft/Heinkel-111/HE111.lua
2020-07-02 15:33:23.264 INFO    Scripting: PLUGINS START-------------------------------------------------
2020-07-02 15:33:23.293 INFO    SOUND: Added sound path: ./CoreMods/tech/TechWeaponPack/Sounds
2020-07-02 15:33:23.294 INFO    SOUNDER: Loaded 3 packed sounders.
2020-07-02 15:33:23.317 INFO    SOUND: Added sound path: ./CoreMods/tech/USS John C Stennis/Sounds
2020-07-02 15:33:23.318 INFO    SOUNDER: Loaded 1 packed sounders.
2020-07-02 15:33:23.332 INFO    SOUND: Added sound path: ./CoreMods/tech/USS_Nimitz/Sounds
2020-07-02 15:33:23.333 INFO    SOUNDER: Loaded 3 packed sounders.
2020-07-02 15:33:23.688 INFO    SOUND: Added sound path: ./CoreMods/aircraft/AJS37/Sounds
2020-07-02 15:33:23.700 INFO    SOUND: Added sound path: ./CoreMods/aircraft/AV8BNA/Sounds
2020-07-02 15:33:23.704 INFO    SOUNDER: Loaded 1 sounders.
2020-07-02 15:33:23.705 WARNING EDCORE: Source ./CoreMods/aircraft/AV8BNA/Shapes is already mounted to the same mount /models/.
2020-07-02 15:33:23.722 INFO    SOUND: Added sound path: ./CoreMods/aircraft/C-101/Sounds
2020-07-02 15:33:23.730 WARNING EDCORE: Source ./CoreMods/aircraft/C-101/Liveries is already mounted to the same mount /textures//liveries/.
2020-07-02 15:33:23.734 INFO    SOUND: Added sound path: ./CoreMods/aircraft/ChinaAssetPack/Sounds
2020-07-02 15:33:23.741 INFO    SOUNDER: Loaded 10 sounders.
2020-07-02 15:33:23.758 INFO    SOUND: Added sound path: ./CoreMods/aircraft/Christen Eagle II/Sounds
2020-07-02 15:33:23.793 INFO    SOUND: Added sound path: ./CoreMods/aircraft/F14/Sounds
2020-07-02 15:33:23.803 INFO    SOUNDER: Loaded 1 sounders.
2020-07-02 15:33:23.831 INFO    SOUND: Added sound path: ./CoreMods/aircraft/Hawk/Sounds
2020-07-02 15:33:23.838 INFO    SOUND: Added sound path: ./CoreMods/aircraft/I-16/Sounds
2020-07-02 15:33:23.853 INFO    SOUND: Added sound path: ./CoreMods/aircraft/M-2000C/Sounds
2020-07-02 15:33:23.876 INFO    SOUND: Added sound path: ./CoreMods/aircraft/MiG-21BIS/Sounds
2020-07-02 15:33:23.891 INFO    SOUND: Added sound path: ./CoreMods/aircraft/SA342/Sounds
2020-07-02 15:33:23.993 INFO    SOUND: Added sound path: ./Mods/tech/WWII Units/Sounds
2020-07-02 15:33:23.997 INFO    SOUNDER: Loaded 75 packed sounders.
2020-07-02 15:33:24.087 INFO    SOUND: Added sound path: ./Mods/aircraft/Bf-109K-4/Sounds
2020-07-02 15:33:24.103 INFO    SOUND: Added sound path: ./Mods/aircraft/F-15C/Sounds
2020-07-02 15:33:24.117 INFO    SOUND: Added sound path: ./Mods/aircraft/TF-51D/Sounds
2020-07-02 15:33:24.134 INFO    SOUND: Added sound path: ./Mods/terrains/Normandy/Sounds
2020-07-02 15:33:24.148 INFO    SOUND: Added sound path: ./Mods/terrains/TheChannel/Sounds
2020-07-02 15:33:24.153 WARNING EDCORE: Source C:\Users\Kirschi\Saved Games\DCS\Mods/tech/WW II Auxiliary Cruiser Pinguin/Shapes is already mounted to the same mount /models/.
2020-07-02 15:33:24.154 WARNING LOG: 2 duplicate message(s) skipped.
2020-07-02 15:33:24.154 WARNING EDCORE: Source C:\Users\Kirschi\Saved Games\DCS\Mods/tech/WW II Auxiliary Cruiser Pinguin/Textures/pinguin.zip is already mounted to the same mount /textures/.
2020-07-02 15:33:24.156 WARNING LOG: 2 duplicate message(s) skipped.
2020-07-02 15:33:24.156 WARNING EDCORE: Source C:\Users\Kirschi\Saved Games\DCS\Mods/tech/WW II Triton Class/Shapes is already mounted to the same mount /models/.
2020-07-02 15:33:24.156 WARNING LOG: 1 duplicate message(s) skipped.
2020-07-02 15:33:24.156 WARNING EDCORE: Source C:\Users\Kirschi\Saved Games\DCS\Mods/tech/WW II Triton Class/Textures/t_type.zip is already mounted to the same mount /textures/.
2020-07-02 15:33:24.157 WARNING LOG: 1 duplicate message(s) skipped.
2020-07-02 15:33:24.157 WARNING EDCORE: Source C:\Users\Kirschi\Saved Games\DCS\Mods/aircraft/DC3 Paratroops/Shapes is already mounted to the same mount /models/.
2020-07-02 15:33:24.158 WARNING EDCORE: Source C:\Users\Kirschi\Saved Games\DCS\Mods/aircraft/DC3 Paratroops/Textures is already mounted to the same mount /textures/.
2020-07-02 15:33:24.228 INFO    Scripting: PLUGINS DONE--------------------------------------------------
2020-07-02 15:33:24.757 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/AV8BNA/bin/AV8B_AI.dll
2020-07-02 15:33:24.761 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/C-101/bin/C101Core.dll
2020-07-02 15:33:24.764 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/ChinaAssetPack/bin/CAP_AI.dll
2020-07-02 15:33:24.768 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/ChinaAssetPack/bin/JF-17_AI.dll
2020-07-02 15:33:24.771 INFO    CE2_AI: Loading CE AI
2020-07-02 15:33:24.771 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/Christen Eagle II/bin/CE2_AI.dll
2020-07-02 15:33:24.776 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/F14/bin/F14-AI.dll
2020-07-02 15:33:24.782 INFO    MiG21_AI: Loading CE AI
2020-07-02 15:33:24.782 INFO    SECURITYCONTROL: Loaded ./CoreMods/aircraft/MiG-21BIS/bin/MiG21_AI.dll
2020-07-02 15:33:24.790 INFO    SECURITYCONTROL: Loaded ./CoreMods/services/CaptoGlove/bin/edCaptoGlove.dll
2020-07-02 15:33:24.800 INFO    SECURITYCONTROL: Loaded ./CoreMods/services/VoiceChat/bin/VoiceChat.dll
2020-07-02 15:33:25.078 INFO    SECURITYCONTROL: Loaded ./Mods/aircraft/jsAvionics/bin/jsAvionics.dll
2020-07-02 15:33:25.080 INFO    SOUND: Added sound path: C:\Users\Kirschi\Saved Games\DCS\Sounds
2020-07-02 15:33:25.187 INFO    DCS: options.graphics =
{
['messagesFontScale'] = 1;
['rainDroplets'] = false;
['LensEffects'] = 1;
['heatBlr'] = 0;
['anisotropy'] = 0;
['water'] = 1;
['motionBlur'] = 0;
['outputGamma'] = 1.6;
['treesVisibility'] = 6000;
['aspect'] = 1.7822580645161;
['lights'] = 2;
['shadows'] = 0;
['MSAA'] = 0;
['SSAA'] = 0;
['civTraffic'] = '';
['clutterMaxDistance'] = 0;
['cockpitGI'] = 1;
['terrainTextures'] = 'min';
['multiMonitorSetup'] = '1camera';
['shadowTree'] = false;
['chimneySmokeDensity'] = 0;
['fullScreen'] = false;
['DOF'] = 0;
['clouds'] = 1;
['forestDistanceFactor'] = 1;
['flatTerrainShadows'] = 2;
['width'] = 1768;
['visibRange'] = 'Medium';
['SSLR'] = 0;
['effects'] = 3;
['SSAO'] = 0;
['useDeferredShading'] = 1;
['sync'] = true;
['textures'] = 1;
['scaleGui'] = 1;
['preloadRadius'] = 9800;
['height'] = 992;
['terrainMapMFD'] = 
{
	['distance'] = 
	{
		['mapLodDistance3'] = 200000;
		['mapLodDistance2'] = 100000;
		['mapLodDistance0'] = 25000;
		['mapLodDistance1'] = 50000;
	};
};
};
2020-07-02 15:33:25.224 INFO    GRAPHICSVISTA: renderer: 'dx11backend.dll'
2020-07-02 15:33:25.262 INFO    DX11BACKEND: DX11Renderer initialization (w:1768 h:992 fullscrn:0 vsync:0 adapter:0 monitor:1 shaderErrors:1)
2020-07-02 15:33:25.346 INFO    DX11BACKEND: Driver Concurrent Creates - 1
2020-07-02 15:33:25.346 INFO    DX11BACKEND: Driver Command Lists - 1
2020-07-02 15:33:25.364 INFO    DX11BACKEND: NVIDIA API init OK
2020-07-02 15:33:25.364 INFO    DX11BACKEND: NVIDIA Display Driver Version 44274.r442_70
2020-07-02 15:33:25.365 INFO    DX11BACKEND: GPU count:1
2020-07-02 15:33:25.423 INFO    DX11BACKEND: commonPool: 68-128, cbPool: 4-14, samplerPool: 5-16
2020-07-02 15:33:25.427 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache Bazar/shaders/fxo/fxo.zip
2020-07-02 15:33:25.731 ERROR   EDCORE: Can't open file 'bazar/shaders/posteffects/slot.fx.' from fs
2020-07-02 15:33:25.731 WARNING DX11BACKEND: Shader posteffects/slot.fx:DIRECTX11=true;USE_DCS_DEFERRED=1; is outdated as file bazar/shaders/posteffects/slot.fx is modified.
2020-07-02 15:33:26.814 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 1029/1030.
2020-07-02 15:33:26.822 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache C:\Users\Kirschi\Saved Games\DCS\fxo
2020-07-02 15:33:26.849 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 173/173.
2020-07-02 15:33:26.863 INFO    VISUALIZER: SceneManager initialization
2020-07-02 15:33:27.550 INFO    VISUALIZER: cascade shadows init (preset:'current' quality:0 layers:1 size:1)
2020-07-02 15:33:27.604 INFO    SOUND: Opening audio device "{0.0.0.00000000}.{b97081bd-d587-4b4b-9fe7-0047d0c86ea0}"
2020-07-02 15:33:27.611 INFO    SOUND: Driver reports 2 channels with mask 0x3
2020-07-02 15:33:27.611 INFO    SOUND: Using 2 channels at 48000 Hz
2020-07-02 15:33:27.611 INFO    SOUND: Channel layout: Headphones/Stereo
2020-07-02 15:33:27.628 INFO    SOUND: Opening audio device "{0.0.0.00000000}.{b97081bd-d587-4b4b-9fe7-0047d0c86ea0}"
2020-07-02 15:33:27.629 INFO    SOUND: Driver reports 2 channels with mask 0x3
2020-07-02 15:33:27.629 INFO    SOUND: Using 2 channels at 48000 Hz
2020-07-02 15:33:27.629 INFO    SOUND: Channel layout: Headphones/Stereo
2020-07-02 15:33:27.655 INFO    DCS: gDescription: "NVIDIA GeForce GTX 1060 3GB" gVendorId: 4318 gDeviceId: 7170 gMemory: 2988 MB
2020-07-02 15:33:27.673 ERROR   EDOBJECTS: Destruction shape not found AVIASHTAB_CRASH
2020-07-02 15:33:27.676 ERROR   EDOBJECTS: Object HB_F14_EXT_PHX_ALU with id=313 already declared in table MissileTable
2020-07-02 15:33:27.676 ERROR   EDOBJECTS: Destruction shape not found P-47_OBLOMKI
2020-07-02 15:33:29.831 INFO    EDCORE: (dDispatcher)enterToState_:1
2020-07-02 15:33:31.727 INFO    UIBASERENDERER: Cannot load font [H:\Games\SteamLibrary\steamapps\common\DCSWorld\dxgui\skins\fonts\]!
2020-07-02 15:33:33.553 INFO    Dispatcher: //=== END OF INIT ======================================//
2020-07-02 15:33:33.553 INFO    EDCORE: (dDispatcher)enterToState_:2
2020-07-02 15:33:33.627 INFO    EDCORE: (dDispatcher)enterToState_:3
2020-07-02 15:33:33.627 INFO    Lua: Lua CPU usage: metric: average game loading: 35.6378 %
2020-07-02 15:33:33.643 INFO    DCS: Screen: MainMenu
2020-07-02 15:33:36.890 INFO    NET: Login success.
2020-07-02 15:33:37.804 INFO    SOUND: Using SSSE3 for peak calc.
2020-07-02 15:33:38.033 INFO    DCS: Screen: LogBook
2020-07-02 15:33:55.416 INFO    DCS: Screen: MainMenu
2020-07-02 15:33:56.785 INFO    EDCORE: (dDispatcher)enterToState_:5
2020-07-02 15:33:56.815 INFO    DCS: application shutdown
2020-07-02 15:33:56.888 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 0
2020-07-02 15:33:56.890 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 1
2020-07-02 15:33:56.890 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 2
2020-07-02 15:33:57.005 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 3
2020-07-02 15:33:57.106 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 4
2020-07-02 15:33:57.111 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 5
2020-07-02 15:33:57.114 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 6
2020-07-02 15:33:57.117 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 7
2020-07-02 15:33:57.118 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 8
2020-07-02 15:33:57.119 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 9
2020-07-02 15:33:57.119 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 10
2020-07-02 15:33:57.119 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 11
2020-07-02 15:33:57.120 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 12
2020-07-02 15:33:57.442 INFO    VISUALIZER: SceneManager_Implement::~SceneManager_Implement()
2020-07-02 15:33:57.442 INFO    VISUALIZER: TerrainRenderer::release
2020-07-02 15:33:57.453 WARNING LOG: 1 duplicate message(s) skipped.
2020-07-02 15:33:57.453 INFO    TERRAIN: lSystem::exit()
2020-07-02 15:33:57.453 INFO    TERRAIN: lSystem::CleanScenes()
2020-07-02 15:33:57.469 INFO    DX11BACKEND: DX11Renderer::shutdown()
2020-07-02 15:33:57.546 INFO    DX11BACKEND: NVIDIA API exit OK
2020-07-02 15:33:57.546 INFO    DX11BACKEND: textures_count: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: textures_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: buffers_count: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: buffers_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: CB_count: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: CB_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: SB_count: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: SB_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: IB_count: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: IB_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: VB_count: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: VB_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: total_buffers_size: 0
2020-07-02 15:33:57.546 INFO    DX11BACKEND: total_size: 0
=== Log closed.

 

Edited by DonCalzone
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...