Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
==============================================
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.