Perchik71 / Creation-Kit-Platform-Extended

A collection of modifications, enhancements, and reverse engineered resources for Creation Kit by Bethesda.
GNU General Public License v3.0
38 stars 4 forks source link

When trying to upload to PS4, vanilla assets get falsely flagged as custom. #7

Closed TheLovelyServine closed 5 months ago

TheLovelyServine commented 5 months ago

The CK gives you an error, "Playstation does not support archives." It's annoying because it falsely flags vanilla assets as custom, and I have to rename the textures and meshes folders and restart the CK, the error needs to be removed for the uploader's convenience. I am not trying to upload custom stuff to PS4, the CK just falsely flags vanilla assets as custom and it's really irritating and inconvenient. It would help the PS4 modding community so much if this false flagging error was gone as we are just trying to upload our ESPs. I'm doing this on the most recent version of the CK.

Perchik71 commented 5 months ago

I looked at it all. In general, user data is collected first, namely which platform you are going to ship to. Since Bethesda has added multiple uploads to its servers, they have only one data list. I can provide that if you ship to PS4, then block all other platforms and exclude their uploads, and in one function, which I suspect is responsible for collecting and analyzing the mod, block and as a result there will be only one file. The ESP itself.

TheLovelyServine commented 5 months ago

Ah, so are you working on a fix for that, by chance?

Perchik71 commented 5 months ago

Before you do anything, need to think about it. I don't see the point in dividing the upload into platforms in two stages. I'll make a check mark that will exclude the analysis altogether. I think this is a simple and feasible solution to this problem. I'll just test it on a fake connection, since I don't have an account and I don't want to put my mods there, I'll drop the finished version here, and you try it out on the real one.

TheLovelyServine commented 5 months ago

Ah ok

Perchik71 commented 5 months ago

You can try it, download the latest pre-release version 0.2 build 159. 2024-01-19_21-38-08 I changed the behavior of this dialog, it seems, I took into account all possible assumptions of an inexperienced user. So just turn it on and try.

TheLovelyServine commented 5 months ago

Ok, will do.

Edit: I can't seem to find it.

Edit: Found it.

TheLovelyServine commented 5 months ago

I just tested it, and it works!

Perchik71 commented 5 months ago

Nice!