Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Goldaryn Multiple Resolution Kit
#8
I cannot get fullscreen mode to work at all, and telling the system to auto-fullscreen in Main gives me the built-in "your system doesn't support this resolution" error. I have a setup of 734x416, and my screen is 1280x800 so... whut?
(04-09-2012, 05:41 AM)Taylor Wrote: There is one thing I managed to get to work on my own however: the screen centring appears to be faulty in your setup, but pulling one from an alternate resolution script I have fixes this.
Code:
class Game_Player
CENTER_X, CENTER_Y = (Game_Window.width/2-16)*4, (Game_Window.height/2-16)*4
def center(x, y); $game_map.display_x, $game_map.display_y = x*128-CENTER_X, y*128-CENTER_Y; end
end
On a similar note, I can get the full-screen mode to work with that script, but it is sometimes faulty. Sometimes it changes the resolution without going full-screen, or even leaves the resolution as is after the game closes. Ehhhgh.


I'm having the same problem with fullscreen. Can you let me know exactly where you entered this code? I tried entering it into the "Game Play #Edit" part of this script under the 'invariables' section but I got an error about syntax I think about line 28, (I'm using the 2.0 non-SDK version...) which is the last 'end' line at the part of the script. I'm still trying to figure this out, because I'd really like to get a custom resolution running in my game. I'm also using Universal Message System by CCOA and I guess you were trying to address the problem of the messages being off center now with the different resolution? Let me know if you figure anything out, please. Private message me or something. Thanks.
Reply }


Messages In This Thread
RE: Goldaryn Multiple Resolution Kit - by Taylor - 04-09-2012, 05:41 AM
RE: Goldaryn Multiple Resolution Kit - by theneonheart - 12-17-2012, 02:23 PM
RE: Goldaryn Multiple Resolution Kit - by Taylor - 12-17-2012, 09:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Resolution Selwyn 20 35,894 04-14-2017, 12:32 AM
Last Post: xiaohuangdi001
   Victor Engine - Multiple Troops Victor Sant 0 3,841 12-21-2011, 05:47 PM
Last Post: Victor Sant
   Multiple Fogs woratana 0 5,571 01-22-2009, 01:16 PM
Last Post: woratana
   Resolution Changer VX syvkal 0 5,750 03-08-2008, 04:15 AM
Last Post: syvkal
   Multiple Parties Dargor 0 4,388 03-07-2008, 04:17 AM
Last Post: Dargor
   Seperate Item Lists for Multiple Parties RPG Advocate 0 4,820 03-03-2008, 06:02 AM
Last Post: RPG Advocate



Users browsing this thread: