Details of QuickStackPlus
-
Display Name
-
QuickStackPlus
-
Name
-
QuickStackPlusMod
-
Version
-
v0.7
-
Author
-
tyw
-
File
-
Download
47.3 KB
Sync now (
Origin,
Mirror 1,
Mirror 7,
Mirror 8,
Mirror 9,
Mirror 10)
-
Last Updated
-
5 years ago
-
Description
-
QuickStackPlus for tModLoader ver 0.6
About:
Extend "Quick stack to nearby chest" using Chest name.
Restock items using RestockRuleChest or RestockRuileFile.
NOT TESTED IN MULTIPLAYER.
Chest name prefixes:
%<ANY> : Autosplit stack if reach Item#maxStack
!<ANY> : Ignore chest
/<REGEX> : Regex match(particial, case-sensitive)
=<FILENAMEBASE>: Use PatternFile
?<FIELD_NAME>[<OP><RHS>] : Item#FIELD_NAME match. bool and interger field only.
@<CHAR_NAME> : RestockRuleChest using Item#maxStack
#<CHAR_NAME> : RestockRuleChest using size of stacks in chest.
KeyAssign:
QuickStackPlus(T):execute
LoadRuleFile(Y):as is
UniteInventory(U):unite divided stacks to one.
RestockRuleFile:
File path : <MyGames>/Terraria/ModLoader/Players/<CHAR_NAME>_rule.txt
syntax(regex): " *([0-9]+) +(.+)"
example:
[CODE]
#comment out
100 Dirt Block
90 Torch
[/CODE]
Item name is Case and Space sensitive.
PatternFile:
File path : <MyGames>/Terraria/ModLoader/Players/<FILENAMEBASE>.txt
Can use prefix: /, ?, !
example:
[CODE]
Yellow Marigold
/.* Dye$
#Store all items of Item#ranged==true without gel and coins
!Gel
!/Coin$
?ranged
#armor(not vanity)
!?vanity
?headSlot != -1
?bodySlot != -1
?legSlot != -1
[/CODE]
Filed name example:
Refer Terraria source(Item.cs) for all fields.
boolean : melee, ranged, magic, summon, thrown, vanity, mech, accessory, consumable, material
int(defalut value=0) : pick, axe, hammer, damage, defence, headSlot(-1), bodySlot(-1), legSlot(-1), ammo, useAmmo, mountType(-1)
Filed operand and RightHandSide value:
OP: ==, !=, <, >, <=, >=
RHS: interger
History:
ver 0.7
Add icon.
ver 0.6 2018.12/31
Remov
-
tModLoader Version
-
v0.10.1.5
-
Localizer Package
-
Localizer Package
-
Homepage
-
https://forums.terraria.org/index.php?threads/quickstackplus.75119/
-
Mod Side
-
Both
-
Downloads
-
6320
-
Hot
-
0