-
Notifications
You must be signed in to change notification settings - Fork 108
Configuring1
Crafting From Containers has a few features to turn it on and off.
The features are spread over two different Class configurations: Advanced Recipes and BlockUpgradeRepair.
<property class="AdvancedRecipes" >
<!-- Enable Remote Crafting Feature Experimental -->
<property name="ReadFromContainers" value="false"/>
<!-- reasonable block range seems to be around 10. -->
<property name="Distance" value="10" />
<!-- shows name of opened container/workstation in log -->
<property name="Debug" value="false" />
<!-- disable remote crafing on named workstations case sensitive-->
<property name="BroadcastManage" value="false"/>
<!-- disable remote crafing from named containers. case sensitive e.g storageCrate, birdNest -->
<property name="disablereceiver" value="forge, tbd" />
<!-- enables sending only from workstations in disablesender-->
<property name="disablesender" value="" />
<property name="Invertdisable" value="false"/>
<!-- disable remote crafing on workstation from certain containers. e.g workbench:storageCrate, birdNest;campfire:birdNest,storageCrate -->
<!-- sections are separated by ";" workstation and containers by ":" containers are separated by ",". workstations can be grouped by "," e.g workbench,campfire:birdNest,storageCrate -->
<property name="nottoWorkstation" value=""/>
<!-- enables remote crafing on workstations only from named containers. e.g workbench:storageCrate, birdNest;campfire:birdNest,storageCrate -->
<!-- binds are separated by ";" workstation and containers by ":" containers are separated by ",". workstations can be grouped by "," e.g workbench,campfire:birdNest,storageCrate -->
<property name="bindtoWorkstation" value=""/>
<property name="enforcebindtoWorkstation" value="false"/>
<!-- disables remote crafting if not bound -->
</property>
<property class="BlockUpgradeRepair" >
<!-- disables repair/upgrade when enemies nearby -->
<property name="BlockOnNearbyEnemies" value="false"/>
<property name="DistanceEnemy" value="30" />
<!-- remote repair/upgrade -->
<property name="ReadFromContainers" value="false"/>
<property name="Distance" value="40" />
</property>
Created with the Personal Edition of HelpNDoc: Achieve Professional Documentation Results with a Help Authoring Tool
Copyright © by . All Rights Reserved.
- Introduction
-
Features and Functionalities
- Core Features
- Default On Features
- Challenges
- Encumbrance
- Craft From Containers
- Player Features
- Zombie Features
- Advanced Locks
- Food Spoilage
- Blocks
- Buffs
-
MinEvents
- MinEventActionAddByFactionSDX
- MinEventActionAddScriptToTransform
- MinEventActionAdjustTransformValues
- MinEventActionAnimatorFireTriggerSDX
- MinEventActionAnimatorSpeedSDX
- MinEventActionAnimatorSetFloatSDX
- MinEventActionAnimatorSetIntSDX
- MinEventActionAttachPrefabWithAnimationsToEntity
- MinEventActionAutoRedeemChallenges
- MinEventActionChangeFactionSDX
- MinEventActionCheckWeapon
- MinEventActionClearOwner
- MinEventActionClearStaleHires
- MinEventActionConvertItem
- MinEventActionCreateItemSDX
- MinEventActionDespawnNPC
- MinEventActionExecuteConsoleCommand
- MinEventActionExecuteConsoleCommandCVars
- MinEventActionGiveQuestSDX
- MinEventActionGuardClear
- MinEventActionGuardHere
- MinEventActionGuardThere
- MinEventActionHideNPCSDX
- MinEventActionModifyFactionSDX
- MinEventActionModifyRelatedFactionsSDX
- MinEventActionModifySkillSDX
- MinEventActionNotifyTeamAttack
- MinEventActionNotifyTeamTeleport
- MinEventActionOpenWindow
- MinEventActionPlayerLevelSDX
- MinEventActionPumpQuestSDX
- MinEventActionTeleportToQuest
- MinEventActionRandomLootSDX
- MinEventActionRecalculateEncumbrance
- MinEventActionResetTargetsSDX
- MinEventActionSetCVar
- MinEventActionSetDateToCVar
- MinEventActionSetFactionRelationship
- MinEventActionSetOrder
- MinEventActionSetOwner
- MinEventActionSetRevengeTarget
- MinEventActionShowToolTipSDX
- MinEventActionSkillPointSDX
- MinEventActionSpawnBabySDX
- MinEventActionSpawnEntitySDX
- MinEventActionSpawnEntityAtPoint
- MinEventActionSwapWeapon
- MinEventActionTeamTeleportNow
- MinEventActionTeleport
- MinEventActionToggleCamera
- Factions
- NPCs
- Portals
- Release Notes and Version History