Skip to content

Commit

Permalink
v1.2.4.1
Browse files Browse the repository at this point in the history
-indicate leased equipment for active missions
-allow clear/new contracts button only for master user
-lazyNPC / maxActive contracts now configurable
  • Loading branch information
Mmtrx committed Sep 9, 2022
1 parent 7bfb45c commit e83d07f
Show file tree
Hide file tree
Showing 26 changed files with 1,144 additions and 2,902 deletions.
243 changes: 173 additions & 70 deletions betterContracts.lua

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions config.xml
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>
13 changes: 0 additions & 13 deletions lib/rmod/Main.lua

This file was deleted.

615 changes: 0 additions & 615 deletions lib/rmod/RoyalMod.lua

This file was deleted.

48 changes: 0 additions & 48 deletions lib/utility/Array.lua

This file was deleted.

Loading

0 comments on commit e83d07f

Please sign in to comment.