Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noxworld-dev/opennox
OpenNox main repository.
https://github.com/noxworld-dev/opennox
Last synced: 2 days ago
JSON representation
OpenNox main repository.
- Host: GitHub
- URL: https://github.com/noxworld-dev/opennox
- Owner: noxworld-dev
- License: gpl-3.0
- Created: 2019-08-18T02:38:55.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-18T05:53:32.000Z (8 months ago)
- Last Synced: 2024-04-14T08:07:03.766Z (7 months ago)
- Language: C
- Homepage:
- Size: 40.6 MB
- Stars: 404
- Watchers: 14
- Forks: 21
- Open Issues: 246
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-game-remakes - OpenNox - Collaboration project extending the Nox engine. (RPG)
- open-source-games - [source
README
OpenNox is an open-source community collaboration project extending the Nox engine.
## Features
OpenNox supports all vanilla Nox features. You should be able to complete the campaign and play online with OpenNox.
If something doesn't work, please [open an issue](https://github.com/noxworld-dev/opennox/issues/new/choose).For a list of new features see [this page](https://noxworld-dev.github.io/opennox-docs/opennox/features/index.html).
## Download OpenNox
### Release
All release builds are made from the `dev` branch. Recent OpenNox releases can be found [here]().Linux releases are also available in `stable` channel of our [Snap package](https://snapcraft.io/opennox).
Packages for Arch Linux are available on the AUR:
### Nightly
On each commit, an automated build of the `dev` branch is uploaded.
These builds contain all the latest merged features, but are not yet considered stable for release.
These builds are to help provide an insight to what the next release will contain and should only be used for active playtesting purposes **only**.Linux nightly builds are also available in `edge` channel of our [Snap package](https://snapcraft.io/opennox).
A package for Arch Linux is available on the AUR:
## Build OpenNox
**NOTE: This section is only for people who wish to build the source code locally.**### Linux
- [Linux](./docs/build-linux.md)
### Windows
- [Windows](./docs/build-windows.md)
- [Windows (on Linux)](./docs/build-windows-on-linux.md)## Contributing
Read [CONTRIBUTING](CONTRIBUTING.md)!## Legal
This project (OpenNox) is an unofficial community collaboration project for preservation, modding and compatibility purposes.
This project has no direct affiliation with Electronic Arts Inc. and/or the "Nox" brand. "Nox" is an Electronic Arts Inc. brand. All Rights Reserved.No assets, texts, artwork or other media from the original game(s) is included in this project.
We do not condone piracy in any way, shape or form and encourage users to legally own the original game.The video game "Nox" is copyright © 2000 Westwood Studios. All Rights Reserved.
Westwood Studios is a trademark or registered trademark of Electronic Arts in the U.S. and/or other countries. All rights reserved.If not specified otherwise, the source code provided in this repository is licenced under the [GNU General Public License version 3](). Please see the accompanying LICENSE file.
OpenNox logo created by [@CCHyper](https://github.com/CCHyper) under [CC0 license](https://creativecommons.org/share-your-work/public-domain/cc0/).
OpenNox project additionally follows [C&C Remastered Modding guideline](https://www.ea.com/games/command-and-conquer/command-and-conquer-remastered/modding-faq). All changes to the project MUST follow these rules.