Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Peer pressured badly to switch engines?
#12
Regarding options available... I wonder how many were on the backs of coders that already created them?

And I've used RMXP to make tools... that's stretching its capabilities, is it not?

(01-26-2023, 05:38 PM)Remi-chan Wrote: As for the resolution thing. yeah you can upscale it like that. but are you really gonna go and do that for every window and viewport? As you might notice, it appears the text window is overlaying Aluxes. But realistically, that's just as far as the the default resolution takes it. nothing was dynamic back in this day and age. The screen size and view port have changed, but the resolution of the windows hasn't. Your own screenshot confirms this

To what specifically did my screenshot confirm?  That I opted to make a game with a 1280x736 viewport, or 40x23 tile area? That was by design.

Do I need to change every viewport?  No. The system already knows the area size I have set for the whole game.  The weather covers the whole screen and outlying borders where effects are generated, and even the fog and panorama planes recognize the custom dimensions set... oh, and this is the setting department:

Code:
module ScrnSize

  # Game Screen Resolution
  Width     = 1280
  Height    = 736

  # Name of Game.Ini
  # (If renamed to match Game.exe... ex:  Fantasia.ini)
  INI_Name  = 'Game.ini'

  # Define speed of game processing
  Graphics.frame_rate = 60 

  # Define shifting map overlays
  Fixed_Panorama  = true
  Fixed_Fog       = true
 
end

I will also point out that while RMXP has a native 640x480, MV has a native 800x600 resolution in which all games start. Ergo, a tweak or effect much like the resolution I employed allows for larger game dimensions. Are the sprites within Fantasia stretched from its native 4:3 dimensions? No. They too have not been altered.

[Image: attachment.php?aid=1717]
They are merely just larger than the XP sprites to accommodate the larger playing area.

And towards the menus, who would use a 4:3 menu in a 16:9 viewport? Of course they would need to be changed.  That's just common sense. Besides, who wants to use the default menus in the first place?


Attached Files
.png   RESIZE.png (Size: 7.15 KB / Downloads: 0)
.jpg   Larger.jpg (Size: 74.86 KB / Downloads: 67)
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

}


Messages In This Thread
RE: What's up, RMers? - by Remi-chan - 01-26-2023, 10:39 AM
RE: What's up, RMers? - by Steel Beast 6Beets - 01-26-2023, 12:32 PM
RE: What's up, RMers? - by Remi-chan - 01-26-2023, 12:57 PM
RE: What's up, RMers? - by Steel Beast 6Beets - 01-26-2023, 01:55 PM
RE: What's up, RMers? - by Remi-chan - 01-26-2023, 02:05 PM
RE: What's up, RMers? - by DerVVulfman - 01-26-2023, 03:09 PM
RE: What's up, RMers? - by Steel Beast 6Beets - 01-26-2023, 04:53 PM
RE: What's up, RMers? - by Remi-chan - 01-26-2023, 05:38 PM
RE: What's up, RMers? - by Melana - 01-26-2023, 05:57 PM
RE: What's up, RMers? - by Steel Beast 6Beets - 01-26-2023, 06:20 PM
RE: What's up, RMers? - by DerVVulfman - 01-26-2023, 08:26 PM
RE: What's up, RMers? - by kyonides - 01-26-2023, 09:32 PM
RE: What's up, RMers? - by Remi-chan - 01-26-2023, 11:01 PM
RE: What's up, RMers? - by JayRay - 01-27-2023, 02:08 AM
RE: What's up, RMers? - by JayRay - 01-27-2023, 02:20 AM
RE: What's up, RMers? - by DerVVulfman - 01-27-2023, 05:07 AM
RE: What's up, RMers? - by kyonides - 01-27-2023, 05:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   VX versus XP. Your view upon the two engines. aerendyll 27 33,661 02-17-2010, 09:34 PM
Last Post: Xathia Vastar



Users browsing this thread: