Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
==============================================
item Wallet
{
DisplayName = Wallet,
DisplayCategory = Container,
Type = Container,
Weight = 0.1,
IconsForTexture = Wallet_01;Wallet_02;Wallet_03;Wallet_04,
WorldStaticModelsByIndex = Wallet;Wallet2;Wallet3;Wallet4,
Capacity = 1,
CloseSound = CloseWallet,
OpenSound = OpenWallet,
PutInSound = StoreItemWallet,
AcceptItemFunction = AcceptItemFunction.Wallet,
Tags = BagsFillException,
MaxItemSize = 0.2,
}
item Wallet_Female
{
DisplayName = Wallet,
DisplayCategory = Container,
Type = Container,
Weight = 0.1,
IconsForTexture = Wallet_01;Wallet_02;Wallet_03;Wallet_04,
WorldStaticModelsByIndex = Wallet;Wallet2;Wallet3;Wallet4,
Capacity = 1,
CloseSound = CloseWallet,
OpenSound = OpenWallet,
PutInSound = StoreItemWallet,
AcceptItemFunction = AcceptItemFunction.Wallet,
Tags = BagsFillException,
MaxItemSize = 0.2,
}
item Wallet_Male
{
DisplayName = Wallet,
DisplayCategory = Container,
Type = Container,
Weight = 0.1,
IconsForTexture = Wallet_01;Wallet_03;Wallet_04,
WorldStaticModelsByIndex = Wallet;Wallet3;Wallet4,
Capacity = 1,
CloseSound = CloseWallet,
OpenSound = OpenWallet,
PutInSound = StoreItemWallet,
AcceptItemFunction = AcceptItemFunction.Wallet,
Tags = BagsFillException,
MaxItemSize = 0.2,
}
==============================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
And this is all your fix has in WalletFix_Items.txt
==============================================
module Base
{
item Badge
{
DisplayName = Badge,
DisplayCategory = Memento,
Type = Normal,
Weight = 0.2,
IconsForTexture = Police_Lanyard;Police_Badge,
StaticModelsByIndex = Badge1;Badge2,
WorldStaticModelsByIndex = Badge1;Badge2,
Tags = FitsWallet;HasMetal;ApplyOwnerName,
OnCreate = SpecialLootSpawns.OnCreateIDcard,
}
item Money
{
DisplayName = Money,
DisplayCategory = Junk,
Type = Normal,
Weight = 0.01,
Icon = Money,
WorldStaticModel = Money,
Tags = FitsWallet;IsFireFuel;IsFireTinder,
FireFuelRatio = 0.25,
}
}
================================================
Perhaps I'm just not that good at this, but I don't see what would possibly conflict?? I tried the other wallet fix mod, it got past load into the game, but still had abrupt crash issue that never exists with the wallet mods off, so since yours is smaller and easier, and others have success probably without BetterBags, I'm trying to debug/merge this one into the BetterBags code but.... What are my eyes missing?
This is the BetterBags I'm using: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3386729204
(Note [Users\Public\Games] is my directory, your install path will vary)
Open C:\[Users\Public\Games]\Steam\steamapps\workshop\content\108600\3386729204\mods\Betterbags\42\media\scripts\clothing_bags.txt ---Make a backup. I just make clothing_bags.txt.bak
Open it, search "Wallet"
Delete ALL of this
============================================
item Wallet
{
DisplayName = Wallet,
DisplayCategory = Container,
Type = Container,
Weight = 0.1,
IconsForTexture = Wallet_01;Wallet_02;Wallet_03;Wallet_04,
WorldStaticModelsByIndex = Wallet;Wallet2;Wallet3;Wallet4,
Capacity = 1,
CloseSound = CloseWallet,
OpenSound = OpenWallet,
PutInSound = StoreItemWallet,
AcceptItemFunction = AcceptItemFunction.Wallet,
Tags = BagsFillException,
MaxItemSize = 0.2,
}
item Wallet_Female
{
DisplayName = Wallet,
DisplayCategory = Container,
Type = Container,
Weight = 0.1,
IconsForTexture = Wallet_01;Wallet_02;Wallet_03;Wallet_04,
WorldStaticModelsByIndex = Wallet;Wallet2;Wallet3;Wallet4,
Capacity = 1,
CloseSound = CloseWallet,
OpenSound = OpenWallet,
PutInSound = StoreItemWallet,
AcceptItemFunction = AcceptItemFunction.Wallet,
Tags = BagsFillException,
MaxItemSize = 0.2,
}
item Wallet_Male
{
DisplayName = Wallet,
DisplayCategory = Container,
Type = Container,
Weight = 0.1,
IconsForTexture = Wallet_01;Wallet_03;Wallet_04,
WorldStaticModelsByIndex = Wallet;Wallet3;Wallet4,
Capacity = 1,
CloseSound = CloseWallet,
OpenSound = OpenWallet,
PutInSound = StoreItemWallet,
AcceptItemFunction = AcceptItemFunction.Wallet,
Tags = BagsFillException,
MaxItemSize = 0.2,
}
==============================================
It fixed my Load-In crash. Still not sure why, but Todd Howard said it best... "It just works"
A better solution maybe found at some point to allow simple *Subscribe* compatibility, but for now the tinker method does work for anyone running BetterBags with the conflict.