Skip to content

Commit

Permalink
Update README and mod.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mharis001 committed Jun 23, 2019
1 parent 53fc8d1 commit c286295
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 2 deletions.
22 changes: 22 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ZEUS ENHANCED CONTRIBUTOR LIST
# If you contributed, but are not listed here,
# contact one of the Core Team members.
#
# Feel free to add yourself to this when creating a pull
# request, preferably including an email address.

# CORE TEAM
mharis001 <[email protected]>

# CONTRIBUTORS
654wak654
Alganthe
Brett
Dedmen
Dystopian
GitHawk
Glowbal
Jonpas
PabstMirror
SilentSpike
Tuupertunut
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# ZEN
<center><h1>Zeus Enhanced</h1></center>

<p align="center">
<a href="https://github.com/mharis001/ZEN/releases">
<img src="https://img.shields.io/badge/Version-1.0.0-blue.svg" alt="Zeus Enhanced Version">
</a>
<a href="https://github.com/mharis001/ZEN/issues">
<img src="https://img.shields.io/github/issues-raw/mharis001/ZEN.svg?label=Issues" alt="Zeus Enhanced Issues">
</a>
<a href="https://github.com/mharis001/ZEN/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-GPLv3-red.svg" alt="Zeus Enhanced License">
</a>
</p>

<p align="center">
<sup><strong>Requires the latest version of <a href="https://github.com/CBATeam/CBA_A3/releases">CBA A3</a>.</strong></sup>
</p>

**Zeus Enhanced**, also known as **ZEN**, is an Arma 3 mod aimed at improving and expanding the functionality of the Zeus real-time editor.
For an in-depth breakdown of the features and frameworks please visit the [website](https://mharis001.github.io/ZEN/#/).

This mod is built using the same foundation and design standards as the ACE3 Project.
Special thanks to the [ACE3 Team](http://ace3mod.com/team.html) for their open source nature and permission to use their systems, without their work this would not be possible.

## Features

- A lot of new and improved modules
- Extended attributes displays
- Settings to customize the editor display
- Context menu providing easy access to common actions
- Various bug fixes to the Zeus interface
- Rewritten vehicle garage specifically for Zeus
- Rewritten, faster remote controlling of units

## License

Zeus Enhanced is licensed under the GNU General Public License ([GPLv3](https://github.com/mharis001/ZEN/blob/master/LICENSE)).
2 changes: 2 additions & 0 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
- Extended attributes displays
- Settings to customize the editor display
- Context menu providing easy access to common actions
- Various bug fixes to the Zeus interface
- Rewritten vehicle garage specifically for Zeus
- Rewritten, faster remote controlling of units
Binary file added extras/assets/img/attributes_dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/assets/img/context_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/assets/img/vehicle_attributes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/assets/logo/logo_zen_ca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/assets/logo/logo_zen_small_ca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_zen_ca.paa
Binary file not shown.
Binary file added logo_zen_small_ca.paa
Binary file not shown.
12 changes: 12 additions & 0 deletions mod.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = "Zeus Enhanced 1.0.0";
picture = "logo_zen_ca.paa";
actionName = "GitHub";
action = "https://github.com/mharis001/ZEN";
description = "Zeus Enhanced - Version 1.0.0";
logo = "logo_zen_small_ca.paa";
logoOver = "logo_zen_small_ca.paa";
tooltip = "Zeus Enhanced";
tooltipOwned = "Zeus Enhanced Owned";
overview = "Zeus Enhanced, also known as ZEN, is an Arma 3 mod aimed at improving and expanding the functionality of the Zeus real-time editor.";
author = "ZEN Team";
overviewPicture = "logo_zen_ca.paa";
2 changes: 1 addition & 1 deletion tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
prefix = "zen"
pbo_name_prefix = "zen_"
signature_blacklist = []
importantFiles = ["mod.cpp", "README.md", "AUTHORS.txt", "LICENSE"]
importantFiles = ["mod.cpp", "README.md", "AUTHORS.txt", "LICENSE", "logo_zen_ca.paa", "logo_zen_small_ca.paa", "meta.cpp"]
versionFiles = ["README.md", "mod.cpp"]

ciBuild = False # Used for CI builds
Expand Down

0 comments on commit c286295

Please sign in to comment.