0 of 0

File information

Last updated

Original upload

Created by

Gametism

Uploaded by

Gametism

Virus scan

Safe to use

34 comments

  1. Acheron18
    Acheron18
    • supporter
    • 0 kudos
    For me it disables the Steam overlay so it really isn't worth it. Had to delete the game.ini file to get it working again.
  2. MakaiHanta
    MakaiHanta
    • member
    • 0 kudos
    bash script for linux:
    #!/bin/bash
    # Welcome Screen
    echo "===================================="
    echo "               No-Intro"
    echo "              Version 0.4" 
    echo "===================================="
    echo
    echo "This script is provided by Gametism."
    echo "Unauthorized usage is prohibited."
    echo
    read -p "Press enter to continue..."
    # Set folder path
    folder_path="$HOME/.local/share/Steam/steamapps/compatdata/2124490/pfx/drive_c/users/steamuser/AppData/Local/SilentHill2/Saved/Config/Windows"
    ini_file="$folder_path/Game.ini"
    # Create folder if needed
    mkdir -p "$folder_path"
    # Create ini file if needed
    if [ ! -f "$ini_file" ]; then
       echo "; Configuration File" > "$ini_file"
    fi
    # Add section if missing
    if ! grep -q "^\[/Script/MoviePlayer.MoviePlayerSettings]" "$ini_file"; then
       echo "[/Script/MoviePlayer.MoviePlayerSettings]" >> "$ini_file"
    fi
    # Add settings if missing
    if ! grep -q "^bWaitForMoviesToComplete=" "$ini_file"; then
       echo "bWaitForMoviesToComplete=False" >> "$ini_file"
    fi
    if ! grep -q "^bMoviesAreSkippable=" "$ini_file"; then
       echo "bMoviesAreSkippable=True" >> "$ini_file"
    fi
    if ! grep -q "^StartupMovies=" "$ini_file"; then
       echo "StartupMovies=" >> "$ini_file"
    fi
    echo "Done. No duplicates were added."
    read -p "Press enter to exit..."
  3. cloneys
    cloneys
    • member
    • 0 kudos
    thanks
  4. Goliath069
    Goliath069
    • member
    • 0 kudos
    Thanks for this mod.
    Just one question though: if I want to uninstall it one day, how do I do ?
    Thanks.
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Go to %LOCALAPPDATA%\SilentHill2\Saved\Config\Windows and delete the Game.ini
  5. MIKE20160236
    MIKE20160236
    • premium
    • 19 kudos
    Is there no way to actually skip straight to press the "continue" ?
    After installing this mod and the other mod from you , i still have to press few buttoms to load the save 
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Unfortunately not. This is the best I can do.
    2. MIKE20160236
      MIKE20160236
      • premium
      • 19 kudos
      is ok , still appreciate of what you have made.
  6. modking277
    modking277
    • BANNED
    • 1 kudos
    could you make the intro video the trailer video i have it as a .bk2 but dont know how to make it work 
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Maybe but I'm honestly not interested in pouring time into that. I barely have time for anything.
    2. modking277
      modking277
      • BANNED
      • 1 kudos
      fair enough lol 
    3. modking277
      modking277
      • BANNED
      • 1 kudos
      could you atleast tell me why its not working when i just replace the .bk2 is there a program i need to run the bk2 through to get the other files to make it work ? im just lost rn, on other games you just replace the bk2 file and its done 
    4. Gametism
      Gametism
      • premium
      • 150 kudos
      You should ask the modder pavelk. he made replacements for the loading screens. he can probably help you 👍
    5. modking277
      modking277
      • BANNED
      • 1 kudos
      thank you very much i will 
  7. AlbertFnWesker
    AlbertFnWesker
    • member
    • 0 kudos
    works for me
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Try the newest update. Works even better.
  8. Misberave
    Misberave
    • premium
    • 305 kudos
    Doesnt work.
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Try the newest update. Should definitely work now.
  9. SM030
    SM030
    • member
    • 0 kudos
    NOT WORKING
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Try the newest update. Should definitely work now.
  10. Conspiracy2x
    Conspiracy2x
    • member
    • 0 kudos
    Yes for some reason it is not working today.
    1. Gametism
      Gametism
      • premium
      • 150 kudos
      Still works for me.