Set game to full screen on first launch, for other computers (2024)

jasoncollege24

Villager

Set game to full screen on first launch, for other computers (2)

Joined
Mar 31, 2022
Messages
22
Reaction score
2
First Language
English
Primarily Uses
RMVXA
  • Mar 31, 2022
  • #1

I'm working on making my first game, but running into a bit of a snag. I have it set that when I play test, my game runs in a window. If I compress it out, then decompress, and run from that, it also runs in a window. Problem is that when I give the demo to someone else, it launches in full screen by default.

Is there a way to force the game to always default to windowed mode, instead of full screen, without modifying the Windows registry?

AkiraKotatsuhime

炬燵姫

Set game to full screen on first launch, for other computers (4)

Joined
Jan 2, 2013
Messages
322
Reaction score
233
First Language
DE / ドイツ語
Primarily Uses
N/A
  • Mar 31, 2022
  • #2

Did you hand over the compressed copy to multiple people and all but you are experiencing the fullscreen at start? If there is nothing in your game's code that does something about fullscreen-stuff and it's only one person, I guess it may be because the RGSS3-configuration (press F1 while game running) on their system has an activated check on the option to launch in fullscreen. This, like everything in that config-window, applies to every RGSS3-game on the same computer.

~炬燵あ

jasoncollege24

Villager

Set game to full screen on first launch, for other computers (6)

Joined
Mar 31, 2022
Messages
22
Reaction score
2
First Language
English
Primarily Uses
RMVXA
  • Mar 31, 2022
  • #3

I've handed out the demo to a few different people. So far, everyone that has played my game, has seen it launch in full screen on the first launch.

I know about the F1 options window, but I was wondering if there was a way to make the game itself change that setting, when launching?

Heirukichi

Regular

Set game to full screen on first launch, for other computers (8)

Joined
Sep 24, 2015
Messages
1,510
Reaction score
662
First Language
Italian
Primarily Uses
RMVXA
  • Mar 31, 2022
  • #4

As an addendum to what has already been said, VX Ace games configuration, IIRC, is stored in windows registry files and is shared among all VX Ace games.

This also means that, if the person play-testing your game has played a VX Ace game before, the configuration used for the last game is still stored in his/her system and the engine will automatically load it for your game.

jasoncollege24

Villager

Set game to full screen on first launch, for other computers (10)

Joined
Mar 31, 2022
Messages
22
Reaction score
2
First Language
English
Primarily Uses
RMVXA
  • Mar 31, 2022
  • #5

In a nut shell, it sounds like my answer is no. Guess I'll start off with a tutorial message on how to change certain settings that I can't change myself for them.

Thanks.

SGHarlekin

Orc Jester

Set game to full screen on first launch, for other computers (12)

Joined
Jun 29, 2020
Messages
2,033
Reaction score
3,703
First Language
German
Primarily Uses
RMMV
  • Mar 31, 2022
  • #6

jasoncollege24 said:

In a nut shell, it sounds like my answer is no. Guess I'll start off with a tutorial message on how to change certain settings that I can't change myself for them.

Thanks.

If you haven't started yet, there's always the option of using an up to date engine where these struggles simply don't exist.

Roninator2

Gamer

Set game to full screen on first launch, for other computers (14)

Joined
May 22, 2016
Messages
5,591
Reaction score
1,726
First Language
English
Primarily Uses
RMVXA
  • Mar 31, 2022
  • #7

I personally have not experienced this issue.
I use Zeus81 full screen script and with it it puts in the game.ini file settings for weather or not it shows full screen or windowed. I can play games on my pc that automatically start full screen and others that start windowed without me changing any settings. Which tells me that other people have their games configured to full screen by default. So it should totally be an option to configure.

jasoncollege24

Villager

Set game to full screen on first launch, for other computers (16)

Joined
Mar 31, 2022
Messages
22
Reaction score
2
First Language
English
Primarily Uses
RMVXA
  • Mar 31, 2022
  • #8

@HarlekinLehl Money is an issue there. I have free updated engines, such as Unreal, but I can't make heads or tails of those.

@Roninator2 Thank you! I think this is exactly what I needed! Not only does it let me force the game to run in a window, but I can also double the window size on launch!

AkiraKotatsuhime

炬燵姫

Set game to full screen on first launch, for other computers (18)

Joined
Jan 2, 2013
Messages
322
Reaction score
233
First Language
DE / ドイツ語
Primarily Uses
N/A
  • Mar 31, 2022
  • #9

Double-scale by default is not the best idea, not everyone wants that or can even display a giant beast of window, especially when it comes to the height of it (832 or even 960 pixels is still very heavy).

You could e.g. offer players an option for that after launch and save it to a configuration-file.

~炬燵あ

jasoncollege24

Villager

Set game to full screen on first launch, for other computers (20)

Joined
Mar 31, 2022
Messages
22
Reaction score
2
First Language
English
Primarily Uses
RMVXA
  • Apr 1, 2022
  • #10

I'd have to figure out how to add a settings menu to the title screen then, which would be a good idea.

99% of what I've done has been through the point and click interface, because I have no Ruby scripting knowledge. What scripts I am using, I'm crediting via "Special Thanks" in my game credits, so that the authors get credit for their work.

You must log in or register to reply here.

Set game to full screen on first launch, for other computers (2024)

FAQs

How do I force a game to be full screen on PC? ›

First try pressing "Alt + Enter," then use the in-game menu to enter full-screen.

How to switch fullscreen game to other monitor? ›

To move a full-screen game to another monitor, use the keyboard shortcut: Shift + Windows key + Left/Right arrow key.

How to stop game from minimizing when using second screen? ›

How can you stop games from minimizing on dual monitors?
  1. Start by opening the game's Windows settings.
  2. Go to the Functions tab.
  3. From the “Window Management” section select prevent window deactivation.
  4. Select a key combination.
  5. Save the changes you made.
  6. Use the keys to switch freely between the monitors.
Nov 22, 2023

How do I get my game back to full screen? ›

Using the Alt + Enter keyboard shortcut is the easiest way to enter full-screen mode in your games. This hotkey is compatible with nearly every game on Windows. Hence, it's the first thing you should try. Pressing Alt + Enter again will switch your game back to windowed mode.

How do I make games full screen without F11? ›

To full screen Windows 10 without using the F11 key, you can use the shortcut key combination “Windows Key + Shift + Enter”. This shortcut will instantly make the current window full screen without the need to press F11.

How do I make a non fullscreen game full screen? ›

The standard hotkey to switch between windowed and fullscreen in most games is alt+enter, works even in games that have no setting for switching it. In game menu you can switch screen modes. Alt+enter let me actually see the game properly, and that allowed me to see the red menu button. Thanks all!

How do I fix a full screen game that keeps minimizing? ›

On This Page :
  1. Fix 1. Update Your Graphics Card Driver.
  2. Fix 2. Stop the Background Applications.
  3. Fix 3. Turn off Game Mode.
  4. Fix 4. Run This Game in Different Compatibility Mode.
  5. Fix 5. Set High Priority for the Game.
Mar 14, 2024

How do I force a game to minimize full screen? ›

The Alt + Enter shortcut often allows you to switch from full screen to windowed mode in games and applications. To minimize a full-screen game on your computer, press the Alt + Enter keys simultaneously.

How do I force a window to fullscreen? ›

F11 works in web browsers, Microsoft Store apps, Microsoft 365 programs, and some parts of Windows (e.g., File Explorer, Command Prompt, and Control Panel). Some third-party programs will also trigger full-screen mode when that key is pressed.

How do I regain full screen? ›

On a desktop computer, simply pressing the 'F11' key will usually open an application in full screen mode.

How do you force a program to go full screen? ›

F11 works in web browsers, Microsoft Store apps, Microsoft 365 programs, and some parts of Windows (e.g., File Explorer, Command Prompt, and Control Panel). Some third-party programs will also trigger full-screen mode when that key is pressed.

How to make something full screen on PC? ›

On a desktop computer, simply pressing the 'F11' key will usually open an application in full screen mode. For web browsers, you may need to click on an icon in the corner to enter this mode.

How do I force full screen windowed? ›

Alt + Enter shortcut key is used to switch between full screen mode and window mode. The problem you are experiencing is related to graphics configuration.

Top Articles
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 5909

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.