2724096477
https://www.mcbbs.net/forum.php?mod=viewthread&tid=985499这个MOD为什么加了他切换不显示准心如图!

Freeze_Dolphin
本帖最后由 Freeze_Dolphin 于 2021-7-14 09:20 编辑
前天curseforge浏览的时候发现楼主还没搬运,没想到这么快就搬运过来了,我翻译了一些config里的东西,感觉对这个mod的配置比较重要,望采纳。

        # 如果准心没有对准任何物体,是否在屏幕中央显示准心
    B:"Always Show Crosshair"=true

        # 加载游戏时的默认视角,设置为first person view即可默认为第一人称
    S:"Default Perspective"=first person view

    # 如果启用,则准心会四处移动以与您要面对的物体对齐,即动态准心设置。
    B:"Dynamic Crosshair"=true

    # 开关第一人称视角的准心
    B:"First Person Crosshair"=true

    # 视角位置在碰撞到物体时是否选择穿越物体
    B:"Ignore Blocks Without Collision"=true

    # 如果视角位置距离玩家太近,是否切换回第一人称(可能有误)
    B:"Keep Camera Out Of Head"=true

    # 是否覆盖其他mod的准心
    B:"Override Mod Crosshairs"=true

    # 是否替换默认的第三人称视角
    B:"Replace Default Perspective"=false
请正确配置模组配置:应该可以在.minecraft/configs/ShoulderSurfing/config.cfg里找到B:"Always Show Crosshair"把这个设为true保存重启游戏

2724096477
Freeze_Dolphin 发表于 2021-7-14 09:19
请正确配置模组配置:应该可以在.minecraft/configs/ShoulderSurfing/config.cfg里找到B:"Always Show Cros ...

我试试吧可以的话给你最佳

2724096477
Freeze_Dolphin 发表于 2021-7-14 09:19
请正确配置模组配置:应该可以在.minecraft/configs/ShoulderSurfing/config.cfg里找到B:"Always Show Cros ...

貌似没有找到

2724096477
Freeze_Dolphin 发表于 2021-7-14 09:19
请正确配置模组配置:应该可以在.minecraft/configs/ShoulderSurfing/config.cfg里找到B:"Always Show Cros ...

# Configuration file

general {
    S:"Adaptive Crosshair Items" <
        minecraft:snowball
        minecraft:egg
        minecraft:experience_bottle
        minecraft:ender_pearl
        minecraft:splash_potion
        minecraft:fishing_rod
        minecraft:lingering_potion
     >

    # Size of the camera adjustment per step
    D:"Camera step size"=0.025

    # Crosshair type to use for shoulder surfing
    S:"Crosshair type"=ADAPTIVE

    # The default perspective when you load the game
    S:"Default Perspective"=FIRST_PERSON

    # Crosshair visibility for FIRST_PERSON
    S:"FIRST_PERSON Crosshair Visibility"=ALWAYS

    # Whether or not to hide the player model if the camera gets too close to it
    B:"Keep Camera Out Of Head"=true

    # Whether or not to limit the player reach depending on the crosshair location (perspective offset)
    B:"Limit player reach"=true

    # If x-offset is limited this is the maximum amount
    D:"Maximum x-offset"=3.0

    # If y-offset is limited this is the maximum amount
    D:"Maximum y-offset"=1.5

    # If z-offset is limited this is the maximum amount
    D:"Maximum z-offset"=5.0

    # If x-offset is limited this is the minimum amount
    D:"Minimum x-offset"=-3.0

    # If y-offset is limited this is the minimum amount
    D:"Minimum y-offset"=-1.0

    # If z-offset is limited this is the minimum amount
    D:"Minimum z-offset"=-3.0

    # Whether or not to remember the last perspective used
    B:"Remember Last Perspective"=true

    # Whether or not to replace the default third person perspective
    B:"Replace Default Perspective"=false

    # Crosshair visibility for SHOULDER_SURFING
    S:"SHOULDER_SURFING Crosshair Visibility"=ALWAYS

    # Whether or not to show the crosshairs farther than normal
    B:"Show Crosshair Farther"=true

    # Crosshair visibility for THIRD_PERSON_BACK
    S:"THIRD_PERSON_BACK Crosshair Visibility"=NEVER

    # Crosshair visibility for THIRD_PERSON_FRONT
    S:"THIRD_PERSON_FRONT Crosshair Visibility"=NEVER

    # Whether or not x-offset adjustment has limits
    B:"Unlimited x-offset"=false

    # Whether or not y-offset adjustment has limits
    B:"Unlimited y-offset"=false

    # Whether or not z-offset adjustment has limits
    B:"Unlimited z-Offset"=false

    # Third person camera x-offset
    D:x-offset=-1.5499999999999983

    # Third person camera y-offset
    D:y-offset=0.0

    # Third person camera z-offset
    D:z-offset=1.8250000000000042
}

Freeze_Dolphin

可以吧.minecraft/config/目录里的文件全部截图嘛
(刚刚貌似在config后面多加了个s)
(主要是我手头没有装了forge的端,也不方便搞=。=)

下一页 最后一页