RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Video Crashes in Full Screen

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
For some reason, my RPG crashes during the avi sequence if it is in full screen.

Furthermore, when I install the game disc on another computer, it ALWAYS comes up as Full Screen and never in a window.

Is tehre a way to remedy either problem?

***
Rep:
Level 89
don't make it full screen, duh
Badass, and a do'er not a thinker

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Check in your scripts in "Main" if there is something like:

Code: [Select]
unless $DEBUG
    unless $keybd
      $keybd = Win32API.new 'user32.dll', 'keybd_event', ['i', 'i', 'l', 'l'], 'v'
      $keybd.call 0xA4, 0, 0, 0
      $keybd.call 13, 0, 0, 0
      $keybd.call 13, 0, 2, 0
      $keybd.call 0xA4, 0, 2, 0
    end
  end


or something similar. Delete it. Now it should work always in window mode. You can switch between window and full-screen by holding ALT and pressing ENTER.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!