diff --git a/addons/pharma/CfgWeapons.hpp b/addons/pharma/CfgWeapons.hpp index 82b7bd0bf..1c851d9cd 100644 --- a/addons/pharma/CfgWeapons.hpp +++ b/addons/pharma/CfgWeapons.hpp @@ -8,6 +8,7 @@ class CfgWeapons { picture = QPATHTOF(ui\icon_IV_16.paa); model = QPATHTOF(models\iv\kat_iv.p3d); descriptionShort = CSTRING(IV_DescShort); + author = "Fijik, zer0gamler"; ACE_isMedicalItem = 1; class ItemInfo: CBA_MiscItem_ItemInfo { mass = 0.5; @@ -17,9 +18,10 @@ class CfgWeapons { scope = 2; displayName = CSTRING(IO_45_Display); picture = QPATHTOF(ui\icon_fast_io.paa); - model = "\A3\Structures_F_EPA\Items\Medical\Painkillers_F.p3d"; + model = QPATHTOF(models\io\kat_io.p3d); descriptionShort = CSTRING(IO_DescShort); ACE_isMedicalItem = 1; + author = "zelowastaken"; class ItemInfo: CBA_MiscItem_ItemInfo { mass = 0.5; }; diff --git a/addons/pharma/models/io/kat_io.p3d b/addons/pharma/models/io/kat_io.p3d new file mode 100644 index 000000000..f7c5f48fa Binary files /dev/null and b/addons/pharma/models/io/kat_io.p3d differ diff --git a/addons/pharma/models/io/kat_io.rvmat b/addons/pharma/models/io/kat_io.rvmat new file mode 100644 index 000000000..5fac78c28 --- /dev/null +++ b/addons/pharma/models/io/kat_io.rvmat @@ -0,0 +1,86 @@ +/* + Generated on https://jdtools.dev/ + Made by John Doe +*/ +ambient[] = { 1, 1, 1, 1 }; +diffuse[] = { 1, 1, 1, 1 }; +forcedDiffuse[] = { 0, 0, 0, 1 }; +emmisive[] = { 0, 0, 0, 1 }; +specular[] = { 0.09, 0.09, 0.09, 1 }; +specularPower = 35; +PixelShaderID = "Super"; +VertexShaderID = "Super"; +class Stage1 { + texture = "x\kat\addons\pharma\models\io\kat_io_NOHQ.paa"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 0, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 0 }; + pos[] = { 0, 0, 0 }; + }; +}; +class Stage2 { + texture = "#(argb,8,8,3)color(0.5,0.5,0.5,1,dt)"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 1, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 0 }; + pos[] = { 0, 0, 0 }; + }; +}; +class Stage3 { + texture = "#(argb,8,8,3)color(0,0,0,0,mc)"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 0, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 0 }; + pos[] = { 0, 0, 0 }; + }; +}; +class Stage4 { + texture = "x\kat\addons\pharma\models\io\kat_io_AS.paa"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 0, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 1 }; + pos[] = { 0, 0, 1 }; + }; +}; +class Stage5 { + texture = "x\kat\addons\pharma\models\io\kat_io_SMDI.paa"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 0, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 0 }; + pos[] = { 0, 0, 0 }; + }; +}; +class Stage6 { + texture = "#(ai,64,64,1)fresnel(1.5,1.22)"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 0, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 1 }; + pos[] = { 0, 0, 0 }; + }; +}; +class Stage7 { + texture = "a3\data_f\env_land_ca.paa"; + useWorldEnvMap = "true"; + uvSource = "tex"; + class uvTransform { + aside[] = { 1, 0, 0 }; + up[] = { 0, 1, 0 }; + dir[] = { 0, 0, 1 }; + pos[] = { 0, 0, 0 }; + }; +}; +class StageTI { + texture = "a3\data_f\default_vehicle_ti_ca.paa"; +}; \ No newline at end of file diff --git a/addons/pharma/models/io/kat_io_as.paa b/addons/pharma/models/io/kat_io_as.paa new file mode 100644 index 000000000..fe9ee56ad Binary files /dev/null and b/addons/pharma/models/io/kat_io_as.paa differ diff --git a/addons/pharma/models/io/kat_io_co.paa b/addons/pharma/models/io/kat_io_co.paa new file mode 100644 index 000000000..df0e33e2b Binary files /dev/null and b/addons/pharma/models/io/kat_io_co.paa differ diff --git a/addons/pharma/models/io/kat_io_nohq.paa b/addons/pharma/models/io/kat_io_nohq.paa new file mode 100644 index 000000000..32e6346f9 Binary files /dev/null and b/addons/pharma/models/io/kat_io_nohq.paa differ diff --git a/addons/pharma/models/io/kat_io_smdi.paa b/addons/pharma/models/io/kat_io_smdi.paa new file mode 100644 index 000000000..6c08f8398 Binary files /dev/null and b/addons/pharma/models/io/kat_io_smdi.paa differ