Home » MODDING HQ 1.13 » v1.13 Idea Incubation Lab  » JA2 1.13 with Upscaled HQ Textures (Looking to see if its possible.)
Re: JA2 1.13 with Upscaled HQ Textures[message #362546 is a reply to message #362543] Thu, 25 February 2021 13:09 Go to previous messageGo to previous message
Asdow is currently offline Asdow

 
Messages:143
Registered:August 2010
I've had similar thoughts while working on the new animations and it's possible, but not without changes to the code because as seven mentioned, a lot of UI components are hardcoded with absolute pixel positions.

The "easiest" solution might be to forgo support for low resolutions, substitute all the artwork with higher resolution versions and modify the code to work on them similarly to original graphics. Say, if the lowest usable resolution now is 640x480, double it and the all the artwork sizes, the relative size of everything should look the same except with more details.

Best solution would be to rewrite a lot of the UI code to use relative positions and make it work regardless of the resolution/artwork size by scaling the art. That's a big undertaking though, and another issue is tactical rendering. IIRC the tileengine has a hardcoded assumption that one tile is 20 pixels wide, and that assumption is used quite extensively in the rendering codes, at least pertaining to zbuffer from what I remember about reading the code.

Report message to a moderator

Sergeant
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ideas for New Mercs
Next Topic: Robots added to the ASD
Goto Forum:
  


Current Time: Thu Jan 09 17:05:29 GMT+2 2025

Total time taken to generate the page: 0.01097 seconds