If you know of another modder who could take this over for Aedenthorn, that would be awesome because she's retired. I would love for this mod to be updated as well!
Hi, I love this mod. I want to ask how I set this pet bed for different save files separately. I have 2 files with different types of farms. Is with "IndoorBedName": "Pet Bed; Boggo:Boggo Bed; Doggo:15,15; etc." each file has a different config or it doesn't work that way?
I am kinda new at this kind of mod. I would appreciate any help from everyone.
Honestly not sure cause I haven't gotten DGA working at all yet hah.
UPDATE! DGA is dead for 1.6, there's a mod to change all DGA packs to CP packs! I had it open but didn't know it was for that until someone on the DGA page said so themselves.
Is it possible to have my pets sleep on a separate pet bed each (both same furniture) because I've been having my pets sleep in the same spot and it's weird. Would greatly appreciate an example of the config too so I can better understand how to make it work. Thanks in advance
Hi. I've installed this mod and also the other DGA mod for the pet bed mod but the cat is still sleeping on my bed. I don't know what to do. I hate it sleeping on my bed :( Please help
I forgot to change the config when I removed some pets and it basically broke DGA for me (lesson learned!). So I've attempted to make a new config with my current pets. They seem to not be where I set them to be though. I wanted to check if that's because I have not done the config correctly.
I'm a bit confused by the instructions on how to set custom beds for when you have several pets. It describes how to set it for a spesific pet, but is it possible to after set another bed for another pet? And how do I do that?
I'm not sure if pets are drawn below the furnitureFrontTexture texture; if they are, you should be able to make furniture with front layer and they will be drawn in between the two. I'm not sure whether DGA (for example) supports adding front layered furniture. Probably SDV 1.6 will make it easier. If pets are drawn above the furnitureFrontTexture, then I could see about changing their draw layer offset.
Edit: oh wait, nevermind... that only works if the furniture has a sitting farmer... I'll have to trigger that when a pet is on them.
28 comments
"IndoorBedName": "Pet Bed; Boggo:Boggo Bed; Doggo:15,15; etc."
each file has a different config or it doesn't work that way?I am kinda new at this kind of mod. I would appreciate any help from everyone.
UPDATE! DGA is dead for 1.6, there's a mod to change all DGA packs to CP packs! I had it open but didn't know it was for that until someone on the DGA page said so themselves.
Thanks in advance
{
"EnableMod": true,
"IsBed": true,
"BedChance": 100,
"IndoorBedName": "Pet Bed;Bowie:Bowie Bed:cozy_chair;Carlin:Carlin Bed:GreyCornerSofa0;Lakshmi:Laksmi Bed:CatNestA67",
"OutdoorBedName": "Lakshmi:60,22;Ubuntu:73,20;bjorko:45,22;Carlin:49,23;Bowie:55,25",
"IndoorBedOffset": "Bowie:22,1",
"OutdoorBedOffset": "0,0"
}
I forgot to change the config when I removed some pets and it basically broke DGA for me (lesson learned!). So I've attempted to make a new config with my current pets. They seem to not be where I set them to be though. I wanted to check if that's because I have not done the config correctly.
{
*edit: removed extra colons/ all the "bed:" parts."EnableMod": true,
"IsBed": true,
"BedChance": 100,
"IndoorBedName": "Pet Bed;Bowie:cozy_chair;Carlin:GreyCornerSofa0;Lakshmi:CatNestA67",
"OutdoorBedName": "Lakshmi:60,22;Ubuntu:73,20;bjorko:45,22;Carlin:49,23;Bowie:55,25",
"IndoorBedOffset": "0,0",
"OutdoorBedOffset": "0,0"
}
I'm a bit confused by the instructions on how to set custom beds for when you have several pets. It describes how to set it for a spesific pet, but is it possible to after set another bed for another pet? And how do I do that?
Thanks !
Edit: oh wait, nevermind... that only works if the furniture has a sitting farmer... I'll have to trigger that when a pet is on them.