Arma 3
98 ratings
ADK Texture Pack 1
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
470.507 MB
25 Jul, 2016 @ 3:19pm
18 Aug, 2017 @ 8:35am
15 Change Notes ( view )

Subscribe to download
ADK Texture Pack 1

Description
ADK Custom Texture's

Current Version: 2.5

Includes:
Player Skins
Vehicle Skins
Paint Menu to texture Base parts

This mod is developed to add more skins for players to use on any Arma 3 server, however some parts like the Exile base parts, would require Exile.

Credit to Exile Team for the base building parts.
48 Comments
Syn™ 8 Sep @ 2:10pm 
Running DB3, Saved the exile.ini db changes in the comments section, and its saving into the DB, but the mod isnt reading from the DB to apply it back after restart. Any idea on a fix?
Bro4d5ku1L 13 Oct, 2022 @ 8:22pm 
HOW DO I LOAD THESE WHEN MAKING A MISSION ON EDEN 2? SRY 4 CAPS
Devourerking12 27 Sep, 2021 @ 10:27am 
is this abandoned? is there a good alternative?
Sgt Smash 7 Mar, 2019 @ 8:03am 
Hi how do i install this on my server?
Hexic_TV 30 Jan, 2019 @ 6:56pm 
the error was my fault i forgot to rename the mod folder in my server root the same as my mod parameter
Mr_Pig  [author] 30 Jan, 2019 @ 6:27pm 
It would help if you provided the error detail, from server.rpt and databse. As i have not yet set up extdb3.
Hexic_TV 30 Jan, 2019 @ 9:39am 
Okay and is the .sqf file correct with extdb3 because i am getting an error with this mod about it calling extdb2
Mr_Pig  [author] 29 Jan, 2019 @ 10:29pm 
@Hexic

An update to this mod will be released soon. I believe for extdb3 you will need to modify your exile.ini file. They do not use "Number of Inputs".

****** If using extdb3 ******

[loadConstruction]
SQL1_1 = SELECT id,class,account_uid,spawned_at,position_x,position_y,position_z,direction_x,direction_y,direction_z,up_x,up_y,up_z,is_locked,pin_code,territory_id,deleted_at,damage,texture FROM construction WHERE id = ?
SQL1_INPUTS = 1
OUTPUT = 1,2-STRING,3-STRING,4-STRING,5,6,7,8,9,10,11,12,13,14,15-STRING,16,17,18,19


[updateConstructionSkin]
SQL1_1 = UPDATE construction SET texture = ? WHERE id = ?
SQL1_INPUTS = 1,2

****** extdb3 End ******

Hope this helps
Mr_Pig  [author] 29 Jan, 2019 @ 8:35pm 
I will look at updating for extdb3. Thankl you
Hexic_TV 29 Jan, 2019 @ 5:47pm 
is there an updated instructions for extdb3?