Giter Site home page Giter Site logo

Comments (12)

I-AmDead avatar I-AmDead commented on May 28, 2024

Чистая игра с накатанным движком (актуальный на момент написания) + папка гейдата из архива.

Скрипт получения бага (цифры = шаги):

  1. Заходим в external.ltx, проставляем ogse_new_slots = true.
  2. Заходим в inventory_new_16.xml, добавляем секции для новых слотов:
    <dragdrop_helmet x="608" y="357" width="90" height="90"
    cell_width = "30" cell_height="30" rows_num="2" cols_num="2"
    custom_placement="0"/>
    <dragdrop_knife x="683" y="526" width="82" height="40"
    cell_width = "35" cell_height="40" rows_num="1" cols_num="2"
    custom_placement="1"/>
    <dragdrop_detector x="686" y="602" width="60" height="72"
    cell_width = "30" cell_height="40" rows_num="1" cols_num="1"
    custom_placement="1"/>
    <dragdrop_biodetector x="720" y="602" width="60" height="72"
    cell_width = "30" cell_height="40" rows_num="1" cols_num="1"
    custom_placement="1"/>
    <dragdrop_binocular x="683" y="450" width="82" height="40"
    cell_width = "35" cell_height="40" rows_num="1" cols_num="2"
    custom_placement="1" vertical_placement="0" show_grid="0" condition_progress_bar="0"/>
    <dragdrop_torch x="528" y="357" width="90" height="90"
    cell_width = "30" cell_height="30" rows_num="2" cols_num="2"
    custom_placement="1"/>
    <dragdrop_nv x="688" y="357" width="90" height="90"
    cell_width = "30" cell_height="30" rows_num="2" cols_num="2"
    custom_placement="1"/>

** "custom_placement" задавал и как 0 и как 1 для теста, конечный результат аналогичный. 3) Заходим в игру. 4) Требуется бинокль. Автоматом заходит в свой слот. С слота переложить в рюкзак нельзя (нет контекстного меню), выбросить на землю можно (есть контекстное меню). Нам необходимо выполнить действия для получения бага. Бинокль нужно "перетащить" в рюкзак с слота. Делаем это. 5) После того, как перетащили бинокль в рюкзак, берём бинокль из рюкзака, перемещаем его в слот (перетаскиваем или выбираем из контекстного меню). 6) Игра вылетает, смотрим лог (аналогичный лог если выполнять те же действия для фонаря). Лог прилагаю ниже.

[03.09.22 19:28:50.213] [ScriptCrashHandler]******* [03.09.22 19:28:50.213] stack traceback: [03.09.22 19:28:50.213] ********************************************************************************* [03.09.22 19:28:50.213] ******************************************************************************** [03.09.22 19:28:50.213] !![LogStackTrace] Thread: [X-RAY Primary thread], ExceptionCode: [c0000005] [03.09.22 19:28:53.680] !!Unhandled exception stack trace:

Просьба тему не закрывать до потери актуальности...

Смотри в модах где это все работает и сравнивая со своей васней... Dsh, ТТ2 огср, огср мод, золотой шар огср... Все работает...

from ogsr-engine.

I-AmDead avatar I-AmDead commented on May 28, 2024

Тем куском лога что ты скинул можно лишь подтереться

from ogsr-engine.

yankormak avatar yankormak commented on May 28, 2024

