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

Undefined base class 'CDAH_AbstractCraftingRecipe' #1

Open
rb1981 opened this issue Feb 18, 2023 · 2 comments
Open

Undefined base class 'CDAH_AbstractCraftingRecipe' #1

rb1981 opened this issue Feb 18, 2023 · 2 comments

Comments

@rb1981
Copy link

rb1981 commented Feb 18, 2023

I have this error when i install the mod:
ErrorMessage: File mpmissions__cur_mp.altis\Custom\CDAH\vehicleRecipes\CDAH_Cat_Supply_Vehicles.hpp, line 0: /CfgCraftingRecipes/CDAHVehicleRecipies.Repair_1: Undefined base class 'CDAH_AbstractCraftingRecipe'

@rb1981
Copy link
Author

rb1981 commented Feb 18, 2023

I got it to work but i cant see the categories, everything is under uncat.
I had to add to config.ccp
class CDAH_AbstractCraftingRecipe
{
name = "";
category = "";
pictureItem = "";
returnedItems[] = {};
components[] = {}; // Required components
tools[] = {}; // Required tools (matches, gas cooker etc.)
requiredInteractionModelGroup = ""; // See CDAHInteractionModels
requiredInteractionVehicleGroup = ""; //CDAH VEHICLE REQUEST
requiresFire = 0; // inflamed object nearby
requiresOcean = 0;
requiredBaseLevel = 0;
};
and
#include "Custom\CDAH\vehicleRecipes\CDAH_Vehicle_recipies_config.hpp"
Thats not in the files added.
Can you help me with the categories what can be wrong?
Thanks for your work and your help!

@rb1981
Copy link
Author

rb1981 commented Feb 18, 2023

Is it possible to get the normal exile crafting to work from the craftbox?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant