generated from Ctri-The-Third/PythonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add handling of trade_best_intrasolar not being given any system at all
- Loading branch information
1 parent
e4b1998
commit 5e4cf29
Showing
2 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Week 31/32 | ||
|
||
We can now set behaviours individually, and Space Admiral has sorted some more of interstellar trading. | ||
|
||
Unfortunately, for reasons as yet unclear, the Node-U behaviour didn't properly start executing TRADE_BEST_INTRASOLAR for the command ship. | ||
With Justin back and active (and already in first place), the focus is going to be largely on enhancing reliability and performance, not new strategies. | ||
|
||
Node-V isn't doing anything at all, when I restarted the dispatcher I got a bunch of errors from it attempting to map to a system it's not in? | ||
Turns out we need to purge the cache between resets. Maybe the clint should do that if the system's dates don't match up with the service? | ||
|
||
## performance | ||
|
||
| stat | Node U (exp) | node V (26-27) | node C (27-28) | | ||
| --- | ------------ | ------------- | -------------- | | ||
| total uptime | | ||
| total ships | | ||
| contracts | | ||
| contract_earnings | | ||
| trade_earnings | | ||
| total_earnings | | ||
| requests | | ||
| average delay | | ||
| CPH | | ||
| CPR | |