Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pharma - Add IO Model #526

Open
wants to merge 39 commits into
base: dev-Tomcat
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
21995dc
Add rvmat
Nov 29, 2022
c0acf87
Merge branch 'dev-Tomcat' into dev-fijik
MiszczuZPolski Mar 16, 2023
ffd544b
Merge branch 'Tomcat-SG:dev-Tomcat' into dev-fijik
fijik124 Apr 14, 2023
27e3bf9
Add model/config
Apr 14, 2023
fe4a48d
Update
Apr 14, 2023
7b459c8
Update 2
Apr 14, 2023
eb7527b
fix
Apr 14, 2023
6d55a77
Add Textures
May 25, 2023
f1cb151
Update texture path
May 26, 2023
5eb256e
Add Medicals
fijik124 Oct 20, 2023
fb692b4
Remove IV
fijik124 Oct 20, 2023
f8f79dd
Remove IV
fijik124 Oct 21, 2023
a81a785
Update Texture Path
fijik124 Oct 24, 2023
4557971
Add Model to all medication
fijik124 Oct 28, 2023
ace80ed
Add AAT Model
fijik124 Nov 2, 2023
21a83f2
Add new code/model
fijik124 Dec 25, 2023
7fca08f
Add author
fijik124 Dec 25, 2023
73963da
fix
fijik124 Dec 25, 2023
8b15b3c
fix2
fijik124 Dec 25, 2023
ea7f122
fix3
fijik124 Dec 25, 2023
d17b7e9
remove IV
fijik124 Dec 25, 2023
266f249
Test For IV
fijik124 Apr 20, 2024
ed84cdd
Merge branch 'dev-Tomcat' into pr/427
MiszczuZPolski Apr 24, 2024
c175b11
Merge branch 'dev-fijik' of https://github.com/fijik124/KAM into pr/427
MiszczuZPolski Apr 24, 2024
364a6cb
Update CfgWeapons.hpp
MiszczuZPolski Apr 24, 2024
f9f8194
Update of p3d
fijik124 Apr 24, 2024
6ffa5e8
Fix
fijik124 Apr 24, 2024
bacefb1
Fix
fijik124 Apr 24, 2024
2753f18
Last update (propably)
fijik124 Apr 24, 2024
d11c060
fix?
fijik124 Apr 24, 2024
6b2f056
Update AAT.p3d
fijik124 Apr 24, 2024
0dcb37a
Update AAT.p3d
fijik124 Apr 24, 2024
4b8cb08
Add IO Model with texture
fijik124 Apr 24, 2024
e5ab0f5
Merge branch 'dev-Tomcat' into dev-fijik
MiszczuZPolski Apr 24, 2024
4108c6c
Create kat_io.p3d
fijik124 Apr 24, 2024
474c9be
Merge branch 'dev-fijik' of https://github.com/fijik124/KAM into dev-…
fijik124 Apr 24, 2024
0716b72
Update kat_io.p3d
fijik124 Apr 24, 2024
aab465e
Final model edit
fijik124 Apr 24, 2024
cee4db7
Fix of rvmat
fijik124 May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion addons/pharma/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,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;
Expand All @@ -69,9 +70,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;
};
Expand Down
Binary file added addons/pharma/models/io/kat_io.p3d
Binary file not shown.
86 changes: 86 additions & 0 deletions addons/pharma/models/io/kat_io.rvmat
Original file line number Diff line number Diff line change
@@ -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";
};
Binary file added addons/pharma/models/io/kat_io_as.paa
Binary file not shown.
Binary file added addons/pharma/models/io/kat_io_co.paa
Binary file not shown.
Binary file added addons/pharma/models/io/kat_io_nohq.paa
Binary file not shown.
Binary file added addons/pharma/models/io/kat_io_smdi.paa
Binary file not shown.
Loading