Terasology

Terasology是一个在一个体素世界中设置的自由和开源的生存和发现游戏。(Terasology is a free and open-source survival and discovery game set in a voxel world. )

Github星跟踪图

Terasology是一个在一个体素世界中设置的自由和开源的生存和发现游戏。 受到Minecraft,Dwarf Fortress和Dungeon Keeper的影响,它提供了一个独特和愉快的建筑和游戏体验。

Terasology需要Java 8和更新的显卡驱动程序。

特性

  • 所有模块添加,更新和下载都可以通过简单的GUI完成
  • 游戏模板提供了测试和打包的体验
  • 简单的模块创建和模板定制
  • 组织统一
  • 自由的游戏

如何玩?

Terasology需要Java 8 - 在这里下载。还要确保您的显卡驱动程序是最新的。

为了方便设置(推荐),您可以使用官方的启动器 - 在这里下载
从 GitHub 直接下载稳定版本,而预览的开发版本可以直接从Jenkins下载
有关如热键或服务器主机的详细信息,请参阅专用页面或检查模块

主要指标

概览
名称与所有者MovingBlocks/Terasology
主编程语言Java
编程语言Groovy (语言数: 7)
平台
许可证Apache License 2.0
所有者活动
创建于2011-03-04 03:49:19
推送于2025-04-15 19:47:46
最后一次提交2022-09-03 11:59:31
发布数79
最新版本名称v5.4.0-rc.1 (发布于 2024-06-16 22:14:37)
第一版名称0.1a (发布于 2011-09-03 02:40:08)
用户参与
星数3.7k
关注者数185
派生数1.3k
提交数12k
已启用问题?
问题数2092
打开的问题数438
拉请求数2624
打开的拉请求数37
关闭的拉请求数520
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Terasology

Build Status
Release
Downloads
Bounties
Total alerts
Language grade: Java
License(code)
License(art)
Discord
IRC Channel

Welcome!

The Terasology project was born from a Minecraft-inspired tech demo and is becoming a stable platform for various types of gameplay settings in a voxel world.

The creators and maintainers are a diverse mix of software developers, designers, game testers, graphic artists, and musicians. We encourage others to join!

Terasology is fully open source and licensed Apache 2.0 for code and CC BY 4.0 for artwork (unless indicated otherwise - see credits for minor exceptions.)

We encourage contributions from anybody and try to keep a warm and friendly community and maintain a code of conduct

Terasology

Playing

Terasology requires Java 8 - download it here. Also make sure that your graphics card driver is up to date.

For easy setup (recommended) you can use our launcher - download it here.

Direct download stable builds are uploaded to our release section here on GitHub while the cutting-edge develop version can be downloaded direct here from our Jenkins

For more information about playing, like hot keys or server hosting, see the dedicated page or check out the modules.

Developing

We have gone to great lengths to make developing and modding Terasology as easy as possible. We use Gradle to automate just about everything. As long as you have a Java 8 SDK running from source is a two step process:

  • Clone the code or download a zip.
  • Run gradlew game (on Unixes, including macOS, run ./gradlew everywhere you see gradlew) in the root of the project directory.

That's really it! If you want the project set up in IntelliJ (our favored IDE) you run gradlew idea then load the generated project config. Then you get a bunch of run configurations and other stuff for free!

For more on developing/modding see the wiki!