[03.09.22 20:30:20.911] * Detected CPU: AMD Ryzen 9 5950X 16-Core Processor [AuthenticAMD], F175/M33/S0
[03.09.22 20:30:20.911] * CPU features: RDTSC, MMX, SSE, SSE2, SSE3, MONITOR/MWAIT, SSSE3, SSE4.1, SSE4.2, SSE4a, AVX, AVX2
[03.09.22 20:30:20.911] * CPU cores: [16], threads: [32]
[03.09.22 20:30:20.911] * CPU0 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU1 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU2 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU3 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU4 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU5 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU6 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU7 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU8 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU9 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU10 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU11 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU12 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU13 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU14 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU15 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU16 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU17 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU18 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU19 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU20 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU21 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU22 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU23 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU24 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU25 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU26 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU27 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU28 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU29 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU30 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] * CPU31 current freq: 3401 MHz, max freq: 3401 MHz
[03.09.22 20:30:20.911] Initializing File System...
[03.09.22 20:30:20.912] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db0], size: [678577379]
[03.09.22 20:30:20.932] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db1], size: [708434331]
[03.09.22 20:30:20.934] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db2], size: [671169415]
[03.09.22 20:30:20.935] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db3], size: [684792231]
[03.09.22 20:30:20.936] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db4], size: [671392842]
[03.09.22 20:30:21.051] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db5], size: [697475082]
[03.09.22 20:30:21.069] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db6], size: [672288151]
[03.09.22 20:30:21.070] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db7], size: [672462598]
[03.09.22 20:30:21.080] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db8], size: [293378144]
[03.09.22 20:30:21.084] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.db9], size: [79312307]
[03.09.22 20:30:21.095] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.dba], size: [22884835]
[03.09.22 20:30:21.097] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.dbb], size: [55194918]
[03.09.22 20:30:21.100] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.dbc], size: [160948]
[03.09.22 20:30:21.100] --Found base arch: [c:\games\s.t.a.l.k.e.r\gamedata.dbd], size: [101014]
[03.09.22 20:30:21.100] using fs-ltx: [fsgame.ltx]
[03.09.22 20:30:21.100] --Found FS dir: [c:\games\s.t.a.l.k.e.r\userdata]
[03.09.22 20:30:21.100] files: [10]
[03.09.22 20:30:21.125] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata]
[03.09.22 20:30:21.126] files: [45]
[03.09.22 20:30:21.377] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\spawns]
[03.09.22 20:30:21.378] files: [42]
[03.09.22 20:30:21.380] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\anims]
[03.09.22 20:30:21.380] files: [72]
[03.09.22 20:30:21.382] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\levels]
[03.09.22 20:30:21.382] files: [44]
[03.09.22 20:30:21.392] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\meshes]
[03.09.22 20:30:21.392] files: [12]
[03.09.22 20:30:21.401] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\meshes]
[03.09.22 20:30:21.401] files: [12]
[03.09.22 20:30:21.410] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\shaders]
[03.09.22 20:30:21.410] files: [12]
[03.09.22 20:30:21.418] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\sounds]
[03.09.22 20:30:21.418] files: [27]
[03.09.22 20:30:21.450] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\textures]
[03.09.22 20:30:21.450] files: [70]
[03.09.22 20:30:21.543] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\scripts]
[03.09.22 20:30:21.544] files: [112]
[03.09.22 20:30:21.544] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\config]
[03.09.22 20:30:21.544] files: [30]
[03.09.22 20:30:21.552] --Found FS dir: [c:\games\s.t.a.l.k.e.r\gamedata\levels]
[03.09.22 20:30:21.552] files: [44]
[03.09.22 20:30:21.552] --Found FS dir: [c:\games\s.t.a.l.k.e.r\userdata\savedgames]
[03.09.22 20:30:21.552] files: [26]
[03.09.22 20:30:21.552] --Found FS dir: [c:\games\s.t.a.l.k.e.r\userdata\logs]
[03.09.22 20:30:21.553] files: [221]
[03.09.22 20:30:21.554] --Found FS dir: [c:\games\s.t.a.l.k.e.r\userdata\screenshots]
[03.09.22 20:30:21.554] files: [13]
[03.09.22 20:30:21.562] --Found FS dir: [c:\games\s.t.a.l.k.e.r\mods]
[03.09.22 20:30:21.562] files: [3]
[03.09.22 20:30:21.562] --Found external arch: [mp_military_2.xdb0], size: [50350518]
[03.09.22 20:30:21.562] FS: 48257 files cached, 0Kb memory used.
[03.09.22 20:30:21.562] Init FileSystem 0.651041 sec
[03.09.22 20:30:21.563] [OGSR Engine (x64)] build date: [Aug 30 2022 19:43:10]
[03.09.22 20:30:21.563] [AppVeyor] build version: [2.1.389], repo: [OGSR/OGSR-Engine]
[03.09.22 20:30:21.563] [_MSC_FULL_VER]: [193331629], [_MSVC_LANG]: [202002L]
[03.09.22 20:30:21.563] Working Directory: [C:\Games\S.T.A.L.K.E.R\bin_x64]
[03.09.22 20:30:21.563] CommandLine: ["C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe" ]
[03.09.22 20:30:21.603] Initializing Engine...
[03.09.22 20:30:21.604] Starting INPUT device...
[03.09.22 20:30:21.614] --------------------------------------------------------------------------------
[03.09.22 20:30:21.614] [32673MB] physical memory installed, [16909MB] available, [48] percent of memory in use
[03.09.22 20:30:21.614] PageFile usage: [69MB], Peak PageFile usage: [69MB]
[03.09.22 20:30:21.614] --------------------------------------------------------------------------------
[03.09.22 20:30:21.614] * [ D3D ]: textures[0 K]
[03.09.22 20:30:21.614] * [x-ray]: process heap[0 K], render[0 K]
[03.09.22 20:30:21.614] * [x-ray]: economy: strings[5977 K], smem[0 K]
[03.09.22 20:30:21.614] SOUND: OpenAL: enumerate devices...
[03.09.22 20:30:21.614] SOUND: OpenAL: EnumerationExtension Present
[03.09.22 20:30:21.709] devices Generic Software
[03.09.22 20:30:21.709] SOUND: OpenAL: system default SndDevice name is Generic Software
[03.09.22 20:30:21.939] SOUND: OpenAL: All available devices:
[03.09.22 20:30:21.939] 1. Generic Software, Spec Version 1.1 (default) eax[2] efx[no] xram[no]
[03.09.22 20:30:21.939] 2. OpenAL Soft, Spec Version 1.1 eax[0] efx[yes] xram[no]
[03.09.22 20:30:21.939] Executing config-script "c:\games\s.t.a.l.k.e.r\gamedata\config\default_controls.ltx"...
[03.09.22 20:30:21.940] ! cant find corresponding [id] for action_name [chat]
[03.09.22 20:30:21.940] [c:\games\s.t.a.l.k.e.r\gamedata\config\default_controls.ltx] successfully loaded.
[03.09.22 20:30:21.940] Executing config-script "user.ltx"...
[03.09.22 20:30:21.940] Executing config-script "c:\games\s.t.a.l.k.e.r\gamedata\config\rspec_extreme.ltx"...
[03.09.22 20:30:21.940] [c:\games\s.t.a.l.k.e.r\gamedata\config\rspec_extreme.ltx] successfully loaded.
[03.09.22 20:30:21.940] Executing config-script "c:\games\s.t.a.l.k.e.r\gamedata\config\default_controls.ltx"...
[03.09.22 20:30:21.941] ! cant find corresponding [id] for action_name [chat]
[03.09.22 20:30:21.941] [c:\games\s.t.a.l.k.e.r\gamedata\config\default_controls.ltx] successfully loaded.
[03.09.22 20:30:21.941] [c:\games\s.t.a.l.k.e.r\userdata\user.ltx] successfully loaded.
[03.09.22 20:30:21.941] SOUND: Selected device is OpenAL Soft
[03.09.22 20:30:21.947] [OpenAL] EFX: present
[03.09.22 20:30:21.947] * sound : cache: 65537 kb, 4856 lines, 13820 bpl
[03.09.22 20:30:21.953] Starting RENDER device...
[03.09.22 20:30:21.955] * GPU [vendor:10DE]-[device:1E04]: NVIDIA GeForce RTX 2080 Ti
[03.09.22 20:30:22.077] [CHW::CreateDevice] refCount of [HW.pDevice]: [4]
[03.09.22 20:30:22.078] * Texture memory: 11049 M
[03.09.22 20:30:22.079] * GPU shading: vs(0/4.0/40), ps(0/4.0/40)
[03.09.22 20:30:22.079] * GPU vertex cache: unrecognized, 24
[03.09.22 20:30:22.079] * DVB created: 4096K
[03.09.22 20:30:22.079] * DIB created: 512K
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\lightplanes_00'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\lightplanesself'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\model_puh'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\model_refl'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\xbrainglass'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\xdistortcolorlinv'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\xglass'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\xglass2'
[03.09.22 20:30:22.086] ! Version conflict in shader 'models\xlens'
[03.09.22 20:30:22.086] ! Version conflict in shader 'selflight_static'
[03.09.22 20:30:22.087] [CTextureDescrMngr::LoadLTX] count of textures.ltx files: [1]
[03.09.22 20:30:22.117] !![IReaderBase::find_chunk_thm] THM [briks\briks_big_01] chunk [2072] fixed, wrong size = [40], correct size = [32]
[03.09.22 20:30:22.130] !![IReaderBase::find_chunk_thm] THM [crete\crete_walls_rg] chunk [2072] fixed, wrong size = [36], correct size = [34]
[03.09.22 20:30:22.131] !![IReaderBase::find_chunk_thm] THM [crete\crete_walls_tualgr] chunk [2072] fixed, wrong size = [40], correct size = [38]
[03.09.22 20:30:22.139] !![IReaderBase::find_chunk_thm] THM [detail\detail_grnd_earth] chunk [2072] fixed, wrong size = [38], correct size = [40]
[03.09.22 20:30:22.173] !![IReaderBase::find_chunk_thm] THM [terrain\terrain_bolota] chunk [2070] fixed, wrong size = [29], correct size = [31]
[03.09.22 20:30:22.173] !![IReaderBase::find_chunk_thm] THM [terrain\terrain_boloto] chunk [2070] fixed, wrong size = [29], correct size = [30]
[03.09.22 20:30:22.207] !![IReaderBase::find_chunk_thm] THM [wind\wind_gr21] chunk [2072] fixed, wrong size = [26], correct size = [28]
[03.09.22 20:30:22.209] !![IReaderBase::find_chunk_thm] THM [wpn\fwr_rnm_016\weapons\grenade_laucher\rg6_m1_1] chunk [2072] fixed, wrong size = [60], correct size = [62]
[03.09.22 20:30:22.211] * HWDST/PCF supported and used
[03.09.22 20:30:23.441] --LUA version: [LuaJIT 2.1.0-beta3]
[03.09.22 20:30:23.465] Starting engine...
[03.09.22 20:30:23.849] ! Can't find sound [sounds\ambient\thunder_01.ogg]
[03.09.22 20:30:23.851] ! Can't find sound [sounds\ambient\thunder_03.ogg]
[03.09.22 20:30:23.853] ! Can't find sound [sounds\ambient\thunder_12.ogg]
[03.09.22 20:30:23.986] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\menu\crisvelasco_theme_l.ogg]
[03.09.22 20:30:23.986] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\menu\crisvelasco_theme_r.ogg]
[03.09.22 20:30:24.944] * phase time: 1 ms
[03.09.22 20:30:24.944] * phase cmem: 0 K
[03.09.22 20:30:24.962] --LUA version: [LuaJIT 2.1.0-beta3]
[03.09.22 20:30:24.972] * phase time: 27 ms
[03.09.22 20:30:24.972] * phase cmem: 0 K
[03.09.22 20:30:24.973] * phase time: 0 ms
[03.09.22 20:30:24.973] * phase cmem: 0 K
[03.09.22 20:30:24.973] * Creating new game...
[03.09.22 20:30:24.973] * Loading spawn registry...
[03.09.22 20:30:25.372] * 12299 spawn points are successfully loaded
[03.09.22 20:30:26.648] * Saving spawns...
[03.09.22 20:30:26.648] * Saving objects...
[03.09.22 20:30:26.675] * 21147 objects are successfully saved
[03.09.22 20:30:26.679] * Game all.sav is successfully saved to file 'c:\games\s.t.a.l.k.e.r\userdata\savedgames\all.sav'
[03.09.22 20:30:26.679] * New game is successfully created!
[03.09.22 20:30:26.679] * phase time: 1706 ms
[03.09.22 20:30:26.679] * phase cmem: 0 K
[03.09.22 20:30:26.690] # Player not found. New player created.
[03.09.22 20:30:26.690] !!xrServer::Check_GameSpy_CDKey_Success - 1
[03.09.22 20:30:26.690] * client : connection accepted - <>
[03.09.22 20:30:26.693] * phase time: 13 ms
[03.09.22 20:30:26.693] * phase cmem: 0 K
[03.09.22 20:30:26.694] * phase time: 1 ms
[03.09.22 20:30:26.695] * phase cmem: 0 K
[03.09.22 20:30:27.990] --[ISpatial_DB::initialize] bbc is [-229.6, 31.4, 77.0], bbd is [500.0, 83.8, 500.0]
[03.09.22 20:30:27.990] --[ISpatial_DB::initialize] bbc is [-229.6, 31.4, 77.0], bbd is [500.0, 83.8, 500.0]
[03.09.22 20:30:27.992] * phase time: 1297 ms
[03.09.22 20:30:27.992] * phase cmem: 0 K
[03.09.22 20:30:28.839] * phase time: 846 ms
[03.09.22 20:30:28.839] * phase cmem: 0 K
[03.09.22 20:30:28.840] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.842] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.843] * [Loading VB] 65484 verts, 2046 Kb
[03.09.22 20:30:28.846] * [Loading VB] 64851 verts, 2026 Kb
[03.09.22 20:30:28.848] * [Loading VB] 18524 verts, 578 Kb
[03.09.22 20:30:28.848] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.851] * [Loading VB] 65533 verts, 2047 Kb
[03.09.22 20:30:28.854] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.856] * [Loading VB] 65534 verts, 2047 Kb
[03.09.22 20:30:28.858] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.859] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.860] * [Loading VB] 65533 verts, 2047 Kb
[03.09.22 20:30:28.861] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.862] * [Loading VB] 65534 verts, 2047 Kb
[03.09.22 20:30:28.863] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.864] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.865] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.867] * [Loading VB] 65531 verts, 2047 Kb
[03.09.22 20:30:28.869] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.872] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.873] * [Loading VB] 65534 verts, 2047 Kb
[03.09.22 20:30:28.874] * [Loading VB] 65427 verts, 2044 Kb
[03.09.22 20:30:28.875] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.876] * [Loading VB] 65535 verts, 2047 Kb
[03.09.22 20:30:28.877] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.878] * [Loading VB] 65532 verts, 2047 Kb
[03.09.22 20:30:28.879] * [Loading VB] 65525 verts, 2047 Kb
[03.09.22 20:30:28.880] * [Loading VB] 30945 verts, 967 Kb
[03.09.22 20:30:28.881] * [Loading VB] 11695 verts, 365 Kb
[03.09.22 20:30:28.882] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.883] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.887] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.893] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.895] * [Loading IB] 1048572 indices, 2047 Kb
[03.09.22 20:30:28.896] * [Loading IB] 1048572 indices, 2047 Kb
[03.09.22 20:30:28.897] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.898] * [Loading IB] 1048572 indices, 2047 Kb
[03.09.22 20:30:28.899] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.900] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.901] * [Loading IB] 233814 indices, 456 Kb
[03.09.22 20:30:28.902] * [Loading VB] 65535 verts, 767 Kb
[03.09.22 20:30:28.902] * [Loading VB] 65532 verts, 767 Kb
[03.09.22 20:30:28.903] * [Loading VB] 65535 verts, 767 Kb
[03.09.22 20:30:28.903] * [Loading VB] 65535 verts, 767 Kb
[03.09.22 20:30:28.903] * [Loading VB] 65534 verts, 767 Kb
[03.09.22 20:30:28.904] * [Loading VB] 65533 verts, 767 Kb
[03.09.22 20:30:28.904] * [Loading VB] 65533 verts, 767 Kb
[03.09.22 20:30:28.905] * [Loading VB] 65533 verts, 767 Kb
[03.09.22 20:30:28.905] * [Loading VB] 65532 verts, 767 Kb
[03.09.22 20:30:28.906] * [Loading VB] 65533 verts, 767 Kb
[03.09.22 20:30:28.906] * [Loading VB] 31268 verts, 366 Kb
[03.09.22 20:30:28.906] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.907] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.908] * [Loading IB] 1048575 indices, 2047 Kb
[03.09.22 20:30:28.909] * [Loading IB] 1048572 indices, 2047 Kb
[03.09.22 20:30:28.910] * [Loading IB] 851433 indices, 1662 Kb
[03.09.22 20:30:28.911] * phase time: 72 ms
[03.09.22 20:30:28.911] * phase cmem: 0 K
[03.09.22 20:30:29.950] * phase time: 1039 ms
[03.09.22 20:30:29.950] * phase cmem: 0 K
[03.09.22 20:30:29.986] * [DETAILS] VertexConsts(256), Batch(61)
[03.09.22 20:30:29.986] * [DETAILS] 21106 v(20), 11346 p
[03.09.22 20:30:29.986] * [DETAILS] Batch(61), VB(412K), IB(66K)
[03.09.22 20:30:29.987] * phase time: 36 ms
[03.09.22 20:30:29.987] * phase cmem: 0 K
[03.09.22 20:30:29.987] * Loading HOM: c:\games\s.t.a.l.k.e.r\gamedata\levels\predbannik\level.hom
[03.09.22 20:30:30.007] * phase time: 20 ms
[03.09.22 20:30:30.007] * phase cmem: 0 K
[03.09.22 20:30:30.016] * phase time: 8 ms
[03.09.22 20:30:30.016] * phase cmem: 0 K
[03.09.22 20:30:30.031] - Game configuring : Started
[03.09.22 20:30:30.031] - Loading music tracks from 'predbannik_music'...
[03.09.22 20:30:30.032] ! Missing ogg-comment, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\amb_oestergaards_niirbrtn039_l.ogg]
[03.09.22 20:30:30.032] ! Missing ogg-comment, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\amb_oestergaards_niirbrtn039_r.ogg]
[03.09.22 20:30:30.032] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\amb_predbannik_gover_0_l.ogg]
[03.09.22 20:30:30.033] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\amb_predbannik_gover_0_r.ogg]
[03.09.22 20:30:30.034] ! Missing ogg-comment, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\vzglyad_ischezayushego_zov_l.ogg]
[03.09.22 20:30:30.034] ! Missing ogg-comment, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\vzglyad_ischezayushego_zov_r.ogg]
[03.09.22 20:30:30.034] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\amb_predbannik_ray_0_l.ogg]
[03.09.22 20:30:30.035] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\amb_predbannik_ray_0_r.ogg]
[03.09.22 20:30:30.035] - Game configuring : Finished
[03.09.22 20:30:30.121] * phase time: 105 ms
[03.09.22 20:30:30.121] * phase cmem: 0 K
[03.09.22 20:30:30.122] CResourceManager::DeferredUpload [MT] -> START, size = [1768]
[03.09.22 20:30:30.450] ! Can't find texture 'sky\01-00_05#small'
[03.09.22 20:30:30.450] ! Can't find texture 'sky\00-00-alt#small'
[03.09.22 20:30:30.452] ! Can't find texture 'sky\06-00#small'
[03.09.22 20:30:30.453] ! Can't find texture 'sky\my_weather\01-00#small'
[03.09.22 20:30:30.453] ! Can't find texture 'sky\my_weather\02-00#small'
[03.09.22 20:30:30.454] ! Can't find texture 'sky\my_weather\03-00#small'
[03.09.22 20:30:30.454] ! Can't find texture 'sky\my_weather\04-00#small'
[03.09.22 20:30:30.454] ! Can't find texture 'sky\my_weather\04-30#small'
[03.09.22 20:30:30.454] ! Can't find texture 'sky\my_weather\05-00#small'
[03.09.22 20:30:30.454] ! Can't find texture 'sky\my_weather\05-30#small'
[03.09.22 20:30:30.454] ! Can't find texture 'sky\my_weather\06-00#small'
[03.09.22 20:30:30.687] CResourceManager::DeferredUpload -> END
[03.09.22 20:30:30.687] * t-report - base: 1761, 1233814 K
[03.09.22 20:30:30.687] * t-report - lmap: 7, 7168 K
[03.09.22 20:30:30.688] * phase time: 566 ms
[03.09.22 20:30:30.688] * phase cmem: 0 K
[03.09.22 20:30:30.693] * phase time: 5 ms
[03.09.22 20:30:30.693] * phase cmem: 0 K
[03.09.22 20:30:30.700] --------------------------------------------------------------------------------
[03.09.22 20:30:30.700] [32673MB] physical memory installed, [16251MB] available, [50] percent of memory in use
[03.09.22 20:30:30.700] PageFile usage: [3171MB], Peak PageFile usage: [3214MB]
[03.09.22 20:30:30.700] --------------------------------------------------------------------------------
[03.09.22 20:30:30.700] * [ D3D ]: textures[1240983 K]
[03.09.22 20:30:30.700] * [x-ray]: process heap[0 K], render[0 K]
[03.09.22 20:30:30.700] * [x-ray]: economy: strings[9159 K], smem[0 K]
[03.09.22 20:30:30.875] ! Invalid weather name: restore_sun
[03.09.22 20:30:31.665] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of alife_actor_sleep to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.128] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\characters_voice\scenario\predbannik\bykov_fraza_2.ogg]
[03.09.22 20:30:32.153] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\characters_voice\scenario\predbannik\bykov_fraza_1.ogg]
[03.09.22 20:30:32.391] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of pre_zone_buzz_0008_podval to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.410] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of pr_candle_01_light to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.411] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of predbannik_zone_flame_small to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.411] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of zone_flame_small_0000 to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.413] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of zone_flame_small_0009 to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.414] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of zone_flame_small_0013 to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.415] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of zone_flame_small_0015 to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.415] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of zone_flame_small_0017 to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:32.459] * [CSpaceRestrictionHolder::register_restrictor]: change restrictor_type of pr_candle_02_light to eRestrictorTypeNone because border().empty()
[03.09.22 20:30:33.877] ! Invalid ogg-comment version, file: [c:\games\s.t.a.l.k.e.r\gamedata\sounds\music\radio\alexeyomelchuk_riga.ogg]
[03.09.22 20:30:34.472] ! [R_occlusion::cleanup_lost]: cleanup 1 lost queries
[03.09.22 20:30:34.507] ! [R_occlusion::cleanup_lost]: cleanup 7 lost queries
[03.09.22 20:30:34.526] ! [R_occlusion::cleanup_lost]: cleanup 4 lost queries
[03.09.22 20:30:34.545] ! [R_occlusion::cleanup_lost]: cleanup 4 lost queries
[03.09.22 20:30:34.560] ! [R_occlusion::cleanup_lost]: cleanup 2 lost queries
[03.09.22 20:30:34.625] ! [R_occlusion::cleanup_lost]: cleanup 1 lost queries
[03.09.22 20:30:34.712] * MEMORY USAGE: 0 K
[03.09.22 20:30:34.712] * End of synchronization A[1] R[1]
[03.09.22 20:30:40.061] [ScriptCrashHandler]*******
[03.09.22 20:30:40.061] stack traceback:
[03.09.22 20:30:40.061] *********************************************************************************
[03.09.22 20:30:40.061] ********************************************************************************
[03.09.22 20:30:40.061] !![LogStackTrace] Thread: [X-RAY Primary thread], ExceptionCode: [c0000005]
[03.09.22 20:30:40.169] !!Unhandled exception stack trace:
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669ED6634], Fun: [CUIInventoryWnd::ToSlot()] + [328 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\uiinventorywnd2.cpp-->247]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF66A001A26], Fun: [CUIInventoryWnd::ProcessPropertiesBoxClicked()] + [302 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIInventoryWnd3.cpp-->240] + [18 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669ED5FC9], Fun: [CUIInventoryWnd::SendMessageA()] + [57 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\uiinventorywnd2.cpp-->45]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669FA9557], Fun: [CUIPropertiesBox::SendMessageA()] + [83 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIPropertiesBox.cpp-->48]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669F9C006], Fun: [CUIListBox::SendMessageA()] + [138 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIListBox.cpp-->80]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669FAAFAE], Fun: [CUIListBoxItem::OnMouseDown()] + [114 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIListBoxItem.cpp-->55]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669D508F7], Fun: [CUIWindow::OnMouse()] + [447 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIWindow.cpp-->385] + [12 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669D50A1F], Fun: [CUIWindow::OnMouse()] + [743 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIWindow.cpp-->387] + [90 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669D50A1F], Fun: [CUIWindow::OnMouse()] + [743 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIWindow.cpp-->387] + [90 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669F9BB66], Fun: [CUIListBox::OnMouse()] + [26 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIListBox.cpp-->26] + [9 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669D50A1F], Fun: [CUIWindow::OnMouse()] + [743 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIWindow.cpp-->387] + [90 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669D50850], Fun: [CUIWindow::OnMouse()] + [280 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIWindow.cpp-->409]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669EA34D8], Fun: [CUIInventoryWnd::OnMouse()] + [52 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIInventoryWnd.cpp-->285]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669E5FE34], Fun: [CUIDialogWnd::IR_OnKeyboardPress()] + [152 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\ui\UIDialogWnd.cpp-->78] + [16 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669EC580E], Fun: [CUI::IR_OnKeyboardPress()] + [50 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\UI.cpp-->161] + [13 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669E30259], Fun: [CLevel::IR_OnKeyboardPress()] + [385 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xrGame\Level_input.cpp-->182] + [27 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A3F5E8], Fun: [CInput::MouseUpdate()] + [344 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\Xr_input.cpp-->285]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A3FC13], Fun: [CInput::OnFrame()] + [135 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\Xr_input.cpp-->508]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A7369F], Fun: [CRegistrator::Process()] + [87 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\pure.h-->109]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A7312B], Fun: [CRenderDevice::FrameMove()] + [387 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\device.cpp-->453]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A722C2], Fun: [CRenderDevice::on_idle()] + [242 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\device.cpp-->208]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A72E17], Fun: [CRenderDevice::Run()] + [575 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\device.cpp-->391] + [85 byte(s)]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A3D248], Fun: [Startup()] + [1348 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\x_ray.cpp-->204]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A3D8DB], Fun: [WinMain_impl()] + [503 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\x_ray.cpp-->410]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF669A3DA6B], Fun: [WinMain()] + [335 byte(s)], File-->Line: [D:\a\OGSR-Engine\OGSR-Engine\ogsr_engine\xr_3da\x_ray.cpp-->431]
! Module: [C:\Games\S.T.A.L.K.E.R\bin_x64\xrEngine.exe], AddrPC.Offset: [00007FF66A223892], Fun: [__scrt_common_main_seh()] + [262 byte(s)], File-->Line: [D:\a_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl-->288] + [33 byte(s)]
! Module: [C:\Windows\System32\KERNEL32.DLL], AddrPC.Offset: [00007FF8F8F07034], Fun: [BaseThreadInitThunk()] + [20 byte(s)]
! Module: [C:\Windows\SYSTEM32\ntdll.dll], AddrPC.Offset: [00007FF8F9D62651], Fun: [RtlUserThreadStart()] + [33 byte(s)]
[03.09.22 20:30:40.169] ********************************************************************************

from ogsr-engine.

I-AmDead avatar I-AmDead commented on May 28, 2024

Секцию которые вылетают скинь полностью

from ogsr-engine.

yankormak avatar yankormak commented on May 28, 2024

Фонарик
Сайт режет первую строку (через * записал)

[device_torch]:identity_immunities
GroupControlSection = spawn_group
discovery_dependency =
$spawn = "devices\torch"
$prefetch = 32
class = TORCH_S
cform = skeleton
visual = equipments\light_night.ogf
description = enc_equipment_devic_device-torch1
cost = 100
inv_name = device-torch
inv_name_short = device-torch
inv_weight = 0
inv_grid_width = 2
inv_grid_height = 1
inv_grid_x = 31
inv_grid_y = 1

;вещью нельзя торговать
can_trade = true

position = 0.35,0.25,0.0
light_trace_bone = cone_bone
attach_angle_offset = 0, -3.14, 1.6
attach_position_offset = 0.115, 0.00, 0.07
attach_bone_name = bip01_head
auto_attach = false

night_vision = on
night_vision_texture = wpn\wpn_night
night_vision_effector = postprocess_night

snd_torch_on = interface\inv_torch_on
snd_torch_off = interface\inv_torch_off

snd_night_vision_on = weapons\nv_start
snd_night_vision_off = weapons\nv_off
snd_night_vision_idle = weapons\nv_loop
snd_night_vision_broken = weapons\nv_off

night_vision_recharge_time = 6 ;(c) время зарядки аккамулятора
night_vision_recharge_time_min = 2 ;(c) мин. время зарядки аккамулятора, после которого уст-во уже может работать
night_vision_discharge_time = 20 ;(c) время разрядки (работы) устройства после полной зарядки
slot = 9
disabled_maps = ai_test,ai_test2, andy_test_

from ogsr-engine.

joye-ramone avatar joye-ramone commented on May 28, 2024

еще надо секция [inventory]

from ogsr-engine.

I-AmDead avatar I-AmDead commented on May 28, 2024

@yankormak Судя по логу у тебя нету дрэг дроп сетки у слотов, возможно ты добавил ее не под свое разрешения, для уточнения прикрепи inventory_new.xml и inventory_new_16.xml

from ogsr-engine.

yankormak avatar yankormak commented on May 28, 2024

еще надо секция [inventory]

[inventory]
take_dist = 2
max_weight = 30
max_ruck = 56
max_belt = 6 //16
slots = 11

slot_persistent_1 = true ;knife
slot_persistent_2 = false ;pistol
slot_persistent_3 = false ;automatic
slot_persistent_4 = true ;grenades
slot_persistent_5 = true ;binocular
slot_persistent_6 = true ;bolt
slot_persistent_7 = false ;outfit
slot_persistent_8 = true ;pda
slot_persistent_9 = true ;detector
slot_persistent_10 = true ;torch

