Spring RTS engine

Spring是为Windows,Linux和Mac OS X开发的免费RTS引擎。(Spring is a free RTS engine, developed for Windows, Linux and Mac OS X. )

Github stars Tracking Chart

Spring是为Windows,Linux 和 Mac OS X 开发的免费RTS引擎。使用广泛的Lua脚本特定于游戏的代码,使引擎的几乎所有方面都可定制,从GUI,单元AI,到寻路。

系统要求
最低
  • 1.6 GHz单核CPU与SSE
  • 1 GB RAM
  • 128 MB显卡(不支持集成GPU /APU)
  • 大约500 MB的硬盘空间,取决于你下载了多少地图和游戏。
推荐的
  • 3 GHz双核CPU或更好
  • 2 GB RAM或更多
  • 512 MB显卡或更好
  • 5 GB的硬盘空间,以容纳更多的地图和游戏
  • 有关系统要求的详细信息,请参阅要求或帮助请参阅常见问题。
特性
  • 许多不同的游戏,都是用 Spring 制作的。
  • 在局域网在线玩,或离线单人游戏。
  • 大型战役只受限于你的电脑的力量;支持高达5000单位。
  • 庞大,非常详细的地图,用来发动那些战斗,全 3D 变形的地形,森林火灾、 动态和反光的水和自定义的天空盒。
  • 几种相机模式,允许从几乎任何角度查看任何东西。
  • 在陆地,海上和空中的全3D战斗,与现实的武器轨迹(物理引擎)。
  • 复杂的第三方AI,其中一些是相当不错的。
  • 一个非常强大的UI,旨在最小化不必要的微管理。
  • Utf8字体呈现
  • 频繁添加和bug修复。

Overview

Name With Ownerspring/spring
Primary LanguageC++
Program languageCMake (Language Count: 18)
PlatformLinux, Windows
License:Other
Release Count112
Last Release Name106.0.1 (Posted on 2022-01-11 00:04:10)
First Release Name0.70b1 (Posted on 2006-02-24 23:16:00)
Created At2008-12-22 20:07:59
Pushed At2024-03-31 18:56:50
Last Commit At2022-01-11 00:03:10
Stargazers Count3.5k
Watchers Count209
Fork Count836
Commits Count28.4k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count376
Pull Requests Open Count1
Pull Requests Close Count219
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Spring RTS game engine

Build Status

README

Spring (formerly TASpring) is an Open Source Real Time Strategy game engine.
Visit our project homepage for help, suggestions,
bugs, community forum and everything spring related.

Compiling

Detailed instructions for how to compile Spring can be found here

The most simple set of commands will be:

cmake .
make

Installation

Usually, you want to use an installer or a package prepared for your OS:

If you want to compile and install from source, please see this wiki page

The most simple set of commands will be:

make install

Using

Use a lobby client for playing single- or multi-player matches.
A list of lobbies may be found here

Once you are in-game, Spring games basically work like every other RTS,
though it has a LOT of additional ways of control and customizability.

Notes

A more extensive readme can be found here.

To the top