-
Notifications
You must be signed in to change notification settings - Fork 6
ZenCarCompass
NOTE: This mod is included in my modpack and can be enabled/disabled via ZenCarCompass in ZenModPackConfig.json
If enabled, this mod allows players to attach a compass to the car dash of vehicles so they can see which direction they're driving in, in an immersive manner.
All vanilla vehicles are supported, but modded vehicles require their own config.
Config file: profiles/Zenarchist/ZenCarCompassConfig.json
{
"ConfigVersion": "1.29.1", // Don't touch
"CarConfig": [
{
"CarTypeCfg": "Sedan_02", // Car base classname
"Position": [ // XYZ vector position offset from 0 0 0 of car object for compass model
0.0,
0.9700000286102295,
0.7649999856948853
],
"Orientation": [ // Orientation of compass model
0.0,
5.0,
0.0
]
},
{
"CarTypeCfg": "CivilianSedan",
"Position": [
-0.1899999976158142,
1.0440000295639039,
0.8799999952316284
],
"Orientation": [
0.0,
10.0,
0.0
]
},
{
"CarTypeCfg": "OffroadHatchback",
"Position": [
0.0,
1.1699999570846558,
0.5
],
"Orientation": [
0.0,
0.0,
0.0
]
},
{
"CarTypeCfg": "Hatchback_02",
"Position": [
0.2750000059604645,
0.9559999704360962,
0.6800000071525574
],
"Orientation": [
0.0,
0.0,
0.0
]
},
{
"CarTypeCfg": "Offroad_02",
"Position": [
-0.4000000059604645,
1.281000018119812,
0.5149999856948853
],
"Orientation": [
0.0,
0.0,
0.0
]
},
{
"CarTypeCfg": "Truck_01_Covered",
"Position": [
0.10000000149011612,
1.5225000381469727,
1.600000023841858
],
"Orientation": [
0.0,
10.0,
0.0
]
},
{
"CarTypeCfg": "Expansion_Landrover_Base",
"Position": [
0.0,
1.475000023841858,
0.8999999761581421
],
"Orientation": [
0.0,
10.0,
0.0
]
}
]
}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