Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

问题反馈 #1

Open
jinzhongjia opened this issue Dec 4, 2021 · 8 comments
Open

问题反馈 #1

jinzhongjia opened this issue Dec 4, 2021 · 8 comments

Comments

@jinzhongjia
Copy link
Owner

jinzhongjia commented Dec 4, 2021

这里用来反馈问题!

@JaydenYL
Copy link

JaydenYL commented Dec 7, 2021

&& 后面加的东西不对。你写的是 ./satisfactory.sh, 应该是 ./satisfactory_c7.sh , ./satisfactory_c8.sh 之类的

@jinzhongjia
Copy link
Owner Author

&& 后面加的东西不对。你写的是 ./satisfactory.sh, 应该是 ./satisfactory_c7.sh , ./satisfactory_c8.sh 之类的

之前改脚本后忘记改文档了😂

@L-X-J
Copy link

L-X-J commented Jan 25, 2022

[root@VM-12-5-centos server]# nc -vz 127.0.0.1 15777
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connection refused.
[root@VM-12-5-centos server]# 

这是正常情况么老哥,防火墙显示已经开放端口了

[root@VM-12-5-centos server]# firewall-cmd --query-port=15777/udp
yes

@jinzhongjia
Copy link
Owner Author

别用nc来测试,你只需要使用firewall-cmd --permanent --list-ports,来查看开放的端口就可以,防火墙放行端口后要重启一下才会生效

端口放行后,仍然不能连接的话,查看游戏服务的状态
systemctl status satisfactory

@L-X-J
Copy link

L-X-J commented Jan 28, 2022

老哥老哥怎么安装mod啊

@jinzhongjia
Copy link
Owner Author

老哥老哥怎么安装mod啊

私人专用服务器是无法打mod的(官方目前还不支持),如果是非创造物品的mod,你可以在线下改完后再把存档传上来

@BakaNoble
Copy link

您好,在centos7的精简安装环境下wget默认是未安装,而脚本并没有检测这个软件包导致在下载steamcmd的步骤会直接提示完成一路跳到安装完成

接下来将安装steamCMD,3秒后开始安装
useradd: user 'steam' already exists
mkdir: cannot create directory ‘/home/steam/steamcmd’: File exists
c7.sh: line 123: wget: command not found
下载steamcmd完成!
chown: cannot access ‘/home/steam/steamcmd/steamcmd_linux.tar.gz’: No such file or directory
tar (child): /home/steam/steamcmd/steamcmd_linux.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
-bash: /home/steam/steamcmd/steamcmd.sh: No such file or directory
ln: failed to create symbolic link ‘/home/steam/.steam/sdk64/steamclient.so’: File exists
steamCMD安装完成!

请选择安装的分支,实验版本请输入0,普通版本请输入任意字符(如果你不知道它们的区别,请输入非0字符)
1
接下来将安装幸福工厂,3秒后开始安装
-bash: /home/steam/steamcmd/steamcmd.sh: No such file or directory
存档位置为:/root
创建启动脚本
c7.sh: line 164: /home/steam/SatisfactoryDedicatedServer/start_server.sh: No such file or directory
chmod: cannot access ‘/home/steam/SatisfactoryDedicatedServer/start_server.sh’: No such file or directory
创建服务,使之开机运行!

@jinzhongjia
Copy link
Owner Author

明白,后面会尝试修复一下
大概会重构整个脚本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants