1oom-fork / 1oom

1oom is a Master of Orion (1993) game engine recreation that requires the original files to run.
GNU General Public License v2.0
50 stars 7 forks source link

Good Proposition #78

Closed ghost closed 1 week ago

ghost commented 1 month ago

Welcome back, commander. I have good idea about battle grid. Its possible to add movement range (optional of course) to battle grid? All modern strategy games have this. Grid+movement range can make battle more pleasantly :) Simple graphic, ex. brighten or darkened squares, only this. And, I'm curious, in nearest future its any chanse add something graphic filter? Game include "best" and "linear", but its no good effect, i tested many resolutions. I think majority players used standard "linear". I know many old games which use many graphic filter, ex. HQ3x, or xBRZ. is it a lot of work? My question about filter its no super priority. But only one thing always is lacking in MoO, grid + ship move range. I think is very important in turn battle strategy. Can you imagine chess without chessboard? :D

1oom-fork commented 1 month ago

Regarding the darkening. It's not so simple anymore. We have a limited palette of colors and we need to focus on the possibilities that have already been implemented in order to maintain style. When making the grid, I copied the grid of the main game map (Alt + m). So it would be nice to have alternative implementation options besides dimming. In any case, I will think what can be done.

1oom-fork commented 1 month ago

You are right about the filters, but there is a more basic task here - to implement more efficient magnification. I’m doing this now, and only then can I start thinking about other filters. Linear and Best are built-in features of SDL2.