SBARINFO Image Too Large
-
false_chicken
- Posts: 36
- Joined: Sat Aug 09, 2014 10:47 pm
SBARINFO Image Too Large
I am trying to use DrawSwitchableImage in SBARINFO to conditionally draw a .png on the screen but the image looks about six times larger than the actual size of the image. I was looking at the ZDoom wiki and it appears that there is no option to scale an image when using DrawSwitchableImage only DrawImage. Is there any solution to this?
RE: SBARINFO Image Too Large
Make a copy of the image. Then scale it down until it's appropriate size and make your SBARINFO use that one. Then remap the original image to it via TEXTURES, HIRESTEX, or the "HiRes" folder in your PK3.
Last edited by Ænima on Sat Dec 27, 2014 9:39 pm, edited 1 time in total.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

-
false_chicken
- Posts: 36
- Joined: Sat Aug 09, 2014 10:47 pm
RE: SBARINFO Image Too Large
I seem to have fixed it. I had to scale the image to a really small quite crappy looking size at first to make it fit. Afterwords I found that I needed to add the higher res version into HIRESTEX.
Thanks! That's basically what I seem to have independently figured out lol.Ænima wrote: Make a copy of the image. Then scale it down until it's appropriate size and make your SBARINFO use that one. Then remap the original image to it via TEXTURES, HIRESTEX, or the "HiRes" folder in your PK3.
Last edited by false_chicken on Sat Dec 27, 2014 10:01 pm, edited 1 time in total.
RE: SBARINFO Image Too Large
Ah well. You're welcome anyways. :p
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

-
false_chicken
- Posts: 36
- Joined: Sat Aug 09, 2014 10:47 pm
RE: SBARINFO Image Too Large
The help is definitely greatly appreciated. :)