You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spaceengineers/space_engineers.sh
-21
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,6 @@ setup) #run only once.
106
106
show_spinner "Configuring WINE"$!
107
107
#install dependencies
108
108
install_dependency msxml4 "MSXML4"
109
-
install_dependency vcrun2013 "Visual 2013 C++"
110
-
install_dependency vcrun2017 "Visual 2017 C++"
111
109
install_dependency corefonts "COREFONTS"
112
110
install_dependency faudio "FAUDIO"
113
111
# The IP binding seems to go wrong sometimes with the default installed winhttp lib from wine
@@ -125,23 +123,4 @@ setup) #run only once.
125
123
echo"Setup complete. Please place your server's .cfg file in ${install_location}/config/SpaceEngineers-Dedicated.cfg.
126
124
You'll need to edit it and change the <LoadWorld /> part to read: <LoadWorld>C:\users\\${whoami}\Application Data\SpaceEngineersDedicated\Saves\\${world_name}</LoadWorld>."
127
125
;;
128
-
backupworld) #put an entry in your crontab pointing to this script with the first argument being 'backupworld'.
0 commit comments