Guest User

FactoryGame.sh

a guest
May 12th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | Gaming | 0 0
  1. #!/bin/sh
  2. UE_TRUE_SCRIPT_NAME=$(echo \"$0\" | xargs readlink -f)
  3. UE_PROJECT_ROOT=$(dirname "$UE_TRUE_SCRIPT_NAME")
  4. chmod +x "$UE_PROJECT_ROOT/Engine/Binaries/Linux/UnrealServer-Linux-Shipping"
  5. "$UE_PROJECT_ROOT/Engine/Binaries/Linux/UnrealServer-Linux-Shipping" FactoryGame "$@"
Tags: Server
Advertisement
Add Comment
Please, Sign In to add comment