Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.

    GIF shows where to locate </> in the thread and or post editor toolbar.
    To learn more about how to use our BBCode feature, review our "How to post your code into threads" here.

    Thank you, Code Forum.

Game Makers chat thread (Google)

SplashWarfly

New Coder
RPGs stands for Role Playing Games. GML stands for Game Maker Language

I Jason need Game Maker help please. Thank you.

#1: To those who used Game Maker 6.1 what is highest Windows version you have used to get Game Maker 6.1 to work properly?

#2: To those who used Game Maker 5.3 what is highest Windows version you have used to get Game Maker 5.3 to work properly?

#3: To those who used Game Maker 4.0 what is highest Windows version you have used to get Game Maker 4.0 to work properly?

#4: Can DirectX downloading help get Game Maker games and programs to work properly?

#5: If in a .bat file I want in
C:\Documents and Settings\Cassandra\Game Maker.exe to be used in up above #1: Windows Compatability Mode what is the code I should type please?

#6: If in a .bat file I want in
C:\Documents and Settings\Deanna\Game Maker.exe to be used in up above #2: Windows Compatability Mode what is the code I should type please?

#7: If in a .bat file I want in
C:\Documents and Settings\Edith\Game Maker.exe to be used in up above #3: Windows Compatability Mode what is the code I should type please?

awesomehelpings8471230
 
Last edited by a moderator:
RPGs stands for Role Playing Games. GML stands for Game Maker Language

I Jason need Game Maker help please. Thank you.

#1: To those who used Game Maker 6.1 what is highest Windows version you have used to get Game Maker 6.1 to work properly?

#2: To those who used Game Maker 5.3 what is highest Windows version you have used to get Game Maker 5.3 to work properly?

#3: To those who used Game Maker 4.0 what is highest Windows version you have used to get Game Maker 4.0 to work properly?

#4: Can DirectX downloading help get Game Maker games and programs to work properly?

#5: If in a .bat file I want in
C:\Documents and Settings\Cassandra\Game Maker.exe to be used in up above #1: Windows Compatability Mode what is the code I should type please?

#6: If in a .bat file I want in
C:\Documents and Settings\Deanna\Game Maker.exe to be used in up above #2: Windows Compatability Mode what is the code I should type please?

#7: If in a .bat file I want in
C:\Documents and Settings\Edith\Game Maker.exe to be used in up above #3: Windows Compatability Mode what is the code I should type please?

awesomehelpings8471230

Windows Version Compatability for GM 4.0-6.1:
  • Game Maker 6.1: Works up to Windows 10 (with compatibility settings & DirectX fixes). On Windows 11, it may require a VM (Virtual Machine) or compatibility tools.
  • Game Maker 5.3: Works up to Windows 7. On Windows 8/10/11, you may experience graphical issues without compatibility mode.
  • Game Maker 4.0: Best runs on Windows XP or older. May not work on Windows 7 and newer without emulation (VM, Wine, etc.).
2. Yes, DirectX can help! Older Game Maker versions rely on DirectX 8/9.

3. If you want a .bat file to force compatability mode using the following code:

Code:
@echo off
set EXE="C:\Documents and Settings\USER NAME HERE\Game Maker.exe"
start "" %EXE% /compat="WinXP (or your operating system version)
 

Buy us a coffee!

Buy me a coffee.
Back
Top Bottom