Jump to content

Dexlord

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Dexlord

  1. 4 hours ago, Captain Cody said:

    Higher the poly count = the better the lighting. Even if it's low poly you can still produce decent lighting that is much better then the current flat lighting. Trust me, I've been working on maps for years.

    The only minus of models is vertex. Ok, i can make prelighting. I use this model when i creating my project, but on him i using enb shader, which he himself created the light on vertex.

    Sorry for my eng, i russian.

    • The second pack, 215 models. Buildings have interiors, mesh collision and more.

    Price: $15

    SCREENSHOTS

    • The fourth pack from arma. 14 Kishlak houses and 41 interior decor, high poly. You could saw this model in arma 2.

    Price: $5.

    SCREENSHOTS

    • The third pack, again 215 models. No interiors, mipmap 10, houses, blocks, misc, middle east ambience, high and low polygons.

    Price: $15.

    SCREENSHOTS

    P.S. Not all models shown in screenshots.

     

     

  2. 303 new models. The achievements of my old project, now I decided to sell them. Each object has an interior. The windows are shot through, because they dont have collision. Very big houses, several floors and good collision. Ok, watch the screen.

    Gth5aRUrRJQ.jpg

    jxgHUa137os.jpg

    A7DlylDYubs.jpg

    igQxe9NwPeo.jpg

    I give rar file. It has a script for replacing the models and txt file, where you can see "NAME_MODEL - ID". This my first pack, it weight 200+ MB

    This models may come to handy in different modes: deathmatch, roleplay, war and so on.

    For to make a purchase - write me on forum account or gmail - [email protected]

    SOLD

     

  3. local models = {
    	["redhex_oneside"] = 7919
    	["redhex_oneside2"] = 7920
    	["redhex_oneside3"] = 7921
    	["sidemosque"] = 7922
    	["mural11b"] = 7923
    	["mural12"] = 7924
    	["mural13"] = 7925
    	["wall_new"] = 7926
    	["wall_new_pillar"] = 7927
    	["wall_new_stena"] = 7929
    	["opx2_side_curve1"] = 7940
    	["opx2_side_drvway"] = 7945
    	["opx2_side1"] = 7947
    	["opx2_side2"] = 7950
    	["opx2_side3"] = 7938
    	["gate4_part1"] = 7952
    	["gate4_part2"] = 7953
    	["road_alpha1"] = 7939
    
    }
    
    addEventHandler("onClientResourceStart",root,function()
    	for i,v in pairs(models) do
    		local tex = engineLoadTXD("models/"..i..".txd", v)
    		engineImportTXD(tex, v)
    		local mod = engineLoadDFF("models/"..i..".dff", v)
    		engineReplaceModel(mod, v)
    		local col = engineLoadCOL("models/"..i..".col", v)
    		engineReplaceCOL(col, v)
    	end
    end)

    Хелп, не могу понять в чем прикол, пытаюсь сделать более короткий код для замены моделей, но чет не работает.

×
×
  • Create New...