veteran29 33 Posted January 20, 2020 KP-Steam is a simple command line utility which can be used to upload mods and missions to Steam Workshop. Why _another_ app for Steam Workshop uploading? Over the time amount of supported maps for KP Liberation has grown a lot and having to upload all of them with one by one with Eden started to be a pain. Contrary to BI Publisher CLI this app supports legacy Steam Remote Storage Workshop items, this allows to use this app to update missions on the Workshop. Download: https://github.com/KillahPotatoes/KP-Steam/releases/latest Usage is explained in readme (app needs steam running in background): https://github.com/KillahPotatoes/KP-Steam Warning: I've found out that after doing Steam UGC upload on legacy item you can't reverse that. 5 4 Share this post Link to post Share on other sites
.kju 3244 Posted January 21, 2020 very cool and kind of you to share! Share this post Link to post Share on other sites
Gunter Severloh 4043 Posted January 21, 2020 Nice idea, especially for multiple mission uploads! I added your new utility to my Compilation list seen here: https://forums.bohemia.net/forums/topic/226269-tools-utilities-compilation-list-for-arma3/ Pinned in this section of the forum. 1 Share this post Link to post Share on other sites
veteran29 33 Posted May 10, 2020 New 1.1.1 update: https://github.com/KillahPotatoes/KP-Steam/releases/tag/v1.1.1 * Fixed Arma 3 missions not working after upload * Prevent UGC uploads over Arma 3 scenarios which are using IRemoteStorage Share this post Link to post Share on other sites
RommelBr 30 Posted July 29, 2020 @veteran29 Hello, I maintain a simple collection of mission ported to other terrains and wanted to know how I use your app to update then all, its that i'm not much clever with command lines 🤪 I read the readme, but I'm still floating in how to do it correctly. Share this post Link to post Share on other sites
veteran29 33 Posted August 8, 2020 On 7/29/2020 at 5:45 PM, RommelBr said: @veteran29 Hello, I maintain a simple collection of mission ported to other terrains and wanted to know how I use your app to update then all, its that i'm not much clever with command lines 🤪 I read the readme, but I'm still floating in how to do it correctly. something like this should work for missions (you need steam with the account that owns the workshop items logged on same pc): kpsteam upload --app 107410 --item WORKSHOP_ID --path "C:\path\to\mission.pbo" --legacy 1 Share this post Link to post Share on other sites