Subcategories

  • Multi Fruit Machine Emulator

    3 Topics
    3 Posts
    SumisuS
    Trying to figure this out I did a lot of research and found something called Display, which is a small application that lets you control the orentation of your screen through the command line. Since MFME takes command line arguments, I made a .bat file to automatically open a specified ROM. @echo off REM Create a temporary file to indicate script completion echo > close.tmp REM Start command prompt windows for display commands start cmd.exe /k "C:\Display\display64.exe -device 1 -rotate 90 /toggle" ^& timeout /t 1 > nul REM Run the MFME executable "C:\MFME\v20\MFME.exe" "E:\Fruit Machine\ROMS\Some MFME ROM\Some_MFME_ROM_(Brand)_[Dx02_15jp].gam" REM Start command prompt windows for display commands start cmd.exe /k "C:\Display\display64.exe -device 1 -rotate 90 /toggle" ^& timeout /t 1 > nul REM Wait for MFME to finish and then delete the temporary file timeout /t 1 > nul del close.tmp REM Check if the temporary file exists; if not, close all windows if not exist close.tmp ( taskkill /f /im cmd.exe ) exit For this code to work you need to change where the files are located to where you have them on your PC. You also need to setup MFME like this: File/Preferences/Load Mode = Full Screen Max Stretch, after you do that just run the .bat file and it should rotate your display, and then run the game. After you exit the game it will rotate your display back and then automatically close all of the CMD windows.
  • A place to discuss all manner of virtual pinball, Pinball Arcade, Pinball FX, Visual Pinball, Virtual Pinball, Zen Pinball, etc.

    0 Topics
    0 Posts
    No new posts.
  • Minecraft is a 3D sandbox video game where players can build, explore, and create in a virtual world.

    1 Topics
    1 Posts
    SumisuS
    If your Minecraft servers are not starting, it could be do to MineOS not having a new enough version of Java. To update the Java version you just need to run a few commands. This will update MineOS to Java 22. First we need to remove the default Java version with this command: apt remove java-common (if nothing gets removed, that’s okay, just continue to the next step) Next we need to download Java 22 for Linux x64: wget https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2_linux-x64_bin.tar.gz Now we need to extract the contents into a folder: tar -xf openjdk-22.0.2_linux-x64_bin.tar.gz -C /opt/ Lastly we need to create a link to the new Java version we installed: ln -sf /opt/jdk-22.0.2/bin/java /usr/bin/java Now that Java is updated you should now be able to start your Minecraft server without restarting. Even thought the server will boot, I would recommend restarting MineOS just to be safe.
  • Overwatch is a first-person shooter (FPS) video game where two teams of six players compete to complete objectives on various maps.

    0 Topics
    0 Posts
    No new posts.
Forum Stats

0

Online

3

Users

30

Topics

30

Posts

Ad