Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Game.registerMod("reskinmodyay",{ //this string needs to match the ID provided in your info.txt
init:function(){
//this replaces some images with some random ass ones, to do this yourself just follow this format :)
Game.Loader.Replace('grandma.png',this.dir+'/img/miku.png');
Game.Loader.Replace('farm.png',this.dir+'/img/f2aq9a4c8yc51.jpg');
Game.Loader.Replace('bankBackground.png',this.dir+'/img/backgroundhentai.png');
Sounds["snd/click1.mp3"] = new Audio(this.dir + '/snd/moan13.mp3')
},
});
{
"Name": "ReskinAddon",
"ID": "reskinmodyay",
"Author": "Slime Boi",
"Description": "Hopefully this reskins some of the images, idk if itll work tho",
"ModVersion": 1.0,
"GameVersion": 2.043,
"Date": "16/1/2022",
"Dependencies": [],
"LanguagePacks": [//this is needed to be able to read the language pack, which allows you to rename things to be funny names like poop or something
"lang.js"
],
"Disabled": 0,
"AllowSteamAchievs": 1
}