подгрузка текстур

Lance_Sterling

Известный
Автор темы
992
354
Версия MoonLoader
.026-beta
при открытии окна(1 раз) залагивает игра секунд так на 100, дело в том что у меня дохуя картинок подгружается(скины, аксессуары)

как можно обойти это говно? картинок примерно 320 штук +-, и потом еще примерно 100 штук будет
Lua:
imgui.OnInitialize(function()
    imgui.GetIO().IniFilename = nil
    imgui.DarkTheme()
   
    -- \\ Подключение шрифта
    imgui.GetIO().Fonts:Clear()
    imgui.GetIO().Fonts:AddFontFromFileTTF(getWorkingDirectory() .. '\\inventory\\EagleSans Bold Bold.ttf', 18, nil, imgui.GetIO().Fonts:GetGlyphRangesCyrillic())
   
    -- \\ Подключение иконок
    local config = imgui.ImFontConfig()
    config.MergeMode = true
    config.PixelSnapH = true
    iconRanges = imgui.new.ImWchar[3](faicons.min_range, faicons.max_range, 0)
    imgui.GetIO().Fonts:AddFontFromMemoryCompressedBase85TTF(faicons.get_font_data_base85('solid'), 18, config, iconRanges)

    -- \\ Подгрузка текстур
    local path = getWorkingDirectory()..'\\inventory\\'

    local files = getFilesInPath(path, '*.png')
   
    for k, v in ipairs(files) do
        local id = v:gsub('%.png', '')
        images[id:gsub('id ', '')] = imgui.CreateTextureFromFile(path..v)
    end
end)

1689427675272.png
 

chromiusj

Стань той переменой, которую хочешь увидеть в мире
Модератор
5,736
4,041
как можно обойти это говно?
Сделать целую картинку с твоими текстурками и двигать просто
В этой теме описывается подобное
 

Lance_Sterling

Известный
Автор темы
992
354
Сделать целую картинку с твоими текстурками и двигать просто
В этой теме описывается подобное
это будет очень долго, 400 штук. + настраивать позицию каждой из них
 
D

deleted-user-422095

Гость
Грузи их при запуске игры, циклом в потоке с секундой задержкой
Зависание пропадает, но будут лаги пока не подгрузит все картинки
Либо грузи определённую картину по требованию, а не все сразу
 

Lance_Sterling

Известный
Автор темы
992
354
Грузи их при запуске игры
[ML] (error) inventory.lua: D:\Games\2TS14\moonloader\lib\mimgui\init.lua:306: attempt to index upvalue 'renderer' (a nil value)
stack traceback:
D:\Games\2TS14\moonloader\lib\mimgui\init.lua: in function 'CreateTextureFromFile'
D:\Games\2TS14\moonloader\inventory.lua:355: in function <D:\Games\2TS14\moonloader\inventory.lua:345>
[ML] (error) inventory.lua: Script died due to an error. (2AB4DF4C)
Код:
function main()
    while not isSampAvailable() do wait(0) end

    -- \\ Подгрузка текстур
    local path = getWorkingDirectory()..'\\inventory\\'

    local files = getFilesInPath(path, '*.png')
    
    for k, v in ipairs(files) do
        local id = v:gsub('%.png', '')
        images[id:gsub('id ', '')] = imgui.CreateTextureFromFile(path..v)
    end

    sampRegisterChatCommand('inventory', function()
        mainIni.settings.enabled = not mainIni.settings.enabled
        sampAddChatMessage('Mordor Inventory | '..(mainIni.settings.enabled and 'Включен' or 'Выключен'), -1)
    end)

    sampAddChatMessage('Mordor Inventory | Загружен, автор Lance_Sterling (vk: @maksytka_desighner)', -1)

    wait(-1)
end
 

chapo

tg/inst: @moujeek
Модератор
9,074
12,037
это будет очень долго, 400 штук. + настраивать позицию каждой из них
склей все картинки в 1 большую, потом рисуй части одной картинки. Если у тебя все картинки это квадраты, то можешь посмотреть реализацию тут: https://www.blast.hk/threads/158857/#post-1200952
 

Lance_Sterling

Известный
Автор темы
992
354
была функа от kin4stat в теме с сниппетами, но мне лень искать. Можешь посмотреть пример в vAcs https://blast.hk/threads/133752
[ML] (error) inventory.lua: D:\Games\2TS14\moonloader\inventory.lua:547: undeclared or implicit tag 'RwTexture'
stack traceback:
[C]: in function 'cast'
D:\Games\2TS14\moonloader\inventory.lua:547: in main chunk
[ML] (error) inventory.lua: Script died due to an error. (2AB4C854)
Код:
imgui.OnInitialize(function()
    imgui.GetIO().IniFilename = nil
    imgui.DarkTheme()
   
    -- \\ Подключение шрифта
    imgui.GetIO().Fonts:Clear()
    imgui.GetIO().Fonts:AddFontFromFileTTF(getWorkingDirectory() .. '\\inventory\\EagleSans Bold Bold.ttf', 18, nil, imgui.GetIO().Fonts:GetGlyphRangesCyrillic())
   
    -- \\ Подключение иконок
    local config = imgui.ImFontConfig()
    config.MergeMode = true
    config.PixelSnapH = true
    iconRanges = imgui.new.ImWchar[3](faicons.min_range, faicons.max_range, 0)
    imgui.GetIO().Fonts:AddFontFromMemoryCompressedBase85TTF(faicons.get_font_data_base85('solid'), 18, config, iconRanges)

    -- \\ Подгрузка текстур
    for i = 0, 311 do
        images[tostring(i)] = render_model(i, {background_color = 0x00000000, zoom = 1, rotation = { x = 0, y = 0, z = 0 }, carc_1 = 0, carc_2 = 1})
    end
end)

do local MODEL_INFO_ATOMIC = 1; local MODEL_INFO_TIME = 3; local MODEL_INFO_WEAPON = 4; local MODEL_INFO_CLUMP = 5; local MODEL_INFO_VEHICLE = 6; local MODEL_INFO_PED = 7; local MODEL_INFO_LOD = 8; local RwTextureDestroy = ffi.cast("int(__cdecl*)(struct RwTexture*)", 0x7F3820); local GetModelInfo = ffi.cast("struct CBaseModelInfo*(__cdecl*)(int)", 0x403DA0); local textures_from_render = {}; function render_ond3d_lost(); for i = 1, #textures_from_render do; RwTextureDestroy(textures_from_render[i]); end; end; function render_model(model_id, params); if 0 > model_id or model_id >= 20000 then return nil end; local backcolor = params["background_color"]; local zoom = params["zoom"]; local rot = params["rotation"]; local rotation = ffi.new("float [3]"); rotation[0] = rot.x; rotation[1] = rot.y; rotation[2] = rot.z; local offsets = { vehicle = { R1 = 0x2EE4E5, R3 = 0x6BC50 }, ped = { R1 = 0x2F522D, R3 = 0x6B9D0 }, others = { R1 = 0x2BE702, R3 = 0x6C240 }, sampst = { R1 = 0x21A108, R3 = 0x26E8F0 } }; local vSAMP = getGameGlobal(707) <= 21 and "R1" or "R3"; local model_info = GetModelInfo(model_id);; if model_info ~= ffi.NULL then; local model_type = model_info.vtbl.GetModelType(model_info);; local sampst = ffi.cast("unsigned long*", sampGetBase() + offsets["sampst"][vSAMP])[0]; local result = ffi.NULL; if model_type == MODEL_INFO_VEHICLE then; local func_addr = sampGetBase() + offsets["vehicle"][vSAMP]; result = ffi.cast("vehicle_render_t", func_addr)(sampst, model_id, backcolor,  rotation, zoom, params["carc_1"], params["carc_2"]); elseif model_type == MODEL_INFO_PED then; local func_addr = sampGetBase() + offsets["ped"][vSAMP]; result = ffi.cast("ped_render_t", func_addr)(sampst, model_id, backcolor,  rotation, zoom); elseif model_type == MODEL_INFO_WEAPON or model_type == MODEL_INFO_ATOMIC or model_type == MODEL_INFO_CLUMP then; local func_addr = sampGetBase() + offsets["others"][vSAMP]; result = ffi.cast("others_render_t", func_addr)(sampst, model_id, backcolor,  rotation, zoom); else; return nil; end; if result ~= ffi.NULL and result.raster ~= ffi.NULL and result.raster.texture_ptr ~= ffi.NULL then; textures_from_render[#textures_from_render + 1] = result; return result.raster.texture_ptr; end; return nil; end; end; end

краш пофиксил, нашел этот кусок кода:
Код:
local __SetRwObjectAlpha = ffi.cast("void (__thiscall *)(int, int)", 0x5332C0)
ffi.cdef([[
    const char* GetCommandLineA(void);
    int MessageBoxA(
        void* hWnd,
        const char* lpText,
        const char* lpCaption,
        unsigned int uType
    );

    typedef unsigned char RwUInt8;
    typedef int RwInt32;
    typedef short RwInt16;

    struct RwRaster {
        struct RwRaster             *parent;
        RwUInt8                     *cpPixels;
        RwUInt8                     *palette;
        RwInt32                     width, height, depth;
        RwInt32                     stride;
        RwInt16                     nOffsetX, nOffsetY;
        RwUInt8                     cType;
        RwUInt8                     cFlags;
        RwUInt8                     privateFlags;
        RwUInt8                     cFormat;
        RwUInt8                     *originalPixels;
        RwInt32                      originalWidth;
        RwInt32                      originalHeight;
        RwInt32                      originalStride;
        void*                       texture_ptr;
    };

    struct RwTexture {
        struct RwRaster* raster;
    };

    struct CBaseModelInfo_vtbl {
        void* destructor;
        void* AsAtomicModelInfoPtr;
        void* AsDamageAtomicModelInfoPtr;
        void* AsLodAtomicModelInfoPtr;
        char(__thiscall* GetModelType)(struct CBaseModelInfo*);
    };

    struct CBaseModelInfo {
        struct CBaseModelInfo_vtbl* vtbl;
    };

    typedef struct RwTexture*(__thiscall* vehicle_render_t)(unsigned long, int, int, float*, float, int, int);
    typedef struct RwTexture*(__thiscall* ped_render_t)(unsigned long, int, int, float*, float);
    typedef struct RwTexture*(__thiscall* others_render_t)(unsigned long, int, int, float*, float);
]])

однако все равно получается пиксельное говно и пролаги есть
 
D

deleted-user-422095

Гость
[ML] (error) inventory.lua: D:\Games\2TS14\moonloader\inventory.lua:547: undeclared or implicit tag 'RwTexture'
stack traceback:
[C]: in function 'cast'
D:\Games\2TS14\moonloader\inventory.lua:547: in main chunk
[ML] (error) inventory.lua: Script died due to an error. (2AB4C854)
Код:
imgui.OnInitialize(function()
    imgui.GetIO().IniFilename = nil
    imgui.DarkTheme()
  
    -- \\ Подключение шрифта
    imgui.GetIO().Fonts:Clear()
    imgui.GetIO().Fonts:AddFontFromFileTTF(getWorkingDirectory() .. '\\inventory\\EagleSans Bold Bold.ttf', 18, nil, imgui.GetIO().Fonts:GetGlyphRangesCyrillic())
  
    -- \\ Подключение иконок
    local config = imgui.ImFontConfig()
    config.MergeMode = true
    config.PixelSnapH = true
    iconRanges = imgui.new.ImWchar[3](faicons.min_range, faicons.max_range, 0)
    imgui.GetIO().Fonts:AddFontFromMemoryCompressedBase85TTF(faicons.get_font_data_base85('solid'), 18, config, iconRanges)

    -- \\ Подгрузка текстур
    for i = 0, 311 do
        images[tostring(i)] = render_model(i, {background_color = 0x00000000, zoom = 1, rotation = { x = 0, y = 0, z = 0 }, carc_1 = 0, carc_2 = 1})
    end
end)

do local MODEL_INFO_ATOMIC = 1; local MODEL_INFO_TIME = 3; local MODEL_INFO_WEAPON = 4; local MODEL_INFO_CLUMP = 5; local MODEL_INFO_VEHICLE = 6; local MODEL_INFO_PED = 7; local MODEL_INFO_LOD = 8; local RwTextureDestroy = ffi.cast("int(__cdecl*)(struct RwTexture*)", 0x7F3820); local GetModelInfo = ffi.cast("struct CBaseModelInfo*(__cdecl*)(int)", 0x403DA0); local textures_from_render = {}; function render_ond3d_lost(); for i = 1, #textures_from_render do; RwTextureDestroy(textures_from_render[i]); end; end; function render_model(model_id, params); if 0 > model_id or model_id >= 20000 then return nil end; local backcolor = params["background_color"]; local zoom = params["zoom"]; local rot = params["rotation"]; local rotation = ffi.new("float [3]"); rotation[0] = rot.x; rotation[1] = rot.y; rotation[2] = rot.z; local offsets = { vehicle = { R1 = 0x2EE4E5, R3 = 0x6BC50 }, ped = { R1 = 0x2F522D, R3 = 0x6B9D0 }, others = { R1 = 0x2BE702, R3 = 0x6C240 }, sampst = { R1 = 0x21A108, R3 = 0x26E8F0 } }; local vSAMP = getGameGlobal(707) <= 21 and "R1" or "R3"; local model_info = GetModelInfo(model_id);; if model_info ~= ffi.NULL then; local model_type = model_info.vtbl.GetModelType(model_info);; local sampst = ffi.cast("unsigned long*", sampGetBase() + offsets["sampst"][vSAMP])[0]; local result = ffi.NULL; if model_type == MODEL_INFO_VEHICLE then; local func_addr = sampGetBase() + offsets["vehicle"][vSAMP]; result = ffi.cast("vehicle_render_t", func_addr)(sampst, model_id, backcolor,  rotation, zoom, params["carc_1"], params["carc_2"]); elseif model_type == MODEL_INFO_PED then; local func_addr = sampGetBase() + offsets["ped"][vSAMP]; result = ffi.cast("ped_render_t", func_addr)(sampst, model_id, backcolor,  rotation, zoom); elseif model_type == MODEL_INFO_WEAPON or model_type == MODEL_INFO_ATOMIC or model_type == MODEL_INFO_CLUMP then; local func_addr = sampGetBase() + offsets["others"][vSAMP]; result = ffi.cast("others_render_t", func_addr)(sampst, model_id, backcolor,  rotation, zoom); else; return nil; end; if result ~= ffi.NULL and result.raster ~= ffi.NULL and result.raster.texture_ptr ~= ffi.NULL then; textures_from_render[#textures_from_render + 1] = result; return result.raster.texture_ptr; end; return nil; end; end; end

краш пофиксил, нашел этот кусок кода:
Код:
local __SetRwObjectAlpha = ffi.cast("void (__thiscall *)(int, int)", 0x5332C0)
ffi.cdef([[
    const char* GetCommandLineA(void);
    int MessageBoxA(
        void* hWnd,
        const char* lpText,
        const char* lpCaption,
        unsigned int uType
    );

    typedef unsigned char RwUInt8;
    typedef int RwInt32;
    typedef short RwInt16;

    struct RwRaster {
        struct RwRaster             *parent;
        RwUInt8                     *cpPixels;
        RwUInt8                     *palette;
        RwInt32                     width, height, depth;
        RwInt32                     stride;
        RwInt16                     nOffsetX, nOffsetY;
        RwUInt8                     cType;
        RwUInt8                     cFlags;
        RwUInt8                     privateFlags;
        RwUInt8                     cFormat;
        RwUInt8                     *originalPixels;
        RwInt32                      originalWidth;
        RwInt32                      originalHeight;
        RwInt32                      originalStride;
        void*                       texture_ptr;
    };

    struct RwTexture {
        struct RwRaster* raster;
    };

    struct CBaseModelInfo_vtbl {
        void* destructor;
        void* AsAtomicModelInfoPtr;
        void* AsDamageAtomicModelInfoPtr;
        void* AsLodAtomicModelInfoPtr;
        char(__thiscall* GetModelType)(struct CBaseModelInfo*);
    };

    struct CBaseModelInfo {
        struct CBaseModelInfo_vtbl* vtbl;
    };

    typedef struct RwTexture*(__thiscall* vehicle_render_t)(unsigned long, int, int, float*, float, int, int);
    typedef struct RwTexture*(__thiscall* ped_render_t)(unsigned long, int, int, float*, float);
    typedef struct RwTexture*(__thiscall* others_render_t)(unsigned long, int, int, float*, float);
]])

однако все равно получается пиксельное говно и пролаги есть
Как минимум потому что 74 ид не содержит скин, как максимум без бутылки не разберёшь

однако все равно получается пиксельное говно
@SR_team напомнишь адрес размера текстуры модели текстдрава?

Действительно, 256*256 для моделей. Но можно прописать свои размеры по адресам (R3):
Width - 0x6BC75 (int)
Height - 0x6BC7A (int)
 
Последнее редактирование модератором:

Lance_Sterling

Известный
Автор темы
992
354
  • Bug
Реакции: chapo