File information

Last updated

Original upload

Created by

PeacefulEnd

Uploaded by

PeacefulEnd

Virus scan

Safe to use

Tags for this mod

181 comments

  1. PeacefulEnd
    PeacefulEnd
    • premium
    • 736 kudos
    Locked
    Sticky
    Feedback
    Got any feedback or suggestions for new features? Let me know below!


    Content Packs
    Solid Foundations content packs can easily be found by going to the front page of this mod and clicking Requirements and looking at the mods listed under Mods requiring this file.

    Framework Compatibility
    This framework has been tested in vanilla and modded environments, but there are hundreds
    of mods out there. If there is an issue, please do let me know.

    Have a problem?

    Please upload the log file to https://smapi.io/log before submitting an issue.

    If you are reporting an issue and don't have a log file, your post may be ignored or have a delayed response.

    I can't help without a log file!
  2. StarlightMost
    StarlightMost
    • member
    • 0 kudos
    but my game starts normaly without any issus just to asking if the text taht i post now means that all is alright the text means anything is alright and taht handled it on its own

    [Solid Foundations] There were compatibility issues that were handled for 18 models within (SF) HXW's Romantic Fountains and Arches. See the log for details.
    1. dhieuzk
      dhieuzk
      • member
      • 0 kudos
      me too
  3. Howl1n
    Howl1n
    • member
    • 0 kudos
    Hi, I am trying to create a bread oven mod and for some reason when I input the bread (bagel) more than once the time taken to finish baking is reduced to 10 mins instead of 40. I have tried using the RefreshMaxDailyConversions line to make it reset and use the 40 min time but it refuses to work only taking 40 mins for the first time the machine is used a day. Any help would be fantastic! Here is the code:
    "ItemConversions": 
    [
    {
    "RequiredTags": 
    [
    "id_(o)KatyDTK.CP.BreadLovers_BagelDough"
    ],
    "RequiredCount": 1,
    "MaxDailyConversions": 12,
    "MinutesPerConversion": 40,
    "TakeOnlyRequiredFromStack": true,
    "RefreshMaxDailyConversions": true,
    "SourceChest": "Input",
    "DestinationChest": "Output",
    "ProducedItems": 
    [
    {
    "ItemID": "(O)KatyDTK.CP.BreadLovers_Bagel",
    "MinCount": 1,
    "MaxCount":1,
    "Chance": 1.0,
    "Condition": null
    }
    ]
    },
    ]
  4. Stellaresscence
    Stellaresscence
    • member
    • 1 kudos
    hello uwu I would like to ask if you can craft the balloon and how to do it ): it is too beautiful, thanks in advance  -w-
    1. SubtlyLiminal
      SubtlyLiminal
      • member
      • 14 kudos
      it might be in the example pack? thats my guess
    2. Stellaresscence
      Stellaresscence
      • member
      • 1 kudos
      Where can I find that?
  5. Weiimissyou
    Weiimissyou
    • member
    • 0 kudos
    Not compatible for Android smapi 3.18.3.3. Hoping for new updates. 
    1. alien2godlike
      alien2godlike
      • member
      • 0 kudos
      Use an older version.. all Android mods unless you have the beta smanpi for 1.6 you'll have to look for 1.5.6 in the file or anything before 2023
  6. skippitydodah
    skippitydodah
    • member
    • 0 kudos
    Edit: My mistake. Actually I think the problem is with the mod using this mod.
  7. wsyazlina
    wsyazlina
    • member
    • 0 kudos
    help, it is no longer compatible with the recent SDV patch update 1.6.14. 
    1. Xablake
      Xablake
      • member
      • 0 kudos
      Updating SMAPI fixed this for me, though the update came out after your post.
    2. wsyazlina
      wsyazlina
      • member
      • 0 kudos
      okay it works now after doing what you mentioned. Thanks! 
  8. ksijixjs
    ksijixjs
    • member
    • 0 kudos
    [SMAPI] - Solid Foundations 3.0.0,因为它不再兼容。请在 https://smapi.io/mods 检查新版本
  9. Blossom5280
    Blossom5280
    • member
    • 10 kudos
    not compatible with the latest version.

    am on pc,steam version 1.6.13.

    https://smapi.io/log/f303522dcc0f48b68eb0598dafe1ad88
  10. SMATcap
    SMATcap
    • member
    • 0 kudos
    Do we still need the automate optional file in order for this to work with automate?
    1. notmixoxo
      notmixoxo
      • member
      • 0 kudos
      (asking this too) but i downloaded it just in case for my new save, but it says that it's not compatible/updated. haven't actually tried if the automate will still work because i'm just starting a new save.
  11. tikamin557
    tikamin557
    • member
    • 363 kudos
    Although it is now possible to add buildings with CP, I believe that many people will continue to use SF because of its ease of use and the fact that there are operations that can only be realized with SF.
    I would like to share what we are currently able to confirm on both the production and use side of the mod.

    What is currently being identified and how to address it.

    • Even mods that work properly display a "compatibility problem" warning message.
    Example:
    [Solid Foundations] There were compatibility issues that were handled for 1 model within (SF) Monster House. See the log for details.I have not tried many mods produced by others, but as far as I have tried, this warning message appears even when all SF mods work properly.

     SFs created before SDV 1.6 are
    "SourceRect": { 0, 0, 32, 64}This is how it is written, but it can be changed to
    "SourceRect": { "X": 0, "Y": 0, "Width": 32, "Height": 64 }This warning will no longer be displayed if the format is changed to the SDV1.6 Buildings format.
    Also, if you are using "DrawLayers", do not forget to change the "SourceRect" in the "DrawLayers" section to the new format.


    • Changes to the buildings behavior using the "Content Patcher" do not apply.
    This may cause some mods to not work properly, such as building actions, appearance changes, etc.
    This is the reason why settings in ModConfig that change the behavior of SF buildings, for example, are not applied.

    According to SF's guide, to edit building properties using CP...
    "Target": "Data/BuildingsData"It says to set the "Target" like this... Change this to this.
    "Target": "Data/Buildings"Now you can edit SF buildings using CP even in SDV1.6.
    However, it does not seem to be possible to change the texture yet.
    Editing textures using CP may also work if the "Target" is changed, but we are looking into this.
    Please contact us if you know how!


    • Buildings displayed in the construction menu may not display properly.
    We have not fully tested this, but there may be a display glitch in the construction menu if the layer uses either Animation or Condition.


    • Names and descriptions of building skins are not translated.
    The original building names and descriptions are translated correctly using the translation key, but the translation using the translation key does not work for the skin names and descriptions, and the translation key is displayed as is.
    1. Molenfeuer
      Molenfeuer
      • premium
      • 28 kudos
      [...] will continue to use SF because of its ease of use and the fact that there are operations that can only be realized with SF

      Can you explain to me which operations are affected by this?
    2. tikamin557
      tikamin557
      • member
      • 363 kudos
      These would include conversations with the building, various actions from responses to questions, and the gifting and removal of items.
    3. Molenfeuer
      Molenfeuer
      • premium
      • 28 kudos
      Okay?

      At least the first issue do not appear at my mod Millnificent!
    4. tikamin557
      tikamin557
      • member
      • 363 kudos
      Oh! Have you changed anything in the SF content pack since SDV 1.6?This warning seems to appear in most updated SFs, so a solution would be appreciated.
    5. Molenfeuer
      Molenfeuer
      • premium
      • 28 kudos
      Yes! I updated the "MinimumVersion" to 2.0.0 :D

      But... I merged my Mill to CP :/ I think its better!
    6. xiaoyao52
      xiaoyao52
      • member
      • 0 kudos
      兼容性警告怎么解决这个问题 或者影响正常使用吗
    7. tikamin557
      tikamin557
      • member
      • 363 kudos
      We are still verifying things but do not know at this time.
      However, Molenfeuer's "Millnificent" does not display this warning.
      Perhaps there is something in the building properties that causes this warning to appear.
      (I added "MinimumVersion": "2.0.0" to the manifest and also looked at it without the CP content pack, but the warning still showed up. )
    8. Molenfeuer
      Molenfeuer
      • premium
      • 28 kudos
      Two topics:

      1) I do not get any notification for this thread :D So I have to check this thread manually :/ How can I fix that :'D??

      2) Replace the String of "SourceRect" by this new "Object" Version! Like so:
      [...]
        "SourceRect": {
          "X": 0,
          "Y": 0,
          "Width": 112,
          "Height": 144
        },
      [...]

      This should help! Pls give me/us feedback if this works :D
    9. tikamin557
      tikamin557
      • member
      • 363 kudos
      1) I do not know about this.  lol

      2) Excellent! Warnings no longer appear! You have done a great job!
      That was indeed the item where there was a difference with the building data after SDV 1.6.

      I was looking for a place where there is a difference in the items that SF needs to change since SDV 1.6 to go along with this...
      This may solve the problem of working with CP.

      SF's guide to using CP to change building properties,
      "Target": "Data/BuildingsData"
      It states.
      However, since SDV1.6, SF itself seems to have changed the specification to add buildings to "Data/Buildings", so it was necessary to change Target to this specification.
    10. WitchWeed
      WitchWeed
      • member
      • 16 kudos
      this was incredibly helpful for fixing almost all of my SF packs! Thank you! However, it didn't save half of Shyzie's string lights. Specifically the animated light packs. I checked the json against a validator and it comes back clean, and scanning it i notice no issues or differences between it and the non animated packs. I even attempted to copy/paste the changed code formatting from the files that aren't animated and are loading in properly in case there was a comma or something I wasn't seeing, and SAMPI still declares that they're not valid json files. Is there something I am just too new to notice is off? Before updating the code, none of these items loaded in at Robin's store, now the non animated ones do and the animated ones do not. I would think it could be a problem with their base code, but the SAMPI error is located exactly where the code is changed at SourceRect. I hope this all made sense. here's my sampi log just in case it'll help someone else see what i'm talking about. https://smapi.io/log/15bae4d58feb42e595f658f4218e85c9
    11. tikamin557
      tikamin557
      • member
      • 363 kudos
      Possible errors using animation are...

      Example:
        "SourceRect": { "X": 0, "Y": 0, "Width": 48, "Height": 64 },
        "SeasonOffset": "48,0",
        "DrawLayers":[
      {
      "Condition": "SEASON spring,TIME 600 2100,!WEATHER Farm Rain Storm GreenRain",
      "SourceRect": { "X": 0, "Y": 64, "Width": 48, "Height": 48 },  //★★★Here!★★★//
      "DrawPosition": { "X": 0, "Y": 16 },
      "DrawInBackground": true,
      "HideBaseTexture": false, 
      "SortTileOffset": 0,
      "Sequences": [
      { "Frame": 0, "Duration": 3000 },
      { "Frame": 1, "Duration": 500 },
      { "Frame": 2, "Duration": 2000 },
      It is possible that the "SourceRect" in "DrawLayers" has not been modified to the new format.
      Otherwise, you may have to actually look at the json.
    12. CyanFire
      CyanFire
      • premium
      • 128 kudos
      SourceRect in DrawLayers is updated to the new format. DrawPosition just needs to be formatted like this “DrawPosition”: “0,16”