bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.34k stars 134 forks source link

Blend file extraction support #174

Open boredcoder411 opened 1 week ago

boredcoder411 commented 1 week ago

Resource Type

blend file

Describe the problem or limitation you are having

I was decompiling this game, and I saw in the logs that there were some resources which couldn't be extracted, notably some blend files. They seem to be interesting, so I wanted to retrieve them

Describe the feature / enhancement and how it helps to overcome the problem or limitation

I think it helps better understand the design process going into a game

boredcoder411 commented 6 days ago

Nvm, the developer gave me all the blend files. Still cool if this could be implemented