| 1 |
This
took
some
messing
around
with
an
unwilling
Chobby,
but
it's
possible.
I
guess
we
could
use
a
better
interface
for
it
though.
Here's
how
I
did
it:
|
1 |
This
took
some
messing
around
with
an
unwilling
Chobby,
but
it's
possible.
I
guess
we
could
use
a
better
interface
for
it
though.
Here's
how
it
can
be
done:
|
| 2 |
\n
|
2 |
\n
|
| 3 |
1. Exit Chobby (The game lobby)
|
3 |
1. Exit Chobby (The game lobby)
|
| 4 |
\n
|
4 |
\n
|
| 5 |
2. Open the Chobby settings file, by default you'll find it in
|
5 |
2. Open the Chobby settings file, by default you'll find it in
|
| 6 |
{{{%userprofile%\Documents\My Games\Spring\LuaMenu\Config\IGL_data.lua}}}
|
6 |
{{{%userprofile%\Documents\My Games\Spring\LuaMenu\Config\IGL_data.lua}}}
|
| 7 |
\n
|
|
|
| 8 |
3. Look for the game settings key, it'll look like
|
7 |
3. Look for the game settings key, it'll look like
|
| 9 |
\n
|
|
|
| 10 |
{{{game_settings = {
|
8 |
{{{game_settings = {
|
| 11 |
...
|
9 |
...
|
| 12 |
},}}}
|
10 |
},}}}
|
| 13 |
\n
|
|
|
| 14 |
4. Insert the reduced resolution you want the game to run in:
|
11 |
4. Insert the reduced resolution you want the game to run in:
|
| 15 |
{{{game_settings = {
|
12 |
{{{game_settings = {
|
| 16 |
XResolution = 1920,
|
13 |
XResolution = 1920,
|
| 17 |
YResolution = 1080,
|
14 |
YResolution = 1080,
|
| 18 |
...
|
15 |
...
|
| 19 |
},}}}
|
16 |
},}}}
|
| 20 |
(Replace 1920 by the width, 1080 by the height)
|
17 |
(Replace 1920 by the width, 1080 by the height)
|
| 21 |
\n
|
18 |
\n
|
| 22 |
5. Start Chobby again, enter the game settings. Change display mode to fullscreen.
|
19 |
5. Start Chobby again, enter the game settings. Change display mode to fullscreen.
|
| 23 |
https://i.imgur.com/gCFGZWC.png
|
20 |
https://i.imgur.com/gCFGZWC.png
|
| 24 |
\n
|
21 |
\n
|
| 25 |
6. Hopefully everything works, in my case it first crashed my OS but worked after a restart.
|
22 |
6. Hopefully everything works, in my case it first crashed my OS but worked after a restart.
|
| 26 |
\n
|
23 |
\n
|
| 27 |
\n
|
24 |
\n
|