-
Content count
669 -
Donations
15.00 EUR -
Joined
-
Last visited
-
Days Won
12
Freakylein last won the day on April 21 2018
Freakylein had the most liked content!
Community Reputation
285 ExcellentAbout Freakylein
-
Rank
Underboss
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[Z]EnDoh started following Freakylein
-
ITSSDOT93 started following Freakylein
-
did you use the Easy trader setup? or sth like that? Pls comment that line out. It is defined already by my installation. Pls do that and give me a quick feedback.
-
puh, you messed up sth in the config. You need to check each class (easier by downloading Notepad++ and change language too C++, then there are some -/+ beside the class to minimize it) check by fold each class and look if it is closed correctly. When you got your config running, then uncomment the two lines and check again.
-
can you write //#include "EBM\recipes.hpp" to comment them out. This helps to see if the hpp is ok or the config.cpp is ok.
-
pls post me the recipes.hpp of EBM. it looks like you edited the recipes? BUT first try adding a { at the beginning Line 72 (inside your config.cpp): " class CfgCraftingRecipes { //<------ this one!!!! #include "EBM\recipes.hpp"
-
shot me that part: Add the following line at the top of the CfgInteractionMenus inside your config.cpp too: #include "EBM\menus.hpp" of your config.cpp. Did you copy the EBM folder of the mod to your mission.pbo?