Log in to view your list of favourite games.
View all games (1,704)
Explore this month's nominated mods
The elegant, powerful, and open-source mod manager
Upgrade your account to unlock all media content
Oh dear! Something has gone wrong!
Try reloading the notifications.
No unread notifications right now
You're up to date
Connection error
Try updating your preferences again
To enjoy the benefits of Nexus Mods, please log in or register a new account
Download curated lists of mods easily, our "Collections" feature has entered Open Alpha. Check our wiki to get started.
{"Format": "1.23.0","Changes": [// Sprite{"Action": "Load","Target": "Animals/Pig","FromFile": "assets/Pig.xnb"},{"Action": "Load","Target": "Animals/BabyPig","FromFile": "assets/BabyPig.xnb"},{"Action": "EditImage","Target": "LooseSprites/Cursors","FromFile": "assets/PigIcon.png", "FromArea": { "X": 0, "Y": 0, "Width": 19, "Height": 16 }, "ToArea": { "X": 7, "Y": 480, "Width": 19, "Height": 16 }},// English{"Action": "EditData","Target": "Data/FarmAnimals","Fields": {"Pig": {"4": "rabbit","25": "Bear"}},"When": {"language": "en"}},{"Action": "EditData","Target": "Strings/StringsFromCSFiles","Entries": {"Utility.cs.5948": "Bear","PurchaseAnimalsMenu.cs.11346": "These domesticated bears are trained to find truffles!"},"When": {"language": "en"}}]}
4 comments
I really want to get immersive experience with this magical bear so i added some lines in yourcontent.json as follows:
(and maybe if anyone interested, you can copy this)
{
"Format": "1.23.0",
"Changes": [
// Sprite
{
"Action": "Load",
"Target": "Animals/Pig",
"FromFile": "assets/Pig.xnb"
},
{
"Action": "Load",
"Target": "Animals/BabyPig",
"FromFile": "assets/BabyPig.xnb"
},
{
"Action": "EditImage",
"Target": "LooseSprites/Cursors",
"FromFile": "assets/PigIcon.png",
"FromArea": {
"X": 0,
"Y": 0,
"Width": 19,
"Height": 16
},
"ToArea": {
"X": 7,
"Y": 480,
"Width": 19,
"Height": 16
}
},
// English
{
"Action": "EditData",
"Target": "Data/FarmAnimals",
"Fields": {
"Pig": {
"4": "rabbit",
"25": "Bear"
}
},
"When": {
"language": "en"
}
},
{
"Action": "EditData",
"Target": "Strings/StringsFromCSFiles",
"Entries": {
"Utility.cs.5948": "Bear",
"PurchaseAnimalsMenu.cs.11346": "These domesticated bears are trained to find truffles!"
},
"When": {
"language": "en"
}
}
]
}
Details of what i did: