Skip to content

v1.63

Compare
Choose a tag to compare
@ColonolNutty ColonolNutty released this 14 Apr 21:24
· 736 commits to master since this release
  • Log All Interactions will now also log all interactions of an objects components.
  • When persisting Sim Data, empty or None values will no longer be saved to the json.
  • When saving mod_data, save slot id 0 (autosave) will be ignored.
  • Fixed docstrings under CommonAge, CommonGender, and CommonSpecies
  • Added a convert_to_vanilla function to CommonSpecies
  • Fixed an issue when applying outfit changes to a different outfit from the loaded one in CommonSimOutfitIO
  • Added more keyword arguments to generate_outfit
  • generate_outfit no longer calls on_outfit_generated twice
  • Added functions to CommonSimSpawnUtils to create Large Dogs, Small Dogs, and Cats
  • Added many new classes and utilities:
    • CommonFloatRange
    • CommonIntegerRange
    • CommonPolygon
    • CommonChooseResponseDialog
    • CommonPurchaseObjectsDialog
    • CommonChooseButtonOptionDialog
    • CommonChooseResponseOptionDialog
    • CommonDialogButtonOption
    • CommonDialogResponseOption
    • CommonBodyFrame
    • CommonObjectDeliveryMethod
    • CommonStatisticCategory
    • CommonMathUtils.*
    • CommonResourceUtils.*
    • CommonObjectLockUtils
    • CommonObjectSpawnUtils.spawn_object_near_location
    • CommonLootActionUtils
    • CommonRelationshipUtils.are_blood_relatives
    • CommonSimCraftingUtils
    • CommonSimGenealogyUtils
    • Many more!