Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thanks for informing me about the PR here, I don't use github a lot, so I would have missed it. I'll merge it soon and also use the changes in the rework so the v2 of P+ will have Linux support :)
Not yet! That's one of the features I am trying to work into my rework.
RimWorld.Dialog_ConfirmModUpload: System.UnauthorizedAccessException: Access to the path '1ed2ea1fa3af2cbda6d94b129af8e71c41ae22' is denied.
I am assuming I won't be able to reproduce this issue on my end. What you can try is to manually remove the temp folder that P+ creates (C:\Users\<YOURUSERNAME>\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\PublisherPlus). Maybe the folder has some curious permission issues.
anyways, I'm not sure about if there is an error, but here's the log:
Also, just remembered, I actually didin't delete the ID on accident, I was expirimenting with the ID. But I used github to retrieve from before the expiriments and the error remains
The main repository: https://github.com/CHTechIndustries/Rimworld-Properly-Extended
The last release that was done via publisher plus: https://github.com/CHTechIndustries/Rimworld-Properly-Extended/releases/tag/3.0.0
The error from when I attempted to publish a branch based soeley on that commit: https://gist.github.com/HugsLibRecordKeeper/6306340e7b2013e91e057afd67c0edd9
The most recent version: https://github.com/CHTechIndustries/Rimworld-Properly-Extended/releases/tag/3.1.2
The error when I tried to publish it: it's similar. Ironicly, it won't upload the log, and gives me an error... gonna try in a bit
Any errors in the log? Can you push the mod to git and send me a link so I can test it myself?
In other news I am currently working on extending the functionality P+ can offer, but it's turned into a larger rework than originally anticipated.
The only thing I can think of is I did inadvertantly delete the published ID, but I managed to retrieve it. It uploads onto steam just fine, but it won't work with publisher plus
> Path is too long. Path: [Home_dir]\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\PublisherPlus\Temp\CHTechIndustries-Rimworld-Core\About\Mod Lists\CHTechIndustries\1.5\Rimworld Extended Properly\Only Soft Requirments\Endling- Last of Their Kind
This is a windows file system constraint, there is not much I can do about it without changing the inner workings of PublisherPlus to move away from creating temp files in the appdata folder.
it involves it not working one one mod, and working on another...
Those do sound like genuinely good feature ideas, but I have issues with touching a code base made by someone else. As it is right now I merely took up the torch to make the mod functional for 1.5, I do not intend to add features to it. I have way too much other stuff on my plate to work on extending PublisherPlus :(
1. add you name as well to the About File. after all, you've done some of the work too!
2. A way to use "wildcards" (typicaly an asterisk is used iirc). That way, I can block specific things from a group of folders. For instance, "about/modlists/ "folder" /.lnk" (bolded is wildcard) will prevent the uploading of .lnk files, but no other files, from within any folder inside "modlists". Could also be used to prevent you uploading text documents you put in as just little notes to yourself, like "remember to change name of such and such"
3. a way to prevent the uploading of specific file types. Doing this would make you never upload, say, a .markdown file to steam!