John-the-Calm

Member
  • Content count

    10
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

2 Neutral

About John-the-Calm

  • Rank
    Bambi
  1. John-the-Calm

    Extended Base Mod

    Ohhhhhhhhhhhh its working now!!!!!!! Server is running will check all Loaded Mods and post after it! THANK YOU SOOO MUCH GOOD SIR!! You saved my Server and my Week!!!
  2. John-the-Calm

    Extended Base Mod

    This here?
  3. John-the-Calm

    Extended Base Mod

    Ok I messed up again ughhh I`m sooo dumb goddamnit!! Error Msg: 16:06:45 ErrorMessage: Config : some input after EndOfFile. 16:06:45 Application terminated intentionally ErrorMessage: Config : some input after EndOfFile.
  4. John-the-Calm

    Extended Base Mod

    No, I dont even know what "Easy Trader" is. Is this ok for excluding it?
  5. John-the-Calm

    Extended Base Mod

    Ok I look through it now and it seemed ok but when I restart now it gives me a completly new Error Msg I`ve never seen before. 15:18:27 ErrorMessage: File mpmissions\__cur_mp.Altis\TRADERS\EBM\TraderCategoriesEBM.hpp, line 264: /CfgTraderCategories.ExtendedBaseMod: Member already defined. 15:18:27 Application terminated intentionally ErrorMessage: File mpmissions\__cur_mp.Altis\TRADERS\EBM\TraderCategoriesEBM.hpp, line 264: /CfgTraderCategories.ExtendedBaseMod: Member already defined. What does "Member already defined mean how do i fix that now? I wish I wasnt so dumb and could understand all those Code languages *sadface*
  6. John-the-Calm

    Extended Base Mod

    If I fold all Major class thingys it looks like this
  7. John-the-Calm

    Extended Base Mod

    What those cloesd correctly mean? I can close right after class CfgCraftRecipes where the //#include "EBM\recipes.hpp" is and it folds until class BreachingChasgreBigMomma: Exile_AbstractCraftingRecipes so it looks like this : "open" class { //#include "EBM\recipes.hpp" class BreachingChargeBigMomma: Exile_AbstractCraftingRecipe "folded" class CfgCraftingRecipes { between { and class CfgExileAnimals is a black line same is for the class CfgInteractionMenus but there it ends on /** and then * Classname is used for refrence in greent written text
  8. John-the-Calm

    Extended Base Mod

    New config.cpp : https://pastebin.com/bmit2AJV I got an Error like this after excluding the "EBM\recipes.hpp" : 14:27:03 ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 2138: '/CfgInteractionMenus.': '{' encountered instead of '=' 14:27:03 Application terminated intentionally ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 2138: '/CfgInteractionMenus.': '{' encountered instead of '=' I did the same to that one aswell and now it looks like this : class CfgInteractionMenus { //#include "EBM\menus.hpp" I restartd the Server again but got the excat same error even when excluding those 2 lines
  9. John-the-Calm

    Extended Base Mod

    Hello, thanks for such a quick response!! I did add the { at line 72 so that it looks like this isnde of the config.cpp: class CfgCraftingRecipes { #include "EBM\recipes.hpp" and restarted the Server now i got this Error Msg: 13:26:12 ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 59: /: '=' encountered instead of '{' 13:26:12 Application terminated intentionally ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 59: /: '=' encountered instead of '{' Here is recipies.hpp : https://pastebin.com/JWmcaS6m
  10. John-the-Calm

    Extended Base Mod

    Hello I have encounterd a problem with my config.cpp file. My RPT tells me this : 12:05:43 ErrorMessage: File mpmissions__cur_mp.Altis\config.cpp, line 41: '/CfgCraftingRecipes.': '{' encountered instead of '=' 12:05:43 Application terminated intentionally ErrorMessage: File mpmissions__cur_mp.Altis\config.cpp, line 41: '/CfgCraftingRecipes.': '{' encountered instead of '=' But I cant for the love of god see where or what I even should replace and how. This is my config.cpp : https://pastebin.com/AkY4cc7q This is my mission.sqm : https://pastebin.com/HajHxz8t I`m sorry but I`m also new to this whole server setup stuff If you need more files I will try my best to provide them <3