• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

The 7D2D Mod Launcher - A Mod Launcher for 7 Days to Die

Really nice update! Curious to what dimensions the new photo area is? It's stretching images to fit, but it would be helpful to know exactly what it's looking for. Thank you soo much

 
Adding the 'Run Game As Admin' didn't work.
You can try to add the Mod Launcher to Steam: C:\Program Files\SphereII Software\7D2D Mod Launcher Installer\7d2dlauncher.exe

- - - Updated - - -

Really nice update! Curious to what dimensions the new photo area is? It's stretching images to fit, but it would be helpful to know exactly what it's looking for. Thank you soo much
Unintentional production test. I was playing with the UI, and I guess I didn't revert that.

I'll revert it next update :)

 
Good Day Sphereii

Hope you are well .. Question .. which link should we use to Reinstall Launcher .. the one on page 1 or the Updated version on page 116.

My gaming system died last week (had to order a New Video card) and I should have it back this weekend .. I pray .. major gamers withdraw going on here .. LOL

So I will be reloading you and several others .. just want to make sure I get the right one.

Thank You ... the Old Gamer .. :02.47-tranquillity:

 
Good Morning Sphereii

Did you want to change the version Number also and date??

Currently reads .. Update Version 1.1.0.x - December 22nd 2018 .. just wondering.

Have a great day ... the Old Gamer .. :02.47-tranquillity:

 
Last edited by a moderator:
Good Morning Sphereii
Did you want to change the version Number also and date??

Currently reads .. Update Version 1.1.0.x - December 22nd 2018 .. just wondering.

Have a great day ... the Old Gamer .. :02.47-tranquillity:
Thansks :) First post updated and slimmed down a bit.

 
Hey Sphereii,

It was brought to my attention on your Mod Launcher and I gotta say that this is very impressive! You did an amazing job and are continuing to do an amazing job!

I tried to PM you but it looks like your inbox is full :(

I was interested in having my Modlets added to your default Mods page in the launcher. I just added my modlets to GitHub and will be adding new ones and updating these regularly there here from now on.

What did you need from me to have them added?

Here is the link to my GitHub Repository :)

 
Hey Sphereii,
It was brought to my attention on your Mod Launcher and I gotta say that this is very impressive! You did an amazing job and are continuing to do an amazing job!

I tried to PM you but it looks like your inbox is full :(

I was interested in having my Modlets added to your default Mods page in the launcher. I just added my modlets to GitHub and will be adding new ones and updating these regularly there here from now on.

What did you need from me to have them added?

Here is the link to my GitHub Repository :)
Thank you for your kind words. I've added your Github repository to the default list :) Your current mods, and future mods, will show up in the mod launcher

 
Thank you for your kind words. I've added your Github repository to the default list :) Your current mods, and future mods, will show up in the mod launcher
AWESOME! Thank you very much for that. Very quick as well :D

 
Hey Sphere. Mod's been working fine on version 2.0.19.37198 but after creating new game install via 'Add new to My Mods' and going to 'Manage Modlets' I encountered this error:

XML exception:

Could not process RSS feed: System.Xml.XmlException: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

 


Who's Jeff, this isn't my location?:

C:\Users\Jeff\Documents\GitHub\7D2DModLauncher\7D2DLauncher\7D2DLauncher\ModDownloader.cs:line 121

https://i.imgur.com/yXxzY4X.png

Exception log - https://pastebin.com/CxN4WziU

Mod Launcher log - https://pastebin.com/4qW3siLc

Pre-Sync the game again, no mods installed for this installation and the same error keeps occurring. Error pops up once modlets are loaded within 'Mod Downloader'. I can click Ok, then another popup to Continue or Quit, clicking Continue allows access modlets.

 
Hey Sphere. Mod's been working fine on version 2.0.19.37198 but after creating new game install via 'Add new to My Mods' and going to 'Manage Modlets' I encountered this error:
XML exception:

Could not process RSS feed: System.Xml.XmlException: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

 


Who's Jeff, this isn't my location?:

C:\Users\Jeff\Documents\GitHub\7D2DModLauncher\7D2DLauncher\7D2DLauncher\ModDownloader.cs:line 121

https://i.imgur.com/yXxzY4X.png

Exception log - https://pastebin.com/CxN4WziU

Mod Launcher log - https://pastebin.com/4qW3siLc

Pre-Sync the game again, no mods installed for this installation and the same error keeps occurring. Error pops up once modlets are loaded within 'Mod Downloader'. I can click Ok, then another popup to Continue or Quit, clicking Continue allows access modlets.
Sorry for the trouble. I'll be pushing a patch in a few minutes to fix it. One of the modlets has a malformed XML.

 
New Update: 2.0.20

- Fixed an issue where modlets could throw an exception; they are now ignored

- Re-fixed Open File() issue

- Added new SubscriptionLink support in the Mod Launcher Configuration. This will display a privately mod-author curated modlet list. This will filter the Manage Modlet view

Code:
		<SubscriptionLink>https://raw.githubusercontent.com/7D2DMods/Profiles/master/MyTestProfile.txt</SubscriptionLink>
 
Doh. Pushed 2.0.21.
Works now, thanks again.

Another bit of feedback, when I 'Add to My Mods' that creates another installation of 7 Days To Die (ie My Mods > Greener Biomes), each time you update your Mod Launcher it forgets this. So long as I name it the same as the folder in \7D2D\Alpha17\My_Mods it will be active once more. Preset mod listings stick as they always do between Mod Launcher updates, adding your own doesn't.

 
Works now, thanks again.
Another bit of feedback, when I 'Add to My Mods' that creates another installation of 7 Days To Die (ie My Mods > Greener Biomes), each time you update your Mod Launcher it forgets this. So long as I name it the same as the folder in \7D2D\Alpha17\My_Mods it will be active once more. Preset mod listings stick as they always do between Mod Launcher updates, adding your own doesn't.
The way that is saved is using some interesting properties value from Windows. It's used to save everything else; but that doesn't... consistently. During some of my tests, it's disappeared after 4 restarts. Why? No idea... nothing in the code actually resets or clears it.

I do have a new configuration library that'll save everything directly to file. I'll be implementing that next, skipping that older method.

 
Back
Top