Developer zarklord_klei Posted January 4, 2021 Developer Share Posted January 4, 2021 We have just released another update to the mod tools with the following changes: You can select a default workshop to make that workshop load on launch. You can now control visibility (Public, Friends Only, Hidden, Unlisted) when updating or uploading a mod. Updating your mods list is much faster, this should especially be noticable if you have lots of workshop items from other games. Fixed a bug causing the mod uploader to stop trying to list your mods, if it encountered an invalid mod in the list. Happy Modding! 14 3 2 2 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/ Share on other sites More sharing options...
Electroely Posted January 5, 2021 Share Posted January 5, 2021 1 hour ago, zarklord_klei said: You can now control visibility (Public, Friends Only, Hidden) when updating or uploading a mod. What about the Unlisted visibility? It's the most useful for those "do not subscribe" mods that pop up on the workshop from time to time. 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413324 Share on other sites More sharing options...
Developer zarklord_klei Posted January 5, 2021 Author Developer Share Posted January 5, 2021 Just now, Electroely said: What about the Unlisted visibility? It's the most useful for those "do not subscribe" mods that pop up on the workshop from time to time. Hidden is unlisted. 2 1 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413327 Share on other sites More sharing options...
Electroely Posted January 5, 2021 Share Posted January 5, 2021 (edited) 4 minutes ago, zarklord_klei said: Hidden is unlisted. Unlisted was added relatively recently. The difference between unlisted and hidden is that unlisted can still be accessed by anyone as long as they have a link, while hidden can only be accessed by contributors. Edited January 5, 2021 by Electroely 1 2 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413331 Share on other sites More sharing options...
Developer zarklord_klei Posted January 5, 2021 Author Developer Share Posted January 5, 2021 Just now, Electroely said: Unlisted was added relatively recently. The difference between unlisted and hidden is that unlisted can still be accessed by anyone as long as they have a link, while hidden can only be accessed by contributors. Good catch, there isn't an official API to set it to that, but I took a guess and managed to get it to work. A small hotfix was pushed that did the following: Fixed Public not being the default visibility. Added Unlisted as a visibility option. 5 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413334 Share on other sites More sharing options...
CarlZalph Posted January 5, 2021 Share Posted January 5, 2021 1 hour ago, zarklord_klei said: Good catch, there isn't an official API to set it to that, but I took a guess and managed to get it to work. A small hotfix was pushed that did the following: Fixed Public not being the default visibility. Added Unlisted as a visibility option. k_ERemoteStoragePublishedFileVisibilityUnlisted = 3 Not sure which SDK version it was added, if at all. 1 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413353 Share on other sites More sharing options...
Developer zarklord_klei Posted January 5, 2021 Author Developer Share Posted January 5, 2021 29 minutes ago, CarlZalph said: k_ERemoteStoragePublishedFileVisibilityUnlisted = 3 Not sure which SDK version it was added, if at all. That's not even on Steamworks, but passing 3 worked just fine. 2 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413360 Share on other sites More sharing options...
Legend_Master Posted January 5, 2021 Share Posted January 5, 2021 I have a few mods have both english and chinese title, and it seems not able to displayed correctly :thinking: Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413380 Share on other sites More sharing options...
CarlZalph Posted January 5, 2021 Share Posted January 5, 2021 (edited) 9 hours ago, zarklord_klei said: That's not even on Steamworks, but passing 3 worked just fine. It's not reflected on the website I see, but it is in the SDK. The latest version, v150, contains it and is defined in <sdkroot>/public/steam/isteamremotestorage.h on line 81. enum ERemoteStoragePublishedFileVisibility { k_ERemoteStoragePublishedFileVisibilityPublic = 0, k_ERemoteStoragePublishedFileVisibilityFriendsOnly = 1, k_ERemoteStoragePublishedFileVisibilityPrivate = 2, k_ERemoteStoragePublishedFileVisibilityUnlisted = 3, }; This was added some time between version 144 and now, not sure when. According to Garry's bot for Facepunch at https://github.com/Facepunch/Facepunch.Steamworks/commits/master/Generator/steam_sdk/isteamremotestorage.h It was added with v148 of the SDK on or around Feb 22, 2020. Edited January 5, 2021 by CarlZalph 2 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413479 Share on other sites More sharing options...
Developer zarklord_klei Posted January 5, 2021 Author Developer Share Posted January 5, 2021 11 hours ago, Legend_Master said: I have a few mods have both english and chinese title, and it seems not able to displayed correctly :thinking: I assume they showed correctly before? if they did, could you dm me a link to your steam account so I can investigate? 2 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413538 Share on other sites More sharing options...
Developer zarklord_klei Posted January 6, 2021 Author Developer Share Posted January 6, 2021 One more small hotifx: Fixed a bug causing names to be missing or display improperly in the mods list. 3 1 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413856 Share on other sites More sharing options...
Scrimbles Posted January 6, 2021 Share Posted January 6, 2021 > You can now control visibility (Public, Friends Only, Hidden, Unlisted) when updating or uploading a mod. Could this be the end of "PLEASE DONT DOWNLOAD ME PERSONAL TEST DONT DOWNLOAD" Mods? Finally, it wont be a mad dash to get private mods privated hoping no one goes in and downloads it for the brief moment its public! 3 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1413862 Share on other sites More sharing options...
boss6731 Posted January 15, 2021 Share Posted January 15, 2021 怎麼沒看 工具呢 不要餓死Mod工具 Link to comment https://forums.kleientertainment.com/forums/topic/125730-dont-starve-mod-tools-update-142021/#findComment-1416885 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now