Mari0 1.6 1600x900 Fullscreen!

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
JohnnyM21
Posts: 147
Joined: 09 Mar 2012, 13:26

Post » 03 May 2012, 17:06

If you have a resolution of 1600x900, then today is your lucky day! Mari0 1.6 can be displayed properly in full screen if the resolution is 1600x900, other resolutions, I don't know yet. Keep experimenting with main.lua found in mari0's source file (mari0_1.6.love). Here's the link to the 1600x900 download:

http://www.mediafire.com/?tv7q8vgt6ufwhqq

If you don't trust this, feel free to change lines 40, 1198-1199.

Code: Select all

40	fullscreen = true

Code: Select all

1198		scale = 4

Code: Select all

1199		love.graphics.setMode(1600, 900, fullscreen, vsync, fsaa)

Repackage everything as mari0_1.6.zip, change .zip to .love, and run in the latest version of Love2D found at https://love2d.org/builds

Post Reply