本篇教程由作者设定未经允许禁止转载。

# Configuration file

~CONFIG_VERSION: 1.3.0   【模组的版本号】

appearance {
    # Choose a color using the gui by clicking the color button or type in a color manually.     【通过点击gui或者导入颜色来修改颜色】
    C:"Background Color"=0x100010     【背景色】

    # Choose a color using the gui by clicking the color button or type in a color manually.     【通过点击gui或者导入颜色来修改颜色】
    C:"Outline Color"=0x5000FF     【轮廓颜色】

    # Sets the opacity for the tooltips; 0 being completely invisible and 1 being completely opaque.     【设置透明度,0是完全透明,1是完全不透明,可输入范围:0-1,默认0.75】
    D:"Tooltip Opacity"=0.75     【透明度】

    # Sets the scale for the tooltips; 0.1 being one thenth the size and 4 being four times the size.     【设置信息显示边框的比例,0.1为尺寸一倍,4是尺寸的4倍,可输入范围:0.1-4,默认为1】
    D:"Tooltip Scale"=1.0     【边框比例】
}


behavior {
    # Sets the duration in ticks for the fading process. [range: 0 ~ 1000, default: 10]     【设置边框随着距离变化的时间(游戏刻,tick),可用范围:0-1000,默认:10】
    I:"Fade Duration"=10   【变化时间】

    # Hide mod names on tooltips. Enable this if you see two mod names. [default: false]     【在提示上隐藏最下面蓝色的模组名称,如果看见两个模组名称,建议开启本选项,默认:关闭(false)】
    B:"Hide Mod Name"=false     【隐藏模组名称】

    # Sets the maximum number of tooltips shown on screenat once. [range: 0 ~ 999, default: 4]     【在屏幕上设置可显示的数量,可用范围:0-999,默认:4个】
    I:"Max Tooltips"=4    【最大数量】

    # Sets the maximum distance that tooltips will be displayed. [range: 2 ~ 64, default: 12]     【设置提示显示的最远距离,可用范围:2-64,默认:12格】
    I:"Maximum Drawing Distance"=12    【最远距离】

    # Use the custom outline color instead. [default: false]     【自定义轮廓颜色,默认:关(false)】
    B:"Override Outline Color"=false     【轮廓颜色】

    # Sets the number of ticks to show the tooltips before they fade. [range: 0 ~ 1000, default: 40]    【设置信息框持续的时间(游戏刻tick),可用范围:0-1000,默认:40刻】
    I:"Ticks to Show"=40      【持续时间】
}


general {
    # Enable rendering the tooltips. [default: true]     【启用本模组,默认:开启(true)】】
    B:"Enable Mod"=true    【启用本模组】
}