• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Export and Import SPR and Dat

Shaykie2

New Member
Joined
Dec 21, 2018
Messages
17
Reaction score
0
Is there any way to export all the sprites from an SPR/DAT, change them in some way and then re-import them into the same SPR/DAT?

I'm asking this because I want to transform my SPR and DAT into 64x64 using AI to upscale them, but there are too many sprites to do this manually. I wanted to know if there is a way to export everything, resize them and import them into a new SPR/DAT in 64x64.

Thanks in advance
 
Is there any way to export all the sprites from an SPR/DAT, change them in some way and then re-import them into the same SPR/DAT?

I'm asking this because I want to transform my SPR and DAT into 64x64 using AI to upscale them, but there are too many sprites to do this manually. I wanted to know if there is a way to export everything, resize them and import them into a new SPR/DAT in 64x64.

Thanks in advance
Yes otslibrary can do that, you can export all sprites and repack them with it in spr again dat only includes information of objectId and the sprites under it + the flags, so your mission is to unpack spr into png upscale and repack again
Post automatically merged:

 
Back
Top