matyalatte / UE4-DDS-Tools

Texture modding tools for UE games
MIT License
72 stars 12 forks source link

I Have A Suggestion #37

Open Zer0cipher opened 6 months ago

Zer0cipher commented 6 months ago

Can You Add An Option To Convert A .png File To A .uasset File Thats Cooked And Can Be Used In Latest Fortnite Modding For Texture Modding?

Zer0cipher commented 6 months ago

And Also add A .uasset to psk tool converter

matyalatte commented 6 months ago

Can You Add An Option To Convert A .png File To A .uasset File

.uasset is an asset, not an image. so, it's impossible to convert png to uasset. Texture data is just one of the properties that uasset files contain. What UE4 DDS Tools can do is only replace texture data.

Can Be Used In Latest Fortnite Modding For Texture Modding?

v0.6.0 already supports fortnite (UE5.4). Idk how to repack modded assets tho.

And Also add A .uasset to psk tool converter

Use FModel. https://github.com/4sval/FModel

Zer0cipher commented 6 months ago

Fmodel needs the .uasset to be in a pak and if i pak it using u4pak fmodel cant read it

Zer0cipher commented 6 months ago

so will it be possible to make it? ;)

matyalatte commented 6 months ago

if i pak it using u4pak fmodel cant read it

Fmodel can read repacked .pak. If it can't read it, it should be an issue of fmodel or u4pak.

so will it be possible to make it? ;)

Theoretically possible but I don't plan to work on it.

Zer0cipher commented 6 months ago

it says invalid .uasse magic

Zer0cipher commented 6 months ago

do you know why?

matyalatte commented 6 months ago

plz ask developers. I've never used u4pak.