Compare commits

...

9 commits
0.41.1 ... main

Author SHA1 Message Date
Ell 2b71ea46ec width isn't an issue 2024-05-17 22:13:56 +02:00
Ell 5f18c6f51f force twitter widget to be full height 2024-05-17 22:10:15 +02:00
Ell acfd91bba5 updated dependencies 2024-05-17 21:51:50 +02:00
Ell c5d8df7e8a actions: automatically purge CF caches 2024-05-03 15:46:03 +02:00
Ell 88de317ee2 added a cookie notification to the website 2024-05-03 15:34:43 +02:00
Ell 685233c73e 0.41.2 2024-05-01 17:57:34 +02:00
Ell 5f1b877f90 elaborate on the verbose argument for translation testing 2024-04-28 20:20:27 +02:00
Ell f075f57fa7 hmm 2024-04-27 13:52:53 +02:00
Ell 7ad22366c7 some roadmap updates 2024-04-27 13:52:13 +02:00
31 changed files with 384 additions and 268 deletions

View file

@ -38,8 +38,13 @@ jobs:
run: |
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' web/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifegame
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' web/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifegame
- name: Purge Cloudflare cache
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}
docs:
runs-on: ubuntu-latest
permissions:
@ -73,3 +78,8 @@ jobs:
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' docs/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifedocs
- name: Purge Cloudflare cache
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}

View file

@ -1,3 +1,33 @@
# 0.41.2
*May 1, 2024*
Additions
- Added a romantic action to ask other people about their reproductive abilities
Improvements
- Improved occasions that the Clean Everything action displays on
- Lower the chance of people visiting residential lots further
- Made it likelier for family members to visit each other
- Allow disabling controls hints through the in-game hint about them
- The pregnancy ability and voice style is now randomized when a baby is born, rather than selectable by the player
- Cleaned up the relationships tooltip
- Include the lot type and lot's covered areas as a tag when uploading a lot to the Steam workshop
- Made babies gain communication skill even when someone else initiated an interaction with them
- Increased the speed of reading skill gain again
- Made babies gain communication skill when being helped with actions
Fixes
- Fixed being able to view art through walls
- Fixed a rare exception when pathfinding to the current location
- Fixed the credits menu not being gamepad scrollable
- Fixed babies being unable to put down items if the only available parent object is on another floor
- Fixed babies trying to follow adults who are on different floors
- Fixed being unable to switch the viewed floor while following a person with the camera
- Fixed the new bee particle being able to go through walls
API
- Shortened the game's log message prefix by removing the date and shortening the log level to its initial
# 0.41.1
*April 21, 2024*

View file

