parameter for Sprite to load graphics at lower resolution

Things that we aren't going to implement
Post Reply
sparr
Smart Inserter
Smart Inserter
Posts: 1329
Joined: Fri Feb 14, 2014 5:52 pm
Contact:

parameter for Sprite to load graphics at lower resolution

Post by sparr »

I would like to be able to set a scaling factor for a Sprite (or RotatedSprite) that is applied when the file is loaded rather than at render time.

My use case here is to write a small mod that applies to a larger mod and causes that larger mod to load all its graphics at half (or less) resolution, by adjusting the width and height and scale of those graphics. Currently I also have to ship scaled down copies of the graphics with my mod, which is problematic in multiple ways.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13219
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: parameter for Sprite to load graphics at lower resolution

Post by Rseding91 »

What you describe is "normal" resolution vs "high" resolution and that's just how it works; you ship 2 versions of sprites.
If you want to get ahold of me I'm almost always on Discord.

sparr
Smart Inserter
Smart Inserter
Posts: 1329
Joined: Fri Feb 14, 2014 5:52 pm
Contact:

Re: parameter for Sprite to load graphics at lower resolution

Post by sparr »

Licensing restrictions prevent me from shipping a scaled down version of the sprites in question.

Post Reply

Return to “Won't implement”