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






I'll try to think about that.
I regularly go mine out entire cave nefias with AutoActAllyExpansion. It's a sight to behold when the entire party just deletes the walls off a map. However, while I want to keep any high grade "Stone" I really couldn't care any less about having Farris (still my weight lifting champion) pick up all the granite junk.
Not sure if it would be better to have the filters as they are extended by some special syntax or have a separate list for undesirable materials.
Should be fine now.
I'll look into that, they should be able to take more items even if they are "full" if they can stack them.
E.g. I have my pets set to two reserved slots. my fairy pet carries my textile resources, but once she only has two or less slots open, my harvested silk etc remain in my backpack, despite her being 40+ stones below carry weight limit.
The more one plays Elin, and the more this mod becomes essential, unless one enjoys playing inventory Tetris after exploring each single nefia level.
I'll never understand the masochistic game design that supports or enforces pointless micro-management. Also dedicated inventory slots (ammo/bandages/blankets/etc.) as seen in many other classic RPGs would have been much better, and probably not that hard to code, but that's another topic. I love Elona/Elin, or I wouldn't bother.
I have added options for space and weight reserves now.
I think pets can take your food and eat it immediately without putting it in their inventory but I'd have to review that.
Rght now I just let the game decide and it takes things based on base game imposed limitations around stacking and weight, but maybe just adding a basic pre check to reserve weight or space is fine.
My pets tend to automatically take 2 meals with them, and also ammo. So I always leave room in their inventory and especially weight so that they can take and carry that additional stuff.
Checking inventory size would probably be too complex (depending on sorting preferences of the player, etc.), but a small configurable buffer (default of 2 stones?) in weight would be welcome to prevent pets from starving or lacking of ammo. Something like this :
Max weight = 100
-> take items automatically, but only up to (100 - configurable buffer) = 98
Thank you kindly for sharing your mods with us.
Thanks for the kind words. 🙂
My modding experience was also pretty limited but Elin is a relatively simple game, easy to crack open and despite some oddities in the code, mods like this are doable and take more work on the logical side of figuring out how you want things to work in your code rather than spending time figuring out the game's code.
Good luck!
Also wanted to comment about your small rapid fire mods and say "You're on a roll!". Always love to see someone who's doing something like this with moddable games and it's really inspiring. Don't have a clue about your history with Unity, but hoping I can get to this state some day as a (currently) non-coder.
You can use commas to separate items for the same pet now.
Yes, for now you need to type the character's name for each item, I can try to look into having comma separation tomorrow.
There's no pratical limit but maybe there's some performance impact on extremely big filters (1000+ items).
The Mod Config GUI mod has no character limit on its fields.
Duplicating the [Name-Item] seems to work, but is weirdly redundant, and not sure if there's a character limit in-game.
自動卸貨的功能需訂閱 ResidentsShareFindings ,並且更改設定才能生效
有裝Mod Config GUI的人可以直接在遊戲設定(或balrog.elin.ResidentsShareFindings.cfg)
DumpInventory: true 讓居民/寵物傾倒所有物品(某些除外,如料理,詳細請前往mod查看)
DumpFrequencyForClassItems: 1 (應該大概有用xd)
DumpOwned: false 讓居民/寵物不要傾倒屬於自己的東西
Good it's working!
現在已經嘗試成功了
What is your filter? I'm not sure it's 100% working with Chinese/Japanese names... Maybe best to use character ID (column A).
Also, container needs to be set to shared so pet can access, it doesn't need boards (sorry if misunderstanding from the translation).
這個模組可以讓夥伴拿取你身上的物品
可設定是否從主背包、非共享容器中拿取(可設置在家園、城鎮時不動作)
指定夥伴的方式分為id和名稱:
id指的是npc名子左邊的固定稱呼,要對照 id對照表 [docs.google.com]
名稱就是你寵物的名子(不用加固定稱呼)
物品只有id,可對照 物品對照表 [docs.google.com]
多個物品就是多次指定,可看下面的例子,ore(礦石),log(原木)
汪汪-ore|汪汪-log|喵喵-ore|喵喵-log
上到下分別是:
PetItemFilter <-輸入自訂義條件
IgnoreHome 不要在家園
IgnoreTown 不要在城鎮
Ignore Non Shared 不要非共享容器
MainInventory 要主背包