万恶的 G 胖向玩家伸出了魔爪,而我并没有想要喜加一的意思,而是搞起了收集卡牌的行当。
除了每日探索队列的三张卡牌,这次夏促还出了一款小游戏 - Saliens。为了拿满级徽章,自己的电脑在 24 小时不停地运转,但过了几天发现可以将这个脚本放在服务器上,就开始了搞事之旅。
本来早就应该写完的,结果因为期末考而一拖再拖。夏促早已结束,就算是把 Linux 常用软件温习一遍吧。
preparation and install packages
The following packages you need to install, please ensure all the command should be under super user's permission.
- tmux
- .NET SDK 2.1
- python 3.6
- Git
tmux
yum install -y tmux
.NET SDK 2.1
For more details, please visit the Official page.
# add the dotnet product feed
rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm
# update, install required things and .NET SDK
yum update
yum install libunwind libicu
yum install dotnet-sdk-2.1
# check .NET SDK version
dotnet --version
python 3.6
Please make sure all system packages are updated.
# install yum-utils and development tools
yum -y install yum-utils
yum -y groupinstall development
# install and setup python3
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install python36u
# check python3 version
python3.6 -V
# don't forget to install pip3 and devel
yum -y install python36u-pip
yum -y install python36u-devel
# so if want to install python3 package, use this:
pip3.6 install [package_name]
download and setup ASF
- Create asf folder, setting dir's permission.
mkdir ~/asf
chmod +x asf
cd ~/asf
- Go to ASF's repo releases page, download
ASF-generic.zip
.
wget https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.1.0.0/ASF-generic.zip
unzip ASF-generic.zip
rm ASF-generic.zip
chmod +x ArchiSteamFarm.sh
-
Don't forget to set the
CurrentCulture
inconfig
folder, and upload.json
file to the server. (also upload toconfig
folder) -
Run ASF.
~/asf/ArchiSteamFarm.sh
steamcommunity error
You can get steam ip from cloudflare by this following URL, and get data from the downloaded .json
file.
https://cloudflare-dns.com/dns-query?ct=application/dns-json&name=steamcommunity.com&type=A
Then edit system hosts file (/etc/hosts).
xxx.xxx.xxx.xxx steamcommunity.com
download and setup saliens script
- Enter Github Page, get the download link.
git clone https://github.com/sffxzzp/Steam-2018-SummerGame.git
- Config Steam account data, and run the script.
python3.6 saliens.py