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!