Page 2 of 2

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sat Feb 19, 2022 11:55 pm
by rikiro
if you made a script for it can you send it here.

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 12:01 am
by shakotay2
@rikiro: you should show more patience :wink: - just my two cents.

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 12:04 am
by rikiro
sorry if I seem impatient. Take your time I don't mind

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 1:22 am
by rikiro
I tried making my own script but it is not working so I will just wait for your script when you release it and btw thanks for solving my issue. :] :mrgreen:

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 7:32 pm
by Durik256
rikiro wrote: Sun Feb 20, 2022 1:22 am I tried making my own script
show me
rikiro wrote: Fri Feb 18, 2022 9:17 pm how to modify it without changing the format and to reimport it in the game
I don't think you can make it [roll]

This is the maximum you can do:
shakotay2 wrote: Sat Feb 19, 2022 11:44 am Read here (click up arrow) and replace "fmlb" by "smo".
shakotay2 wrote: Fri Feb 18, 2022 11:28 pm
no one will deal with this format (I won't do it anymore either)
rikiro wrote: Sat Feb 19, 2022 11:55 pm if you made a script for it can you send it here.
here is the plugin.
I found a couple more couple of models on the Internet.
because of this, many edits had to be made. (works with these models)
Image

that's all... :]

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 7:49 pm
by rikiro
where are the textures im a bit confused because in a earlier post you said the textures were there

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 7:59 pm
by Durik256
rikiro wrote: Sun Feb 20, 2022 7:49 pm where are the textures im a bit confused because in a earlier post you said the textures were there
Inside in file :D
if you look at the console you will see all the information.
e.g. for textures:

Code: Select all

5 dragon
[2028603435, 183, 262208]
texture 3716
where:
"5" -number SBOO
"dragon" -name SBOO
"2028603435" -type (texture)
"183" -offset
"262208" -size file
"texture" -myPrint "3716" -real offset (data_offset + file_offset)
texture its B8G8R8A8
but in general look inside the script everything is written there :)

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 8:28 pm
by rikiro
idk it isn't showing for me and the script is confusing me a bit also sorry if Im being annoying im just a bit confused not your fault though.

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 9:48 pm
by Durik256
rikiro wrote: Sun Feb 20, 2022 8:28 pm idk it isn't showing for me
in DebugLog. plugin dont load texture. you can handed save from file.
ok, i update plugin.
now it unloads the textures next to the file. :lol:
Durik256 wrote: Sun Feb 20, 2022 7:32 pm here is the plugin.

Re: Winx Club PC Game Unknown game model file format .smo

Posted: Sun Feb 20, 2022 11:21 pm
by rikiro
texture not loading tried texture prompt as well