Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
OPEN  Feature request #1458  -  DDS Texture Support
Posted Jun 02, 2020 - updated Jun 02, 2020   Shortlink: http://arx.vg/1458
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Feature request
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     enderandrew
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Priority
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
There is a mod for high resolution textures. This mod is 4.5 GB in size and leads to long load times, and can impact performance.

DDS texture files are smaller, load faster, the GPU can handle them natively, they make performance better, and they can have pre-generated mip-maps.

As a proof of concept I took the existing HD texture mod and converted it to DDS files with DXT5 compression. The pack went down from 4.5 GB to 2.67 GB. And even if they were the same size, a GPU will load DDS textures faster.

There are no comments