@ -3,7 +3,7 @@
"isRoot": false,
"tools": {
"docfx": {
"version": "2.74.1",
"version": "2.76.0",
"commands": [
"docfx"
]

View file

@ -138,6 +138,7 @@
"TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutParenting": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutReproductiveAbilities": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterBabiesSat": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterBrewConsumption": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterCredentials": "TinyLife.Actions.ActionType.yml",
@ -1513,6 +1514,7 @@
"TinyLife.Goals.MemoryType.ConstructedType": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FamilySocial": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FoundOutPregnancy": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadAbortion": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadChild": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadFirstKiss": "TinyLife.Goals.MemoryType.yml",
@ -2082,6 +2084,7 @@
"TinyLife.Objects.FurnitureType.PaperPendantLight": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pen": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PenguinPainting": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PlainCoffeeTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PlateStack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml",
@ -3798,7 +3801,6 @@
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasBeenPlayed": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml",

View file

@ -26,6 +26,7 @@ items:
- TinyLife.Actions.ActionType.AskAboutNonfictionBooks
- TinyLife.Actions.ActionType.AskAboutParenting
- TinyLife.Actions.ActionType.AskAboutPersonality
- TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
- TinyLife.Actions.ActionType.AskBabysitterBabiesSat
- TinyLife.Actions.ActionType.AskBabysitterBrewConsumption
- TinyLife.Actions.ActionType.AskBabysitterCredentials
@ -3246,7 +3247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 511
startLine: 516
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3273,7 +3274,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 519
startLine: 524
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3300,7 +3301,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoHomework
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 527
startLine: 532
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3327,7 +3328,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayWithToy
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 539
startLine: 544
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3354,7 +3355,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookChildFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 551
startLine: 556
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3381,7 +3382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayInSandbox
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 564
startLine: 569
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3408,7 +3409,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShufflePuzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 573
startLine: 578
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3435,7 +3436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 581
startLine: 586
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3462,7 +3463,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Store
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 589
startLine: 594
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3489,7 +3490,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFurnitureMail
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 600
startLine: 605
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3516,7 +3517,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 608
startLine: 613
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3543,7 +3544,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 616
startLine: 621
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3570,7 +3571,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrewCoffee
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 624
startLine: 629
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3597,7 +3598,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeTea
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 633
startLine: 638
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3624,7 +3625,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 642
startLine: 647
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3651,7 +3652,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 659
startLine: 664
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3678,7 +3679,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddALittleSomething
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 667
startLine: 672
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3705,7 +3706,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunAround
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 681
startLine: 686
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3732,7 +3733,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rummage
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 690
startLine: 695
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3759,7 +3760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddCandle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 697
startLine: 702
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3786,7 +3787,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlowOutCandles
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 703
startLine: 708
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3813,7 +3814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutInFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 707
startLine: 712
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3840,7 +3841,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeFromFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 721
startLine: 726
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3867,7 +3868,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanOutFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 724
startLine: 729
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3894,7 +3895,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLeftovers
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 731
startLine: 736
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3921,7 +3922,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdoptChild
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 738
startLine: 743
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3948,7 +3949,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchBusinessPlans
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 746
startLine: 751
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3975,7 +3976,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSalesPitch
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 760
startLine: 765
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4002,7 +4003,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadSkillBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 768
startLine: 773
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4029,7 +4030,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleNewspapers
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 777
startLine: 782
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4056,7 +4057,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleVisitors
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 782
startLine: 787
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4083,7 +4084,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutTrash
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 789
startLine: 794
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4110,7 +4111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnJungleGym
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 801
startLine: 806
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4137,7 +4138,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorColoringBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 810
startLine: 815
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4164,7 +4165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CollectSunlight
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 819
startLine: 824
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4191,7 +4192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 822
startLine: 827
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4218,7 +4219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveHere
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 830
startLine: 835
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4245,7 +4246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 836
startLine: 841
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4272,7 +4273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhoneWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 843
startLine: 848
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4299,7 +4300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPhoneColor
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 848
startLine: 853
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4326,7 +4327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 852
startLine: 857
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4353,7 +4354,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 853
startLine: 858
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4380,7 +4381,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDayPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 863
startLine: 868
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4407,7 +4408,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HireBabysitter
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 873
startLine: 878
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4434,7 +4435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InviteOver
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 891
startLine: 896
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4461,7 +4462,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangePronouns
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 907
startLine: 912
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4488,7 +4489,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvestigateRocks
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 910
startLine: 915
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4515,7 +4516,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TravelToMap
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 918
startLine: 923
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4542,7 +4543,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 922
startLine: 927
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4569,7 +4570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBabyBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 926
startLine: 931
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4596,7 +4597,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Potty
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 938
startLine: 943
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4623,7 +4624,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UseDiaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 950
startLine: 955
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4650,7 +4651,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowAdult
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 958
startLine: 963
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4677,7 +4678,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBaby
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 975
startLine: 980
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4704,7 +4705,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveAbortion
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 983
startLine: 988
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4731,7 +4732,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakePregnancyTest
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 986
startLine: 991
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4758,7 +4759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutOfCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 993
startLine: 998
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4785,7 +4786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleepInCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1002
startLine: 1007
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4812,7 +4813,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeDrinks
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1016
startLine: 1021
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4839,7 +4840,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeFurniture
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1024
startLine: 1029
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4866,7 +4867,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchUpgrades
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1029
startLine: 1034
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4893,7 +4894,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeEmotionShower
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1033
startLine: 1038
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -8871,6 +8872,33 @@ items:
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly BreakUp As ActionType
- uid: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
commentId: F:TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
id: AskAboutReproductiveAbilities
parent: TinyLife.Actions.ActionType
langs:
- csharp
- vb
name: AskAboutReproductiveAbilities
nameWithType: ActionType.AskAboutReproductiveAbilities
fullName: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
type: Field
source:
remote:
path: TinyLife/Actions/ActionType.Social.Romantic.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutReproductiveAbilities
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly ActionType AskAboutReproductiveAbilities
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly AskAboutReproductiveAbilities As ActionType
- uid: TinyLife.Actions.ActionType.ToggleTryingForBaby
commentId: F:TinyLife.Actions.ActionType.ToggleTryingForBaby
id: ToggleTryingForBaby
@ -8889,7 +8917,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleTryingForBaby
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
startLine: 134
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -247,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 50
startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -497,7 +497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 106
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -534,7 +534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 117
startLine: 118
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -572,7 +572,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 125
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs
startLine: 462
startLine: 464
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -760,7 +760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
startLine: 375
startLine: 377
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -609,7 +609,7 @@ items:
summary: >-
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Romantic category.
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, defaulting its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage" data-throw-if-not-resolved="false"></xref> to return 1 if not already set, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
@ -5614,6 +5614,12 @@ references:
name: Dating
nameWithType: Relationship.Dating
fullName: TinyLife.Relationship.Dating
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_GainRomancePercentage
name: GainRomancePercentage
nameWithType: TalkAction.TalkSettings.GainRomancePercentage
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
- uid: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FailEmotion

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/Relationship.cs
startLine: 544
startLine: 550
assemblies:
- Tiny Life
namespace: TinyLife
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: ../TinyLife/Relationship.cs
startLine: 549
startLine: 555
assemblies:
- Tiny Life
namespace: TinyLife
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Relationship.cs
startLine: 553
startLine: 559
assemblies:
- Tiny Life
namespace: TinyLife
@ -120,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Relationship.cs
startLine: 557
startLine: 563
assemblies:
- Tiny Life
namespace: TinyLife
@ -148,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: ../TinyLife/Relationship.cs
startLine: 561
startLine: 567
assemblies:
- Tiny Life
namespace: TinyLife
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: ../TinyLife/Relationship.cs
startLine: 565
startLine: 571
assemblies:
- Tiny Life
namespace: TinyLife
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: ../TinyLife/Relationship.cs
startLine: 569
startLine: 575
assemblies:
- Tiny Life
namespace: TinyLife
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: ../TinyLife/Relationship.cs
startLine: 573
startLine: 579
assemblies:
- Tiny Life
namespace: TinyLife
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: ../TinyLife/Relationship.cs
startLine: 577
startLine: 583
assemblies:
- Tiny Life
namespace: TinyLife
@ -288,7 +288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin
path: ../TinyLife/Relationship.cs
startLine: 581
startLine: 587
assemblies:
- Tiny Life
namespace: TinyLife
@ -316,7 +316,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: ../TinyLife/Relationship.cs
startLine: 585
startLine: 591
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -13,6 +13,7 @@ items:
- TinyLife.Goals.MemoryType.ConstructedType
- TinyLife.Goals.MemoryType.FamilySocial
- TinyLife.Goals.MemoryType.FoundOutPregnancy
- TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
- TinyLife.Goals.MemoryType.HadAbortion
- TinyLife.Goals.MemoryType.HadChild
- TinyLife.Goals.MemoryType.HadFirstKiss
@ -377,6 +378,33 @@ items:
return:
type: TinyLife.Goals.MemoryType
content.vb: Public Shared ReadOnly Slept As MemoryType
- uid: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
commentId: F:TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
id: FoundOutReproductiveAbilities
parent: TinyLife.Goals.MemoryType
langs:
- csharp
- vb
name: FoundOutReproductiveAbilities
nameWithType: MemoryType.FoundOutReproductiveAbilities
fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutReproductiveAbilities
path: ../TinyLife/Goals/MemoryType.cs
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly MemoryType FoundOutReproductiveAbilities
return:
type: TinyLife.Goals.MemoryType
content.vb: Public Shared ReadOnly FoundOutReproductiveAbilities As MemoryType
- uid: TinyLife.Goals.MemoryType.HadAbortion
commentId: F:TinyLife.Goals.MemoryType.HadAbortion
id: HadAbortion
@ -395,7 +423,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadAbortion
path: ../TinyLife/Goals/MemoryType.cs
startLine: 41
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -422,7 +450,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MayBePregnant
path: ../TinyLife/Goals/MemoryType.cs
startLine: 42
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -449,7 +477,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
startLine: 43
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -476,7 +504,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToldAboutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
startLine: 44
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -503,7 +531,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionDone
path: ../TinyLife/Goals/MemoryType.cs
startLine: 47
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -532,7 +560,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedSkillCategory
path: ../TinyLife/Goals/MemoryType.cs
startLine: 48
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -561,7 +589,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedFurniture
path: ../TinyLife/Goals/MemoryType.cs
startLine: 49
startLine: 50
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -590,7 +618,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkedAtJob
path: ../TinyLife/Goals/MemoryType.cs
startLine: 50
startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -619,7 +647,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteFood
path: ../TinyLife/Goals/MemoryType.cs
startLine: 51
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -648,7 +676,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeLearned
path: ../TinyLife/Goals/MemoryType.cs
startLine: 53
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -677,7 +705,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/MemoryType.cs
startLine: 60
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -706,7 +734,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Goals/MemoryType.cs
startLine: 64
startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -735,7 +763,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/MemoryType.cs
startLine: 67
startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -768,7 +796,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/MemoryType.cs
startLine: 74
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -806,7 +834,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/MemoryType.cs
startLine: 86
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -853,7 +881,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/MemoryType.cs
startLine: 101
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -131,6 +131,7 @@ items:
- TinyLife.Objects.FurnitureType.PaperPendantLight
- TinyLife.Objects.FurnitureType.ParkTrashCan
- TinyLife.Objects.FurnitureType.Pen
- TinyLife.Objects.FurnitureType.PenguinPainting
- TinyLife.Objects.FurnitureType.PlainCoffeeTable
- TinyLife.Objects.FurnitureType.PlateStack
- TinyLife.Objects.FurnitureType.Pot
@ -2333,6 +2334,33 @@ items:
return:
type: TinyLife.Objects.FurnitureType[]
content.vb: Public Shared ReadOnly Sunflowers As FurnitureType()
- uid: TinyLife.Objects.FurnitureType.PenguinPainting
commentId: F:TinyLife.Objects.FurnitureType.PenguinPainting
id: PenguinPainting
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: PenguinPainting
nameWithType: FurnitureType.PenguinPainting
fullName: TinyLife.Objects.FurnitureType.PenguinPainting
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PenguinPainting
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType PenguinPainting
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly PenguinPainting As FurnitureType
- uid: TinyLife.Objects.FurnitureType.SimpleDesk
commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk
id: SimpleDesk

View file

@ -974,7 +974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetGenealogy
path: ../TinyLife/Relationship.cs
startLine: 275
startLine: 277
assemblies:
- Tiny Life
namespace: TinyLife
@ -1018,7 +1018,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMemory
path: ../TinyLife/Relationship.cs
startLine: 317
startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife
@ -1067,7 +1067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories
path: ../TinyLife/Relationship.cs
startLine: 331
startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife
@ -1110,7 +1110,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMemory
path: ../TinyLife/Relationship.cs
startLine: 346
startLine: 348
assemblies:
- Tiny Life
namespace: TinyLife
@ -1159,7 +1159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory
path: ../TinyLife/Relationship.cs
startLine: 361
startLine: 363
assemblies:
- Tiny Life
namespace: TinyLife
@ -1208,7 +1208,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePanel
path: ../TinyLife/Relationship.cs
startLine: 380
startLine: 382
assemblies:
- Tiny Life
namespace: TinyLife
@ -1255,7 +1255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateBars
path: ../TinyLife/Relationship.cs
startLine: 404
startLine: 406
assemblies:
- Tiny Life
namespace: TinyLife
@ -1308,7 +1308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PopulateTooltip
path: ../TinyLife/Relationship.cs
startLine: 444
startLine: 446
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType
path: ../TinyLife/Relationship.cs
startLine: 490
startLine: 496
assemblies:
- Tiny Life
namespace: TinyLife
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enemies
path: ../TinyLife/Relationship.cs
startLine: 495
startLine: 501
assemblies:
- Tiny Life
namespace: TinyLife
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disliked
path: ../TinyLife/Relationship.cs
startLine: 499
startLine: 505
assemblies:
- Tiny Life
namespace: TinyLife
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Acquaintances
path: ../TinyLife/Relationship.cs
startLine: 503
startLine: 509
assemblies:
- Tiny Life
namespace: TinyLife
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friends
path: ../TinyLife/Relationship.cs
startLine: 507
startLine: 513
assemblies:
- Tiny Life
namespace: TinyLife
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFriends
path: ../TinyLife/Relationship.cs
startLine: 511
startLine: 517
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/Relationship.cs
startLine: 519
startLine: 525
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoRomance
path: ../TinyLife/Relationship.cs
startLine: 524
startLine: 530
assemblies:
- Tiny Life
namespace: TinyLife
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interested
path: ../TinyLife/Relationship.cs
startLine: 528
startLine: 534
assemblies:
- Tiny Life
namespace: TinyLife
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sweethearts
path: ../TinyLife/Relationship.cs
startLine: 532
startLine: 538
assemblies:
- Tiny Life
namespace: TinyLife
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Soulmates
path: ../TinyLife/Relationship.cs
startLine: 536
startLine: 542
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -410,7 +410,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Uis/InGameHint.cs
startLine: 75
startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -439,7 +439,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Uis/InGameHint.cs
startLine: 79
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -468,7 +468,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: ../TinyLife/Uis/InGameHint.cs
startLine: 83
startLine: 91
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -497,7 +497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdditionalContent
path: ../TinyLife/Uis/InGameHint.cs
startLine: 87
startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -526,7 +526,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasBeenDisplayed
path: ../TinyLife/Uis/InGameHint.cs
startLine: 92
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -557,7 +557,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Uis/InGameHint.cs
startLine: 101
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -601,7 +601,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Display
path: ../TinyLife/Uis/InGameHint.cs
startLine: 111
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -629,7 +629,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Uis/InGameHint.cs
startLine: 138
startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TransitionType
path: ../TinyLife/Uis/Menus.cs
startLine: 1322
startLine: 1323
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swipe
path: ../TinyLife/Uis/Menus.cs
startLine: 1328
startLine: 1329
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fade
path: ../TinyLife/Uis/Menus.cs
startLine: 1333
startLine: 1334
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedHousehold
path: ../TinyLife/World/Household.cs
startLine: 649
startLine: 637
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion
path: ../TinyLife/World/Household.cs
startLine: 654
startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members
path: ../TinyLife/World/Household.cs
startLine: 658
startLine: 646
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -122,7 +122,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/World/Household.cs
startLine: 662
startLine: 650
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -151,7 +151,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage
path: ../TinyLife/World/Household.cs
startLine: 666
startLine: 654
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -180,7 +180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage
path: ../TinyLife/World/Household.cs
startLine: 670
startLine: 658
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/World/Household.cs
startLine: 674
startLine: 662
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomConstellation
path: ../TinyLife/World/Household.cs
startLine: 476
startLine: 464
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleMembers
path: ../TinyLife/World/Household.cs
startLine: 482
startLine: 470
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleRelations
path: ../TinyLife/World/Household.cs
startLine: 487
startLine: 475
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 494
startLine: 482
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate
path: ../TinyLife/World/Household.cs
startLine: 505
startLine: 493
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomRelation
path: ../TinyLife/World/Household.cs
startLine: 573
startLine: 561
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FirstPerson
path: ../TinyLife/World/Household.cs
startLine: 578
startLine: 566
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SecondPerson
path: ../TinyLife/World/Household.cs
startLine: 582
startLine: 570
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relation
path: ../TinyLife/World/Household.cs
startLine: 586
startLine: 574
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -150,7 +150,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max
path: ../TinyLife/World/Household.cs
startLine: 590
startLine: 578
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -179,7 +179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 601
startLine: 589
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 612
startLine: 600
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -276,7 +276,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 622
startLine: 610
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -320,7 +320,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 632
startLine: 620
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relation
path: ../TinyLife/World/Household.cs
startLine: 535
startLine: 523
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/World/Household.cs
startLine: 540
startLine: 528
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType
path: ../TinyLife/World/Household.cs
startLine: 544
startLine: 532
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/World/Household.cs
startLine: 548
startLine: 536
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating
path: ../TinyLife/World/Household.cs
startLine: 552
startLine: 540
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 561
startLine: 549
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -19,7 +19,6 @@ items:
- TinyLife.World.Household.FurnitureStorage
- TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
- TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
- TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
- TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
- TinyLife.World.Household.HasBeenPlayed
- TinyLife.World.Household.HasMember(System.Guid)
@ -903,44 +902,6 @@ items:
description: true if the person is part of this household, false otherwise
content.vb: Public Function HasMember(person As Guid) As Boolean
overload: TinyLife.World.Household.HasMember*
- uid: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
id: GetAverageFriendshipTo(TinyLife.Objects.Person)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: GetAverageFriendshipTo(Person)
nameWithType: Household.GetAverageFriendshipTo(Person)
fullName: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAverageFriendshipTo
path: ../TinyLife/World/Household.cs
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: >-
Returns the average friendship level that the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> has with members of this lot.
This method returns an averaged value of the <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref> that this person has towards each member of this lot.
example: []
syntax:
content: public float GetAverageFriendshipTo(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to query
return:
type: System.Single
description: The average friendship level, out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>
content.vb: Public Function GetAverageFriendshipTo(person As Person) As Single
overload: TinyLife.World.Household.GetAverageFriendshipTo*
- uid: TinyLife.World.Household.Validate(TinyLife.World.Map)
commentId: M:TinyLife.World.Household.Validate(TinyLife.World.Map)
id: Validate(TinyLife.World.Map)
@ -959,7 +920,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/Household.cs
startLine: 259
startLine: 247
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -993,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Export
path: ../TinyLife/World/Household.cs
startLine: 277
startLine: 265
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1037,7 +998,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Import
path: ../TinyLife/World/Household.cs
startLine: 288
startLine: 276
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1081,7 +1042,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled
path: ../TinyLife/World/Household.cs
startLine: 335
startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1119,7 +1080,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAgeGroups
path: ../TinyLife/World/Household.cs
startLine: 348
startLine: 336
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1157,7 +1118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate
path: ../TinyLife/World/Household.cs
startLine: 361
startLine: 349
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1207,7 +1168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMatchingConstellations
path: ../TinyLife/World/Household.cs
startLine: 411
startLine: 399
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2629,24 +2590,6 @@ references:
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel
href: TinyLife.Relationship.html#TinyLife_Relationship_FriendLevel
name: FriendLevel
nameWithType: Relationship.FriendLevel
fullName: TinyLife.Relationship.FriendLevel
- uid: TinyLife.Relationship.Max
commentId: F:TinyLife.Relationship.Max
href: TinyLife.Relationship.html#TinyLife_Relationship_Max
name: Max
nameWithType: Relationship.Max
fullName: TinyLife.Relationship.Max
- uid: TinyLife.World.Household.GetAverageFriendshipTo*
commentId: Overload:TinyLife.World.Household.GetAverageFriendshipTo
href: TinyLife.World.Household.html#TinyLife_World_Household_GetAverageFriendshipTo_TinyLife_Objects_Person_
name: GetAverageFriendshipTo
nameWithType: Household.GetAverageFriendshipTo
fullName: TinyLife.World.Household.GetAverageFriendshipTo
- uid: TinyLife.World.Household.Validate*
commentId: Overload:TinyLife.World.Household.Validate
href: TinyLife.World.Household.html#TinyLife_World_Household_Validate_TinyLife_World_Map_

View file

@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Park
path: ../TinyLife/World/Lot.cs
startLine: 722
startLine: 733
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cafe
path: ../TinyLife/World/Lot.cs
startLine: 725
startLine: 736
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KidsPlayground
path: ../TinyLife/World/Lot.cs
startLine: 736
startLine: 747
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -227,7 +227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Library
path: ../TinyLife/World/Lot.cs
startLine: 743
startLine: 754
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -254,7 +254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenericPublicLot
path: ../TinyLife/World/Lot.cs
startLine: 752
startLine: 763
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -281,7 +281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gym
path: ../TinyLife/World/Lot.cs
startLine: 755
startLine: 766
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bar
path: ../TinyLife/World/Lot.cs
startLine: 762
startLine: 773
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -335,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Museum
path: ../TinyLife/World/Lot.cs
startLine: 773
startLine: 784
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -362,7 +362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/World/Lot.cs
startLine: 788
startLine: 799
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -391,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/World/Lot.cs
startLine: 792
startLine: 803
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -420,7 +420,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsResidential
path: ../TinyLife/World/Lot.cs
startLine: 797
startLine: 808
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -452,7 +452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredFurniture
path: ../TinyLife/World/Lot.cs
startLine: 802
startLine: 813
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -484,7 +484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 809
startLine: 820
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -520,7 +520,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employments
path: ../TinyLife/World/Lot.cs
startLine: 814
startLine: 825
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -554,7 +554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/World/Lot.cs
startLine: 819
startLine: 830
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -588,7 +588,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitHours
path: ../TinyLife/World/Lot.cs
startLine: 824
startLine: 835
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -622,7 +622,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/World/Lot.cs
startLine: 829
startLine: 840
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -653,7 +653,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Lot.cs
startLine: 839
startLine: 850
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -700,7 +700,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 856
startLine: 867
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -746,7 +746,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/World/Lot.cs
startLine: 864
startLine: 875
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -780,7 +780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetScalingVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 877
startLine: 888
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -31,7 +31,9 @@ First of all: Please don't feel obligated to finish the translation for the lang
*For example, in `You can rotate furniture by pressing <k Rotate>.`, the formatting code will be replaced with the key value of the keybind to rotate furniture and other objects. If the word `Rotate` in it was changed (or translated), the link to the keybind would be broken.*
### Testing Your Translations
To test your translation, you can export it and put it into the game. To export it, head to the "Files" section in the left sidebar, and then press the `Localization.json` file's export button, which looks like a little cardboard box. In the menu that comes up, select the language you're working on from the dropdown, and leave everything else the same. Now, you can put the exported file into the `Content/Localization` folder of the game's installation. If it's not part of it already, its name also has to be added to the `LanguageNames.json` file. Starting the game with the `-v` argument will cause it to output some additional information about errors in your localization to the [log file](game_dir.md) as well.
To test your translation, you can export it and put it into the game. To export it, head to the "Files" section in the left sidebar, and then press the `Localization.json` file's export button, which looks like a little cardboard box. In the menu that comes up, select the language you're working on from the dropdown, and leave everything else the same. Now, you can put the exported file into the `Content/Localization` folder of the game's installation. If it's not part of it already, its name also has to be added to the `LanguageNames.json` file.
It's highly recommended to start the game with the `-v` (or `--verbose`) argument, as that will cause it to output some additional information about errors in your localization to the game's [log file](game_dir.md). Fixing errors like these is generally very important, as they can cause players to receive incorrect or incomplete information or, in some cases, cause the game to crash.
### Language Overrides
Strings that begin with `Overrides` are part of the overrides section, which is a set of settings that determine the way parts of the game operate when a language is applied. These should not be translated, and set to the appropriate values instead.

View file

@ -5,6 +5,5 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem "webrick"
gem "jekyll-postfiles"
gem "jekyll-feed"

View file

@ -1,21 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
eventmachine (1.2.7-x64-mingw32)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.23.3)
google-protobuf (4.26.1)
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -44,28 +46,34 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.5)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.63.4-x64-mingw-ucrt)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-x64-unknown)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.77.2)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.77.2-x64-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.2-x64-mingw32)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.2-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)
PLATFORMS
@ -78,7 +86,6 @@ DEPENDENCIES
jekyll
jekyll-feed
jekyll-postfiles
webrick
BUNDLED WITH
2.2.26
2.4.19

