Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BFAV 3.0 Integration: Use API to show custom livestock in PurchaseAnimalsMenu rather than hard-coded vanilla values #9

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

paritee
Copy link

@paritee paritee commented Mar 13, 2019

  • Integrates with BFAV 3.0 API (and compatible without)
  • Exposing an API in FE would be great, but would also require data storage of the animal stock since this is dynamically generated in the code currently in vanilla and FE
  • Builds on top of Pathos' fork

huancz and others added 7 commits November 7, 2018 02:36
…eption)

- lots of .Value had to be sprinkled almost everywhere
- some parts of code in FarmExpansion were originally patched together
  from all base.X calls, becase code needed to modify what (for example)
  Farm.dayUpdate did and preserve what BuildableGameLocation.dayUpdate
  did. Implemented workaround to call grandparent.dayUpdate instead, and
  replaced rest of the code that had to stay with version decompiled from
  1.3
- disabled custom spawnWeedsAndStones and spawnWeeds (neither wasn't doing
  anything else than what base version did)
updated ModBuildConfig and few mechanical changes
@paritee paritee changed the title BFAV Integration: Use API to show custom livestock in PurchaseAnimalsMenu rather than hard-coded vanilla values BFAV 3.0 Integration: Use API to show custom livestock in PurchaseAnimalsMenu rather than hard-coded vanilla values Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants