Terasology

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

Github stars Tracking Chart

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

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

特性

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

如何玩?

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

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

Main metrics

Overview
Name With OwnerMovingBlocks/Terasology
Primary LanguageJava
Program languageGroovy (Language Count: 7)
Platform
License:Apache License 2.0
所有者活动
Created At2011-03-04 03:49:19
Pushed At2025-04-15 19:47:46
Last Commit At2022-09-03 11:59:31
Release Count79
Last Release Namev5.4.0-rc.1 (Posted on 2024-06-16 22:14:37)
First Release Name0.1a (Posted on 2011-09-03 02:40:08)
用户参与
Stargazers Count3.7k
Watchers Count185
Fork Count1.3k
Commits Count12k
Has Issues Enabled
Issues Count2092
Issue Open Count438
Pull Requests Count2624
Pull Requests Open Count37
Pull Requests Close Count520
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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!