View file

@ -1,7 +1,7 @@
[
{
"name": "🫂 More Complex Relationships",
"desc": "While there's already friendship, romance, dating and cheating in the game, we'd like to include marriage and jealousy. We plan on expanding relationships even further later on by introducing open relationships, polyamory, and more.",
"desc": "While there's already friendship, romance, dating and cheating in the game, we'd like to include marriage and jealousy. We plan on expanding relationships even further after release by introducing open relationships, polyamory, and more.",
"stage": "Soon"
},
{
@ -21,7 +21,7 @@
},
{
"name": "🏢 Improvements for Jobs",
"desc": "Select jobs will allow the option to work from home, giving a Tiny daily tasks to complete. There'll also be an option to take vacation days and family leave.",
"desc": "Select jobs will allow the option to work from home, giving a Tiny daily tasks to complete. After release, jobs with venues that you can actively work at are also planned.",
"stage": "Long-Term"
},
{
@ -31,7 +31,7 @@
},
{
"name": "🤹 Tons More Skills",
"desc": "We have specific plans for sills like mischief, knitting, gardening, and foraging, but more skills are on the horizon, of course!",
"desc": "We have specific plans for skills like mischief, knitting, gardening, and foraging, but more skills are on the horizon, of course!",
"stage": "Long-Term"
},
{
@ -51,7 +51,7 @@
},
{
"name": "🍷 Even More Public Lots",
"desc": "There will be a lot more public lots in the future, as well as more complex lot types with multiple states, including museums and festival spots.",
"desc": "There will be a lot more public lots in the future, as well as more complex lot types with multiple states, like festival spots and community centers.",
"stage": "Long-Term"
},
{

17
web/_includes/cookie.html Normal file
View file

@ -0,0 +1,17 @@
<div id="cookieinfo"></div>
<script>
if (localStorage.getItem("notification") !== "true") {
$("#cookieinfo").html( /*html*/ `
<div class="alert alert-danger alert-dismissible fade show" role="alert">
This site uses your browser's local storage to store information about your browsing activity.
<br>For more information, please check out the <a href="https://ellpeck.de/privacy">privacy policy</a>.
<button type="button" class="close" data-dismiss="alert" id="notif-close">
<span>&times;</span>
</button>
</div>
`);
$("#notif-close").on("click", function () {
localStorage.setItem("notification", "true");
});
}
</script>

View file

@ -50,6 +50,7 @@
</script>
{% include navbar.html %}
{% include cookie.html %}
{{ content }}

View file

@ -54,6 +54,17 @@ a:visited.wide-link {
padding-top: 70px;
}
#cookieinfo {
position: fixed;
top: 80px;
left: 0;
right: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
z-index: 500;
}
.section {
width: 95%;
max-width: 850px;
@ -233,6 +244,10 @@ a:visited.wide-link {
font-style: italic;
}
.twitter-timeline iframe {
height: 600px !important;
}
h1 .anchor-heading, h2 .anchor-heading, h3 .anchor-heading, h4 .anchor-heading, h5 .anchor-heading, h6 .anchor-heading {
visibility: hidden;
}