Frequently while writing my mod, I have had the idea of (or had the idea suggested to me of) giving one ship weapons from another ship, e.g. "Let's take the Supox Blade, but give it Fusion Blasts like the Ur-Quan Dreadnought!" (or whatever.)
In the code, graphics seem tied to the particular ship. It's relatively simple to use the opponent's graphics for your weapons, but I'm looking for a way to use graphics from an arbitrary ship that isn't necessarily in the arena, and hopefully without using any egregious hacks either.
Would people who know the code better care to lend ideas on how this can or can't be done?
Logged
My team of four Androsynth and three Chmmr is the most unfair team ever! My mod
Also, each ship only has a limited number of frames (unless I'm wrong?) so, supposing I wanted to make a ship that used a lot of different graphics, I still wouldn't be able to.
Logged
My team of four Androsynth and three Chmmr is the most unfair team ever! My mod
Oh yes it does. For example content/urquan/urquan.big.*.png contains the maximum zoom images for the Kzer-Za fusion blasts and content/urquan/urquan.big the corresponding transparency, size and hotspot information (the content package is a big ZIP file, if you haven't noticed).
Quote
Also, each ship only has a limited number of frames (unless I'm wrong?) so, supposing I wanted to make a ship that used a lot of different graphics, I still wouldn't be able to.
Changing the amount of frames for a graphical object could be difficult. As long as you're just swapping non-animated objects around, you shouldn't have any problems, though.
Oh yes it does. For example content/urquan/urquan.big.*.png contains the maximum zoom images for the Kzer-Za fusion blasts and content/urquan/urquan.big the corresponding transparency, size and hotspot information (the content package is a big ZIP file, if you haven't noticed).
Huh, okay. It's still not a simple matter of replacing them...
I'm looking more for a solution in the code, here. From what I know, that seems more practical.
Logged
My team of four Androsynth and three Chmmr is the most unfair team ever! My mod