Skip to content

Commit

Permalink
Update mod version + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nani committed Oct 9, 2022
1 parent ccb7182 commit 563452e
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 6 deletions.
92 changes: 91 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,91 @@
[README](autociv_data/README.md)
# AutoCiv
This mod is an aggregation of features meant to enhance the 0 A.D. game experience. I usually implement these extra features as they come up with no general plan in mind.

## Feature list
- General
- Readme: press Shift + F4 to open
- Player mute
- Player reminder (show a written note when a certain player joins) ***
- Link opener (opens URL links from the chat)
- Help command: type /help to see all available commands
- Console with autocomplete (Ctrl + C + L)
- Lobby
- Resize bars
- Host name mark
- Remember playerlist state
- Better performance when reloading lobby
- Shortcuts to create host, navigate gamelist
- Write s?search_text_here at the chat input to search lobby chat
- Game setup
- Auto-assign civilization with chat (only works if host has the mod)
- Custom population limit
- Custom starting resources
- Custom map size
- Countdown to start the game
- Maps
- Skirmish:
- Volcano island (8)
- In Game
- Hotkeys for (see hotkeys with hotkey viewer)
- Buildings placement
- Multiple buildings per hotkey (optional, user.cfg)
- How to use: Copy the hotkey you want and remove the "hotkey." prefix, next replace the hotkey key for the buildings you want to cycle and separate them by a space.
- Buildings selection
- Units selection
- Formations (selected units)
- Stances (selected units)
- Auto-train (selected buildings)
- Minimap expand
- Custom selection filters by:
- health
- rank
- class
- group
- screen
- Stats overlay
- Pause game overlay now shows only in the top area
- Settings
- Max corpses visible

## Download
There are three ways:
- Download and install from the wildfiregames forum autociv page topic (files on first page)
- https://wildfiregames.com/forum/topic/28753-autociv-mod-0ad-enhancer/
- Download and install manually the github repository (instalation file on the releases section)
- https://github.com/nanihadesuka/autociv
- Use 0 A.D. mod downloader (not always newest version)
- https://0ad.mod.io/autociv


## Instructions to install manually
#### MacOS (thanks @HMS-Surprise):
https://wildfiregames.com/forum/index.php?/topic/25444-how-to-install-autociv-mod-on-mac/

#### Linux/Windows:
Open the downloaded file with (both ways should work):
- pyromod file (two ways)
- Double click the file (should autoinstall the mod for you and send you to the mods page inside 0ad)
- Right click → Open with → 0 A.D (or pyrogenesis.exe)
- zip file: Copy folder inside the zip file into your mods folder
- https://trac.wildfiregames.com/wiki/GameDataPaths


## Mod compatibility(s)
The mod is compatible with:
- 0 A.D 0.0.26
- Probable to work with the folloing mods
- boonGUI mod
- star mod
- ffm_visibility mod
- balanced maps mod
- spec mod (monitor) mod
- custom_rating mod
- Should work with all mods that don't have extensive code changes


## More stuff & goodies
For more info just read the whole thread where I post new features.
https://wildfiregames.com/forum/topic/28753-autociv-mod-0ad-enhancer/

## Questions & feedback
You don't understand how it works? Feeling confused? Just wanna comment? Ask and post.
9 changes: 5 additions & 4 deletions autociv_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This mod is an aggregation of features meant to enhance the 0 A.D. game experien
## Download
There are three ways:
- Download and install from the wildfiregames forum autociv page topic (files on first page)
- https://wildfiregames.com/forum/index.php?/topic/24649-autociv-mod-0ad-enhancer/
- https://wildfiregames.com/forum/topic/28753-autociv-mod-0ad-enhancer/
- Download and install manually the github repository (instalation file on the releases section)
- https://github.com/nanihadesuka/autociv
- Use 0 A.D. mod downloader (not always newest version)
Expand All @@ -72,9 +72,10 @@ There are three ways:

## Mod compatibility(s)
The mod is compatible with:
- 0 A.D 0.0.25
- 0 A.D 0.0.26
- Probable to work with the folloing mods
- FGod
- boonGUI mod
- star mod
- ffm_visibility mod
- balanced maps mod
- spec mod (monitor) mod
Expand All @@ -84,7 +85,7 @@ The mod is compatible with:

## More stuff & goodies
For more info just read the whole thread where I post new features.
https://wildfiregames.com/forum/index.php?/topic/24649-autociv-mod-0ad-enhancer/
https://wildfiregames.com/forum/topic/28753-autociv-mod-0ad-enhancer/

## Questions & feedback
You don't understand how it works? Feeling confused? Just wanna comment? Ask and post.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autociv",
"version": "26.0.0",
"version": "26.0.1",
"label": "Autociv mod 0 A.D. enhancer. Author: nani",
"description": "Features: chat civ picker, building placement hotkeys, building selection hotkeys, local mute, chat link opener, etc. Compatible with vanilla.",
"ignoreInCompatibilityChecks": true,
Expand Down

0 comments on commit 563452e

Please sign in to comment.