Jump to content

Luftrauser .... Lets get this in HS! with out internet!!!


SORHP

Recommended Posts

Posted

open the browser in chrome and inspect the page. You will see in the html code that the game is loaded from this page:

http://games.mochiads.com/c/g/luftrauser/Luftrauser.swf

Now save the swf to your computer and use one of the flash player modules on hyperlaunch to launch the game.

I did not tested if this will work offline or not, but it is very easy to run it from hyperlaunch.

When asking for help for RocketLauncher, POST ON THE RLAUNCHER.NET FORUMS!

Also, please post your RocketLauncher.log with logging level set to troubleshooting in pastebin (set the log level in RocketLauncherUI, global system > General Settings -> RocketLauncher).

Ass. Bleasby - RocketLauncher Development Team.

Posted

swf doesn't seem to have any kind of protection so it's simply a matter of downloading it and running it on a flash player. Doesn't seem to resize on fullscreen though, but I've only gave it a quick look.

Posted

I used the super mario crossover launcher on it and it works, but I had to tweak the full screen ctrl+f to be delayed 2 seconds, then the game goes to full screen, but needs to "show all", or zoom in, but I cant figure out the shortcut for this command, anyone know???

My Arcade Machines...

14368923830_052dc0fede_b.jpg

Posted

well, I got impatient... :)

here's a simple ahk script that will atleast get it going to full screen 4:3 (no widescreen as far as I know, unless someone can show me the way)

put this in an ahk exe in the same folder as the executable luftrauser.exe, and then run the ahk


Hotkey, ~Esc, Close



Run, luftrauser.exe

sleep 2100
SendInput {Alt Down}
SendInput {Alt Up}
SendInput {v Down}
SendInput {v Up}
SendInput {a Down}
SendInput {a Up}
SendInput {Ctrl Down}
SendInput {f Down}
SendInput {f Up}
SendInput {Ctrl Up}

Process, WaitClose, luftrauser.exe
Close:
SendInput {Ctrl Down}
SendInput {q Down}
SendInput {q Up}
SendInput {Ctrl Up}
ExitApp
Return

EDIT: After some more thorough testing, you may need to adjust the sleep time to get full screen properly

My Arcade Machines...

14368923830_052dc0fede_b.jpg

  • 8 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...