Jump to content

soceris

Member
  • Content Count

    52
  • Joined

  • Last visited

  • Medals

Posts posted by soceris


  1. AoW stuff [Main Branch]

    Artiste t-shirt

    Quote

    (Singleplayer) this setObjectTexture [0, "a3\Missions_F_AoW\Data\Img\Textures\Uniforms\u_art_shirt_co.paa"];

    (Server) if (isServer) then {this setObjectTextureGlobal [0, "a3\Missions_F_AoW\Data\Img\Textures\Uniforms\u_art_shirt_co.paa"]};

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett


    Prop decals and retextures

    Spoiler

     

    Quote

    Decals

    a3\Missions_F_AoW\Data\Img\showcase_future_gcs_active_co.paa

    a3\Missions_F_AoW\Data\Img\showcase_future_gcs_inactive_co.paa

    a3\Missions_F_AoW\Data\Img\Textures\idap_tablet_co.paa

    a3\Missions_F_AoW\Data\Img\flag_netherlands_co.paa

    Book retextures

    this setObjectTexture [0, "a3\Missions_F_AoW\Data\Img\book_cover_culture_co.paa"];

    this setObjectTexture [0, "a3\Missions_F_AoW\Data\Img\book_cover_latin_co.paa"];

    Masterwork paintings

    a3\Missions_F_AoW\Data\Img\Artwork\Masters\lost_masterwork_01_co.paa

    a3\Missions_F_AoW\Data\Img\Artwork\Masters\lost_masterwork_02_co.paa

    a3\Missions_F_AoW\Data\Img\Artwork\Masters\lost_masterwork_03_co.paa

    a3\Missions_F_AoW\Data\Img\Artwork\Masters\lost_masterwork_04_co.paa

    a3\Missions_F_AoW\Data\Img\Artwork\Masters\lost_masterwork_05_co.paa

    a3\Missions_F_AoW\Data\Img\Artwork\Masters\altis_masterwork_01_co.paa

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

     

     

    • Like 2

  2. Enoch stuff [Main branch]

     

    Gorka (Light green)

    Quote

    (Singleplayer) this setObjectTexture [0, "a3\characters_f_enoch\Uniforms\Data\Gorka_01_Camo_CO.paa"];

    (Server) if (isServer) then {this setObjectTextureGlobal [0, "a3\characters_f_enoch\Uniforms\Data\Gorka_01_Camo_CO.paa"]};

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

     

    Combat fatigues [LDF, early version]

    Quote

    (Singleplayer) this setObjectTexture [0, "a3\characters_f_enoch\Uniforms\Data\I_L_Uniform_01_Deserter_2_co.paa"];

    (Multiplayer) if (isServer) then {this setObjectTextureGlobal [0, "a3\characters_f_enoch\Uniforms\Data\I_L_Uniform_01_Deserter_2_co.paa"]};

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

     

    Scientist outfit (Formal, Black)

    Quote

    (Singleplayer) this setObjectTexture [0, "a3\characters_f_enoch\Uniforms\Data\scientist_02_2_formal_co.paa"];

    (Multiplayer) if (isServer) then {this setObjectTextureGlobal [0, "a3\characters_f_enoch\Uniforms\Data\scientist_02_2_formal_co.paa"]};

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

    • Like 4

  3. Enoch stuff

     

    Dirty Orca [Complete]

    Quote

    (Singleplayer) this setObjectTexture [0, "a3\props_f_enoch\military\wrecks\data\ka60_ext_co.paa"];

    (Server) if (isServer) then {this setObjectTextureGlobal [0, "a3\props_f_enoch\military\wrecks\data\ka60_ext_co.paa"]};

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

     

     

    Civilian Orca Wreck [Incomplete, the nose is still black and the rotor blades are blue. But other then that it's usable.]

    Quote

    (Singleplayer) this setObjectTexture [0, "a3\air_f\heli_light_02\data\heli_light_02_ext_civilian_co.paa"];

    (Server) if (isServer) then {this setObjectTextureGlobal [0, "a3\air_f\heli_light_02\data\heli_light_02_ext_civilian_co.paa"]};

    ?imw=5000&imh=5000&ima=fit&impolicy=Lett

     

    • Like 6
×