Skip to content

Releases: M3ales/FishingLogbook

Fishing Logbook 1.0.0

29 Nov 22:13
Compare
Choose a tag to compare
Versioning fixes, changed to when: and where:

Fishing Logbook 0.2.0

31 Jul 08:34
Compare
Choose a tag to compare
Fishing Logbook 0.2.0 Pre-release
Pre-release

Release Notes:

  • This requires a custom version of bookcase, which is attatched, please copy it and/or override the base bookcase implementation.

  • When you catch a fish, you'll get a console log message stating the fish's id if it is being recorded. Currently it saves EVERY time you catch something for testing purposes, rather than on game save. This means that if you quit it will save data that the game has not. (Since game save is only on sleep)

  • I will move it to the relevant place after some more testing.

  • When you mouseover a fish that you've caught it will display the conditions you found it under.

  • If you are curious, you can find the json save data for the fishlog in your save folder. (_FishLog_Logbook.json)

  • This is editable but make sure you keep to the schema, or take a look at the class files for CatchConditions and AggregateCatchConditions first.

Please submit issues/bugs/enhancement ideas to the issue tracker.