Compare commits

..

2 Commits

Author SHA1 Message Date
rarantes 6b718e06a2 Merge branch 'main' of https://git.valmo.dev/projectbraf/braf
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 1h26m36s
2026-07-14 14:17:04 -03:00
rarantes 992c6f1b8d fix: smdi texture map for braf_rescue
add: new EFS texture maps
removed: braf_esquilo_efs.p3d
2026-07-14 14:16:42 -03:00
11 changed files with 11 additions and 68 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -43
View File
@@ -186,46 +186,4 @@ class BRAF_Rescue_Stretcher: BRAF_Rescue_Seat
displayName="Rescue Stretcher";
_generalMacro="BRAF_Rescue_Stretcher";
model="braf\braf_sar\BRAF_Rescue_Stretcher.p3d";
};
class BRAF_Esquilo_EFS: BRAF_Rescue_Seat
{
author="BRAF Team";
displayName="Esquilo EFS";
_generalMacro="BRAF_Esquilo_EFS";
model="braf\braf_sar\BRAF_Esquilo_EFS.p3d";
editorSubcategory="EdSubcat_Storage";
scope=1;
side=0;
scopeCurator=0;
scopeArsenal=0;
cost=500;
vehicleClass="Container";
simulation="shipX";
memoryPointsGetInCargo="";
memoryPointsGetInCargoDir="";
memoryPointsGetInCargoPrecise[]={""};
cargoAction[]={""};
class UserActions
{};
};
class BRAF_Pantera_EFS: BRAF_Rescue_Seat
{
author="BRAF Team";
displayName="Pantera EFS";
_generalMacro="BRAF_Pantera_EFS";
model="braf\braf_sar\BRAF_Pantera_EFS.p3d";
editorSubcategory="EdSubcat_Storage";
scope=1;
side=0;
scopeCurator=0;
scopeArsenal=0;
cost=500;
vehicleClass="Container";
simulation="shipX";
memoryPointsGetInCargo="";
memoryPointsGetInCargoDir="";
memoryPointsGetInCargoPrecise[]={""};
cargoAction[]={""};
class UserActions
{};
};
};
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.