Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

need new resolution script

That's different men, you should go to the Script Thread, or Autor web, or send an email and tell him what happen with the script and make a Bug report. I think is the best exit to this problem.
 

thomas

Member

Here's a Full screen script I found from somewhere:

Code:
#==============================================================================
# ** Full_Screen
#------------------------------------------------------------------------------
#  Automatically sets the game screen to 'Full screen' upon launch.
#==============================================================================
begin
if $full == nil
$showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)
$full = 1
end
end

I hope this helps?
 
thomas":3up8etaz said:
Here's a Full screen script I found from somewhere:

Code:
#==============================================================================
# ** Full_Screen
#------------------------------------------------------------------------------
#  Automatically sets the game screen to 'Full screen' upon launch.
#==============================================================================
begin
if $full == nil
$showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)
$full = 1
end
end

I hope this helps?

I'm sorry I know this is necro, but I had to say that this is the best Res Script ever....Thanks ^^
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top