-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-indicate leased equipment for active missions -allow clear/new contracts button only for master user -lazyNPC / maxActive contracts now configurable
- Loading branch information
Showing
26 changed files
with
1,144 additions
and
2,902 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<FS22_BetterContracts debug="false" maxActive="0" lazyNPC="false"> | ||
<!-- maxActive: is nbr of concurrently active contracts per player, value < 1 means unlimited | ||
- lazyNPC: if NPC farmers should leave more work for contracts --> | ||
|
||
<lazyNPC harvest="true" plowCultivate="false" sow="false" fertilize="false"/> | ||
<!-- contract types that will be affected --> | ||
</FS22_BetterContracts> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.