Jump to content

sphereii

Members
  • Posts

    3,062
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by sphereii

  1. You would use a Harmony patch [HarmonyPatch(typeof(Block))] [HarmonyPatch("Init")] public class Init { public static bool Prefix(ref Block __instance) { Debug.Log("Run me."); return true; } } The return true on a Prefix will allow the base Block's Init to run as well. if you return false, the base Block's Init will not run, just your code.
  2. You can set the <IPAddress></IPAddress> and <Port></Port> xml node to do the Quick Connect, but no way to directly connect to a server from the configuration. This is meant to protect players from over enthusiastic modders who try to funnel and force settings unto the user.
  3. That should already be listed. Take a look under sphereii-mental, Note: Winter Project has not been updated to 19.5 yet
  4. If they are not listed in the mod launcher, then you may have to follow their manual installs. I don't think they have a mod launcher configuration.
  5. Manage Modlets allows you to download extra modlets to a game install. Which mods were you looking for?
  6. Where do you expect to see the More Mods button?
  7. Are you using the 7D2D Mod Launcher, or are you using the Vortex Mod Manager from Nexus? This thread is just for 7D2D Mod Launcher.
  8. Possibly; the patch scripts would have added new fields to the DLL, but when it compiles the Mods.dll, those fields are not there. There's still a step being blocked.
  9. I am not sure what else to otherwise suggest. I have synced up with the latest, using the same version of DMT, and it works on my end, and I have not heard of this issue before. The part that is failing is when its modifying the DLL, and I'm still suspicious of the security software blocking it silently.
  10. No, I have many programs like that installed, and it does not affect it. One thing I do wonder, are you starting DMT Viewer as an administrator? Since you are working in your Program Files folder, I wonder if it's upset about that.
  11. I grabbed a fresh copy of everything, and I was able to build. I'm suspecting that ESET Internet Security is possibly interfering
  12. Some of the hosting sites seem to be struggling with the larger repos, and sometimes our connection to them is inconsistent. Sounds like you hit one of those times.
  13. Where does the 0-SphereIICore exists?
  14. Ahh, I think I see something. Another folder structure change is needed. Do you have the DMT mods in the same folder as DMT Viewer? If so, let's put the DMT mods into a different folder structure different than the game + DMT Viewier.
  15. Can you take a screenshot of your Mod Launcher with War of the Walkers selected? Any other mods have this issue?
  16. Yes, more in particular, the Assembly-CSHarp.dll gets modified when DMT is ran, so that needs to be 100% clear. The Backup folder I'm talking about should be in the same folder as your DMTViewer.exe
  17. In your DMT folder, can you delete the Backup folder, re-validate your 7 Days to Die steam folder through steam, then try again?
  18. Thank you. Can you post a new log? Do you have any anti-virus software installed?
  19. Which version of DMT are you using?
  20. Yes, it should be outside of the game folder. DMT will copy everything over for you. Your error specifically seems to indicate that the 0-SphereIICore\PatchScripts folder is missing, so please check to make sure it exists.
  21. Can you explain your set up a bit? d:\Games\steamapps\common\7 Days To Die DMT\DMT Mods/ : that's where all the DMT mods are? d:\Games\steamapps\common\7 Days To Die DMT : Is this where your game exists? If so, you want to move the DMT Mods folder outside of this.
  22. This seems like there's a bad line in your configuration file. Click on View, then Open Configuration File. Close the Mod Launcher, and look for the RemoteServers= line. This probably has some badly formed stuff. You can delete this entire line, save, then restart the mod launcher.
  23. Found a copy and rehosted: https://github.com/SphereII/7D2DConfig/releases/tag/1
  24. Give this a try: https://www.microsoft.com/en-ca/download/details.aspx?id=26999
  25. Do the cows have the maslow task? They could be starving. Unfortunately the system wasn't very polished on release.
×
×
  • Create New...