mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
translated
This commit is contained in:
parent
14683920f5
commit
0f06ea6846
@ -1,85 +0,0 @@
|
||||
[#]: subject: "Share your game achievements with Gamerzilla"
|
||||
[#]: via: "https://fedoramagazine.org/share-your-game-achievements-with-gamerzilla/"
|
||||
[#]: author: "Dennis Payne https://fedoramagazine.org/author/dulsi/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Share your game achievements with Gamerzilla
|
||||
======
|
||||
|
||||
![][1]
|
||||
|
||||
Photo by [Michał Parzuchowski][2] on [Unsplash][3]
|
||||
|
||||
Gamerzilla is an open source game achievement system that stores and shares your game achievements. Games use libgamerzilla to easily add achievements. The Gamerzilla library is written in C but bindings exist for other languages.
|
||||
|
||||
Two years ago I described how to setup a [Gamerzilla server][4]. In addition to the .net implementation, php and python implementations are available. But you probably don’t want to run your own server. Here is an introduction to a public server and the Gnome interface.
|
||||
|
||||
### Public server
|
||||
|
||||
My web server now hosts an instance of [Gamerzilla][5] with public registration enabled. To create an account click on the _Sign In_ link on the top right corner. From there click the _Register_ link next to the _Login_ button.
|
||||
|
||||
The user accounts collect very little information. Simply enter a username and password. You do not need to enter your real name or email address. As a result, forgotten password is not implemented.
|
||||
|
||||
Accounts start as invisible. If you want the public to see your achievements after login, click on your username on the top right of the page and select _Make Visible_. New users must be approved before they can upload achievements. Currently no indication appears whether you are approved or not.
|
||||
|
||||
### Getting an achievement
|
||||
|
||||
Before you get your first achievement, you need to install the Gamerzilla gnome shell extension with:
|
||||
|
||||
```
|
||||
|
||||
sudo dnf install gnome-shell-extension
|
||||
|
||||
```
|
||||
|
||||
After installation you will need to logout and log back in. The extension needs to be enabled with the the following:
|
||||
|
||||
```
|
||||
|
||||
gnome-extensions enable gamerzilla@gamerzilla.identicalsoftware.com
|
||||
|
||||
```
|
||||
|
||||
The game controller icon appears in the top bar of the gnome shell.
|
||||
|
||||
Click on the controller icon and select _preferences_. On the resulting screen enter your gamerzilla url including the trailing slash but without the ‘trophy’ destination for the UI. If using my server, the value will be ‘ _<https://identicalsoftware.com/>_ ‘. Fill in your username and password. Click on save. By default Automatic Connect is enabled. If you don’t want to always connect disable this.
|
||||
|
||||
![Gamerzilla Controller menu][6]
|
||||
|
||||
Unfortunately a bug prevents the shell extension from working right away. You need to logout and log back in again. Fixing this is high priority.
|
||||
|
||||
### Currently Supported Games
|
||||
|
||||
Several games in the Fedora repository support Gamerzilla achievements. If you want to get one to try it out, I suggest Shippy 1984, Seahorse Adventures, or Anagramarama. Seahorse Adventures will store some progress as soon as you complete a single level. If you play Super Tux Kart, you may already have achievements. Simply starting the game will synch any previous completed achievements. Gamerzilla does not display any notification when achievements complete but games may implement it on their own.
|
||||
|
||||
### Going Forward
|
||||
|
||||
Besides fixing the bug with connecting the first time, I want a local browser for achievements. That way you can view all your game achievements without forcing you to upload them.
|
||||
|
||||
Achievements do have negative aspects. Some people feel compelled to complete them. This can lead to negative play experience, if the achievements are very difficult. I understand this concern but some people enjoy these aspects as well. More importantly, to attract and retain players, I feel open source games need a game achievement system.
|
||||
|
||||
We need more games to implement Gamerzilla achievements. We need players to show their support for the system. I continue to add achievements to my games and other open source games I try out.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://fedoramagazine.org/share-your-game-achievements-with-gamerzilla/
|
||||
|
||||
作者:[Dennis Payne][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://fedoramagazine.org/author/dulsi/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://fedoramagazine.org/wp-content/uploads/2023/09/gamerzilla_achievenments-816x345.jpg
|
||||
[2]: https://unsplash.com/@mparzuchowski?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
||||
[3]: https://unsplash.com/photos/geNNFqfvw48?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
||||
[4]: https://fedoramagazine.org/open-source-game-achievements/
|
||||
[5]: https://identicalsoftware.com/trophy/
|
||||
[6]: https://fedoramagazine.org/wp-content/uploads/2023/09/gamerzilla_preferences.png
|
@ -0,0 +1,85 @@
|
||||
[#]: subject: "Share your game achievements with Gamerzilla"
|
||||
[#]: via: "https://fedoramagazine.org/share-your-game-achievements-with-gamerzilla/"
|
||||
[#]: author: "Dennis Payne https://fedoramagazine.org/author/dulsi/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
使用 Gamerzilla 分享你的游戏成就
|
||||
======
|
||||
|
||||
![][1]
|
||||
|
||||
照片由 [Michał Parzuchowski][2] 在 [Unsplash][3] 上发布
|
||||
|
||||
Gamerzilla 是一个开源游戏成就系统,用于存储和共享你的游戏成就。游戏使用 libgamerzilla 轻松添加成就。Gamerzilla 库是用 C 编写的,但存在其他语言的绑定。
|
||||
|
||||
两年前,我描述了如何设置 [Gamerzilla 服务器][4]。除了 .net 实现之外,还可以使用 php 和 python 实现。但你可能不想运行自己的服务器。这里介绍一个公共服务器和 Gnome 界面。
|
||||
|
||||
### 公共服务器
|
||||
|
||||
我的网络服务器现在托管了一个启用了公共注册的 [Gamerzilla][5] 实例。要创建帐户,请单击右上角的_登录_链接。从那里单击_登录_按钮旁边的_注册_链接。
|
||||
|
||||
用户帐户收集的信息非常少。只需输入用户名和密码。你不需要输入你的真实姓名或电子邮件地址。因此,忘记密码没有实现。
|
||||
|
||||
账户一开始是不可见的。如果你希望公众在登录后看到你的成就,请单击页面右上角你的用户名,然后选择_设为可见_。新用户必须经过批准才能上传成就。目前没有显示你是否获得批准的指示。
|
||||
|
||||
### 获得成就
|
||||
|
||||
在获得第一个成就之前,你需要使用以下命令安装 Gamerzilla gnome shell 扩展:
|
||||
|
||||
````
|
||||
|
||||
sudo dnf install gnome-shell-extension
|
||||
|
||||
````
|
||||
|
||||
安装后,你需要注销并重新登录。需要使用以下命令启用扩展:
|
||||
|
||||
````
|
||||
|
||||
gnome-extensions enable gamerzilla@gamerzilla.identicalsoftware.com
|
||||
|
||||
````
|
||||
|
||||
游戏控制器图标出现在 gnome shell 的顶部栏中。
|
||||
|
||||
单击控制器图标并选择_首选项_。在出现的屏幕上输入你的 gamerzilla 网址,包括尾部斜杠,但不包含 UI 的“奖杯”地址。如果使用我的服务器,该值将为 “_<https://identicalsoftware.com/>_”。填写你的用户名和密码。单击保存。默认情况下启用自动连接。如果你不想始终连接,请禁用此功能。
|
||||
|
||||
![Gamerzilla Controller menu][6]
|
||||
|
||||
不幸的是,一个错误阻止了 shell 扩展立即工作。你需要注销并重新登录。解决这个问题是当务之急。
|
||||
|
||||
### 目前支持的游戏
|
||||
|
||||
Fedora 仓库中的多个游戏支持 Gamerzilla 成就。如果你想买一个来尝试一下,我建议 Shippy 1984、Seahorse Adventures 或 Anagramarama。一旦你完成一个级别,Seahorse Adventures 就会存储一些进度。如果你玩 Super Tux Kart,你可能已经取得了成就。只需启动游戏即可同步之前完成的任何成就。当成就完成时,Gamerzilla 不会显示任何通知,但游戏可能会自行实现。
|
||||
|
||||
### 更进一步
|
||||
|
||||
除了修复第一次连接的错误之外,我还想要一个本地浏览器来实现成就。这样你就可以查看所有游戏成就,而无需强制上传它们。
|
||||
|
||||
成就确实有消极的一面。有些人觉得有必要完成它们。如果成就非常困难,这可能会导致负面的游戏体验。我理解这种担忧,但有些人也喜欢这些方面。更重要的是,为了吸引和留住玩家,我觉得开源游戏需要一个游戏成就系统。
|
||||
|
||||
我们需要更多游戏来实现 Gamerzilla 成就。我们需要玩家表现出对这个系统的支持。我继续为我的游戏和我尝试的其他开源游戏添加成就。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://fedoramagazine.org/share-your-game-achievements-with-gamerzilla/
|
||||
|
||||
作者:[Dennis Payne][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://fedoramagazine.org/author/dulsi/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://fedoramagazine.org/wp-content/uploads/2023/09/gamerzilla_achievenments-816x345.jpg
|
||||
[2]: https://unsplash.com/@mparzuchowski?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
||||
[3]: https://unsplash.com/photos/geNNFqfvw48?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
||||
[4]: https://fedoramagazine.org/open-source-game-achievements/
|
||||
[5]: https://identicalsoftware.com/trophy/
|
||||
[6]: https://fedoramagazine.org/wp-content/uploads/2023/09/gamerzilla_preferences.png
|
Loading…
Reference in New Issue
Block a user