Skip to content

ZenCarCompass

Zenarchist edited this page May 6, 2026 · 2 revisions

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenCarCompass in ZenModPackConfig.json

image

What Is This?

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

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
            ]
        }
    ]
}

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally