-
Notifications
You must be signed in to change notification settings - Fork 6
ZenHologramControls
NOTE: This mod is included in my modpack and can be enabled/disabled via ZenHologramControls in ZenModPackConfig.json
If enabled, this mod allows the player to hold CTRL + mousewheel to move a hologram forwards/backwards, ALT + mousewheel to move a hologram up/down, and CTRL + ALT + mousewheel to move it left or right.
The distance objects are allowed to move is handled by the config file.
Config file: profiles/Zenarchist/ZenHologramControlsConfig.json
{
"ConfigVersion": "1.29.1", // Don't touch
"VerticalAllowanceMeters": 0.10000000149011612, // Max allowed vertical movement
"HorizontalAllowanceMeters": 0.10000000149011612, // Max allowed horizontal movement
"DepthAllowanceMeters": 0.10000000149011612, // Max allowed forward/back movement
"UndergroundAllowanceMeters": 0.05000000074505806, // Max allowed into the ground
"BlacklistItems": [ // List of items which CANNOT be manipulated by this feature
"TerritoryFlag"
],
"SpecificOverrides": { // List of items with their own specific allowance config
"SeaChest": {
"VerticalAllowanceMeters": 0.10000000149011612,
"HorizontalAllowanceMeters": 0.10000000149011612,
"DepthAllowanceMeters": 0.10000000149011612,
"UndergroundAllowanceMeters": 0.05000000074505806
},
"Barrel_ColorBase": {
"VerticalAllowanceMeters": 0.10000000149011612,
"HorizontalAllowanceMeters": 0.10000000149011612,
"DepthAllowanceMeters": 0.10000000149011612,
"UndergroundAllowanceMeters": 0.05000000074505806
},
"WoodenCrate": {
"VerticalAllowanceMeters": 0.10000000149011612,
"HorizontalAllowanceMeters": 0.10000000149011612,
"DepthAllowanceMeters": 0.10000000149011612,
"UndergroundAllowanceMeters": 0.05000000074505806
},
"ZenBoombox": {
"VerticalAllowanceMeters": 0.5,
"HorizontalAllowanceMeters": 0.5,
"DepthAllowanceMeters": 0.5,
"UndergroundAllowanceMeters": 0.05000000074505806
}
}
}All my mods are open-source and published under the Mozilla Public License Version 2.0. Any mods based on my code must be open-source - no obfuscation!
You can modify/reupload/repack my mods if you like, but please credit any original authors/3D model/3rd-party asset creators, and keep in mind any future updates I make will not be automatically applied to repacked mods so make sure to check back from time to time for bugfixes and improvements.
If you find my mods useful, please consider buying me a coffee - it's not expected but very much appreciated: https://buymeacoffee.com/zenarchist
- General Setup Guide
- Core Mod Setup Guide
- ZenModPack Master Config
- Various Info
- Known Bugs & Issues
- Report Bug
My utility style mods for debugging etc.
Mods which affect game mechanics:
- ZenAlcohol
- ZenAllowMapBagSlot
- ZenAntiCombatLogout
- ZenAutoConvertStash
- ZenAutoStackItems
- ZenAutoWinterDetect
- ZenAutoRun
- ZenBasebuildingConfig
- ZenBatteryPASPersistence
- ZenBetterChatFont
- ZenBrokenGlasses
- ZenBuildingDescription
- ZenCarAttachments
- ZenCarBatteryIcon
- ZenCarCompass
- ZenCarGlovebox
- ZenCarsCutDownTrees
- ZenCanteenTablets
- ZenCatchRain
- ZenCauseOfDeath
- ZenChickenCoops
- ZenCraftingSounds
- ZenCraftRagHands
- ZenComboLocks
- ZenCombineJSON
- ZenDropRuinedClothing
- ZenDynamicZoneLoot
- ZenEarPlugs
- ZenFireFuel
- ZenFireWood
- ZenFireplaceStick
- ZenFishingConfig
- ZenFixCarAttachmentGUI
- ZenGraves
- ZenGroundCleaning
- ZenHideGearInCars
- ZenHints
- ZenHologram
- ZenHologramControls
- ZenImmersiveChatHUD
- ZenImmersiveLogin
- ZenInformWeaponStateBug
- ZenInventoryAnimation
- ZenKnifeGardens
- ZenLeftovers
- ZenLogPiles
- ZenMagObfuscation
- ZenMap
- ZenMicCheck
- ZenNotifications
- ZenOpenCansRock
- ZenPainting
- ZenPimpMyRide
- ZenRadioPlugin
- ZenRebuildableWells
- ZenRepairJSON
- ZenRepairPumps
- ZenRepairWells
- ZenServerGUI
- ZenShove
- ZenSplitUI
- ZenSleep
- ZenStaminaSlope
- ZenTerritories
- ZenWeaponEngrave
- ZenWoodHealth
- ZenZombieDoors
Mods which add gear to the game:
- ZenArtillery
- ZenBackwardsCaps
- ZenBookshelf
- ZenBunnyMasks
- ZenCamoCamp
- ZenCarWorkbench
- ZenChess
- ZenChristmasTreeCraft
- ZenConcussionGrenade
- ZenDoubleArmbands
- ZenFlask
- ZenFlint
- ZenGhillie
- ZenJameson
- ZenLadders
- ZenMusic
- ZenNotes
- ZenRaidAlarm
- ZenRaybans
- ZenRunes
- ZenStaticObjects
- ZenSwissKnife
- ZenTimeBomb
- ZenTireRack
- ZenTreasure
- ZenTreehouse
- ZenVikingAxe
- ZenZippoLighter
Mods which run purely server-side:
- ZenBloodDrips
- ZenCampSites
- ZenDynamicZoneLoot
- ZenLootCyclingDetection
- ZenNightConfig
- ZenPersistentTrees
- ZenShelterCargo
- ZenTreesplosions
- ZenZombieController
- ZenZombieConfig
- ZenJameson
My standalone mods