Kingdom Rush 5: Alliance TD

Kingdom Rush 5: Alliance TD

View Stats:
Mastergogo Dec 20, 2024 @ 9:08am
Set the window mode and resolution on MacOS
I'm looking forward to your reply. I'm using steam command -windowed it's working, but -w -h doesn't work.:lunar2019shockedpig:
Last edited by Mastergogo; Dec 22, 2024 @ 2:08pm
< >
Showing 1-2 of 2 comments
Mastergogo Dec 20, 2024 @ 9:27am 
local obj1 = {
["joy_pointer_accel"] = 2;
["joy_pointer_accel_max"] = 3;
["joy_pointer_power"] = 3;
["joy_pointer_speed"] = 650;
["joy_pointer_threshold"] = 0.1;
["joy_rate_limit_delay"] = 0.4;
["joy_rate_limit_delay_repeat"] = 0.15;
["locale"] = "zh-Hans";
["timestamp"] = 1734711780;
["volume_fx"] = 1;
["volume_music"] = 1;
}
/Library/Application Support/kingdom_rush_alliance/settings.lua
in my settings.lua, there has no parameter to setting resolution
Last edited by Mastergogo; Dec 20, 2024 @ 9:33am
Mastergogo Dec 20, 2024 @ 9:31am 
local obj1 = {
["joy_pointer_accel"] = 2;
["joy_pointer_accel_max"] = 3;
["joy_pointer_power"] = 3;
["joy_pointer_speed"] = 650;
["joy_pointer_threshold"] = 0.1;
["joy_rate_limit_delay"] = 0.4;
["joy_rate_limit_delay_repeat"] = 0.15;
["locale"] = "zh-Hans";
["timestamp"] = 1734711780;
["volume_fx"] = 1;
["volume_music"] = 1;

["fullscreen"] = false;
["height"] = 1080;
["width"] = 1920;
}
return obj1

I just added these three parameters to the configuration file, saved it, and reopened the game. Now it can run in windowed mode at 1080p resolution.
< >
Showing 1-2 of 2 comments
Per page: 1530 50