-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More documentation (#115): move as much as possible into module READMEs
- Loading branch information
1 parent
6ddbf42
commit c3f9707
Showing
12 changed files
with
118 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# grad\_civs\_diagnostics | ||
|
||
Debugging GUI stuff | ||
Debugging GUI stuff | ||
|
||
## Settings | ||
|
||
|
||
Attribute | Default Value | Explanation | ||
-------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------ | ||
showFps | false | Show server & HC fps | ||
showOnMap | false | Show civs on map | ||
showInfoLine | false | Show detailed info line on civilian | ||
showPinkArrows | false | Create 3D arrows over civ heads | ||
showMisc | false | Miscellaneous stuff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# grad\_civs\_main | ||
|
||
Contains the main switch & meta information. | ||
|
||
## Settings | ||
|
||
Attribute | Default Value | Explanation | ||
-------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------ | ||
enabled | false | if grad_civs is enabled (false,true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# grad\_civs\_patrol | ||
|
||
Civilians who patrol the neighborhood, alone or in groups. | ||
|
||
## Settings | ||
|
||
Attribute | Default Value | Explanation | ||
-------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------ | ||
initialGroupSize | 3 | Initial group size for civilians, between 1..N . Value may be any valid parameter to the `random` command. | ||
maxCivsOnFoot | 30 | Maximum number of civs on foot. | ||
spawnDistancesOnFoot | [1000,4500] | Minimum and maximum distance to players that civilians on foot can spawn in. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# grad\_civs\_residents | ||
|
||
Civilians who live in their homes and leave them only for a short chat with the neighbors. | ||
Civilians who live in their homes and leave them only for a short chat with the neighbors. | ||
|
||
## Settings | ||
|
||
Attribute | Default Value | Explanation | ||
-------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------ | ||
chatTime | 20 | How long civilian chats can last, in seconds | ||
maxCivsResidents | 20 | Maximum number of civs that are residents, mostly doing their thing at home. | ||
meetNeighborCooldown | 150 | Time between visiting neighbors | ||
spawnDistancesResidents | [500, 1000] | Minimum and maximum distance to players that civilians living in houses spawn in. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# grad\_civs\_voyage | ||
|
||
Voyagers are civilians who randomly drive around in cars. | ||
Voyagers are civilians who randomly drive around in cars. | ||
|
||
## Settings | ||
|
||
Attribute | Default Value | Explanation | ||
-------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------ | ||
maxCivsInVehicles | 10 | Maximum number of civs in vehicles. | ||
maxTravelRadius | - | Max travel radius around spawn; defaults to a bit more than max spawnDistance | ||
spawnDistancesInVehicles | [1500,6000] | Minimum and maximum distance to players that civilians in vehicles can spawn in. |