from ogsr-engine.

joye-ramone avatar joye-ramone commented on May 28, 2024

slot_persistent_9 = true ;detector - ну и как оно будет работаь если это персистент слот?
slot_persistent_9 = false;true ;detector 8
slot_visible_9 = true ;detector 8
сделай

from ogsr-engine.

yankormak avatar yankormak commented on May 28, 2024

@yankormak Судя по логу у тебя нету дрэг дроп сетки у слотов, возможно ты добавил ее не под свое разрешения, для уточнения прикрепи inventory_new.xml и inventory_new_16.xml

inventory_new_16.zip

upd: не актуально. Перевёл слоты с persistent в visible в секции [inventory] - заработало. Можем закрывать
p.s. в ТТ2 указаны как "persistent" так что предполагаю решение выше не совсем корректное (несмотря на то, что по итогу так работает).

Тему бага можно закрыть. Благодарю.

from ogsr-engine.

I-AmDead avatar I-AmDead commented on May 28, 2024

slot_persistent_9 = true ;detector - ну и как оно будет работаь если это персистент слот? slot_persistent_9 = false;true ;detector 8 slot_visible_9 = true ;detector 8 сделай

Ему бинокль и фонарь нужен.
Slot_persisten_5 сделай в false и
Slot_persisten_10 сделай в false

from ogsr-engine.

joye-ramone avatar joye-ramone commented on May 28, 2024

@yankormak Судя по логу у тебя нету дрэг дроп сетки у слотов, возможно ты добавил ее не под свое разрешения, для уточнения прикрепи inventory_new.xml и inventory_new_16.xml

inventory_new_16.zip

upd: не актуально. Перевёл слоты с persistent в visible в секции [inventory] - заработало. Можем закрывать p.s. в ТТ2 указаны как "persistent" так что предполагаю решение выше не совсем корректное (несмотря на то, что по итогу так работает).

Тему бага можно закрыть. Благодарю.

Что значит не корректное? Движок не позволяет переносить предметы в слоты с персистенсом. что там в ТТ2 я на памянть не помню. в ТТ2 вообще нету слота для dragdrop_torch

from ogsr-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.