Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. This is what happens when I open the mb-core:
  2.  
  3. -----------------------------------------------------
  4.  
  5. loading './Vadi_System_Sylvan_Normal0_Version.dll'
  6. Failed to load './Vadi_System_Sylvan_Normal0_Version.dll'
  7. loading './vadi_mapper.dll'
  8. Failed to load './vadi_mapper.dll'
  9. loading './vadi_stormhammer_targetting.dll'
  10. Failed to load './vadi_stormhammer_targetting.dll'
  11. loading './vadi_knight_limbcounter.dll'
  12. Failed to load './vadi_knight_limbcounter.dll'
  13. loading './vadi_harvester.dll'
  14. loading './vadi_refiller.dll'
  15. Everything's loaded - ready to play!
  16.  
  17. -----------------------------------------------------
  18.  
  19. And this is how the config file looks, under the modules section:
  20.  
  21. -----------------------------------------------------
  22.  
  23. # Modules to be loaded. This is the place to add addons to.
  24.  
  25. dll "./Vadi_System_Sylvan_Normal0_Version.dll"
  26. dll "./vadi_mapper.dll"
  27. dll "./vadi_stormhammer_targetting.dll"
  28. dll "./vadi_knight_limbcounter.dll"
  29. dll "./vadi_harvester.dll"
  30. dll "./vadi_refiller.dll"
  31.  
  32. # End of file.
  33.  
  34. -----------------------------------------------------
  35.  
  36. All the .dll files match up to what's in the system folder.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement