RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

I need this script...

Started by YachiYan, March 21, 2007, 02:07:54 AM

0 Members and 1 Guest are viewing this topic.

YachiYan

The full-screen script is supposed to be in the Scripts Archive, but it isn't. It's been removed or something. Anyhow, I just recently played a game for XP in full-screen and I like the way it looks. So after getting all hyped up about getting my own project to go full-screen, I now discover that I can't find the script anywhere.

Does anyone know where to get it? Or why it may have been deleted? Thanks.  :D
Charlie was a scientist, but Charlie is no more.
For Charlie thought that H20 was H2S04.

astanin

#1
i just had it ill pull it up ive been using it in my own screen so hang on i erased it to make way for an activation screen but it didnt matter so i might as well put it back in also
ok got it here ya go
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

insert this right after begin in the menu


:)

I think blizz's tons of add on's has full screen.
Watch out for: HaloOfTheSun

astanin

i downloaded blizziz tons of addons but i never got around to sorting them out =p either one will work

YachiYan

Great!! Thanks very, very, very much! It worked perfectly.  ;D
Charlie was a scientist, but Charlie is no more.
For Charlie thought that H20 was H2S04.

:)

this is solved, add [RESOLVED] to topic title.
Watch out for: HaloOfTheSun