The VG Resource
River City Ransom Underground - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Project Organization (https://www.vg-resource.com/forum-118.html)
+---- Thread: River City Ransom Underground (/thread-30852.html)

Pages: 1 2


RE: River City Ransom Underground - knarkleo - 06-09-2019

here's a quickbms script that can dump sprites (and sounds). the parts written in C can end up broken pretty easily, so handle with care

https://gist.github.com/leovoel/399911503ee8dbce7ff0c54593d3eae7


RE: River City Ransom Underground - Carpaccio - 09-19-2020

This script doesn't seem to work. Tried it on textures.rcru and got absolutely nothing extracted...said 0 files found and some gibberish, that's about it.


RE: River City Ransom Underground - knarkleo - 11-05-2021

not to necro the thread or anything, but if that's what you saw instead of an error, then i suppose i could've made it clearer that there's a few lines at the bottom to uncomment in order to extract sprites (or texture slices as i call it in the script). i tested it again and it still works fine. i also have the extraction results here somewhere, but i don't know if it's up to date (don't have the game).

i changed the script so that it extracts raw slices by default, though like i wrote there, you'll need to convert those to png with something else. it contains extra code to invoke imagemagick as it goes through the textures, but besides uncommenting you'll have to adjust the line it's invoked in, if it's not on your PATH or something like that.