Sonic Colors Ultimate
Sonic Colors Ultimate

Game Info arrow_drop_down favorite | |
---|---|
Category | PC / Computer |
Assets | 5 |
Hits | 52,373 |
Comments | 4 |
Tags (11): arrow_right | |
Alternative Names (1):
arrow_right
Sonic Colours: Ultimate
|
arrow_drop_down
[1]
Playable Characters
arrow_drop_down
[1]
Non-Playable Characters
arrow_drop_down
[1]
Bosses
arrow_drop_down
[1]
Objects
arrow_drop_down
[1]
Unused Wii Cutscene Assets
Comments (4)
You must be logged in to post comments.

@LOLDude: You can find a tutorial or ask the forums. I’m sure there are people around here who have ripped STEX files before.

We need a better guide for ripping, I was able to get the models however I can't get the textures as they're stuck as STEX files. What do I do?

Submitted Sonic + Cosmetics

Ripping is possible actually.
all it takes is unpacking game's data file, having Godot on computer, load all unpacked data into godot (may take some time) and export the models into .gltf with godot's model exporter
I prefer to warn: some textures may not export as being tied to a shader effect.
you'll need to create a basic material with the wanted textures to have these exported
May also have Godot crash during export.
all it takes is unpacking game's data file, having Godot on computer, load all unpacked data into godot (may take some time) and export the models into .gltf with godot's model exporter
I prefer to warn: some textures may not export as being tied to a shader effect.
you'll need to create a basic material with the wanted textures to have these exported
May also have Godot crash during export.