Minecraft(我的世界)中文论坛
标题:
[1.6.2/1.7.10][ssp]LaunchGui载入信息显示——整合包作者福音
作者:
KarsonCN
时间:
2015-11-25 20:10
标题:
[1.6.2/1.7.10][ssp]LaunchGui载入信息显示——整合包作者福音
本帖最后由 158227452 于 2016-6-20 12:36 编辑
这个可以说是整合包作者的福音
进入游戏时显示这个界面
顺便推广一下我的整合包
[1.7.10][内含音乐]多MOD烧机包丨抖M高能丨魔法与科技结合←点击进入
教程
1.6.4修改太简单了,不做教程
1.7.10的因为我懒。有空再填坑。自己对比一下吧,相信做整合包的人一看就懂,不做的人要这个也没用
打开config文件的LaunchGui.cfg
# Configuration file
##########################################################################################################
# global
#--------------------------------------------------------------------------------------------------------#
# Global settings that can be used in all GUI's
##########################################################################################################
global {
# The acronym of your modpack. [default: LGUI]
S:modpackAcronym=LGUI
# The name of your modpack. [default: LaunchGui]
S:modpackName=LaunchGui
# The current version of your modpack [default: 1.7.10-2.0-18]
S:modpackVersion=1.7.10-2.0-18
}
##########################################################################################################
# miscellaneous
#--------------------------------------------------------------------------------------------------------#
# General settings that don't fall under other categories.
##########################################################################################################
miscellaneous {
# Enables logging information to the console. [default: true]
B:enableLogging=true
}
##########################################################################################################
# notice
#--------------------------------------------------------------------------------------------------------#
# Gui that loads if a text file at a specified URL exists and is not empty.
##########################################################################################################
notice {
##########################################################################################################
# button
#--------------------------------------------------------------------------------------------------------#
# Settings related to the shown buttons.
##########################################################################################################
button {
# Text to display on info button [default: Information]
S:infoButtonText=Information
# URL that the info button sends you to [default: http://tehnut.info]
S:infoButtonUrl=http://tehnut.info
}
##########################################################################################################
# internal
#--------------------------------------------------------------------------------------------------------#
# Settings for the internal checking that the GUI does.
##########################################################################################################
internal {
# Enables the notice GUI [default: false]
B:enableNoticeGui=false
}
##########################################################################################################
# information
#--------------------------------------------------------------------------------------------------------#
# Information to provide to players.
##########################################################################################################
information {
# Title to display at the top [default: Important Notice]
S:infoTitle=Important Notice
# URL to pull information from.
# Use "\n" to define a new line. If the line is still too long, it will split for you.
# If you do not use custom splits, it will just use the automated ones.
# Valid text codes you can use are:
# %player% - Provides the player's username.
# %name% - Provides modpackName
# %version% - Provides modpackVersion
# %acro% - Provides modpackAcronym [default: ]
S:infoUrl=
}
}
##########################################################################################################
# startup gui
#--------------------------------------------------------------------------------------------------------#
# Settings for the GUI shown on startup.
##########################################################################################################
"startup gui" {
##########################################################################################################
# button
#--------------------------------------------------------------------------------------------------------#
# Settings related to the shown buttons.
##########################################################################################################
button {
# Text to display on the continue button. [default: Continue]
S:continueButtonText=进入游戏
# Add a second button that has a link attached to it. Clicking the button will open the link in the user's default browser. [default: true]
B:enableLinkButton=true
# Text to display on the link button. [default: My Website]
S:linkButtonText=我的其他整合包
# Link to open when clicked. [default: http://tehnut.info/]
S:linkButtonUrl=http://www.mcbbs.net/thread-520752-1-1.html
}
##########################################################################################################
# internal
#--------------------------------------------------------------------------------------------------------#
# Settings for the internal checking that the GUI does.
##########################################################################################################
internal {
# Whether to disable the GUI after it has been viewed before.
# Set to false to show GUI on every startup. Still requires showGuiOnStartup to be true. [default: true]
B:disableGuiAfterViewed=false
# False- Displays Gui when the specified mod is found.
# True- Displays Gui when the specified mod is *not* found. [default: false]
B:invertModFinder=false
# Put a modid here to only load if that mod is installed. Leave blank to not check for a mod at all. [default: ]
S:modToFind=
# Whether or not to show the GUI on startup. Used internally, do not touch. [default: true]
B:showGuiOnStartup=true
}
##########################################################################################################
# information
#--------------------------------------------------------------------------------------------------------#
# Information to provide to players.
##########################################################################################################
information {
# These are your information info lines in the GUI
# Use "\n" to define a new line. If the line is still too long, it will split for you.
# If you do not use custom splits, it will just use the automated ones.
# Valid text codes you can use are:
# %player% - Provides the player's username.
# %name% - Provides modpackName
# %version% - Provides modpackVersion
# %acro% - Provides modpackAcronym [default: ]
S:startupGuiLines=欢迎你:%player%,在游戏中 \n1.不能建家、和牛奶以及睡觉 \n2.不能用直线或者鱼骨挖矿法 \n3.即只能在洞穴里挖矿 \n4.游戏中获得两个永久负面BUFF \n5.最终目标:击杀末影龙
# Title of the startup GUI. Shows as yellow text. [default: TITLE]
S:startupGuiTitle=UHC+整合包规则
}
}
##########################################################################################################
# update checker
#--------------------------------------------------------------------------------------------------------#
# Settings for the GUI shown when an update is available.
##########################################################################################################
"update checker" {
##########################################################################################################
# button
#--------------------------------------------------------------------------------------------------------#
# Settings related to the shown buttons.
##########################################################################################################
button {
# Text to display on update information button [default: Changelog]
S:updateInformationButtonText=Changelog
}
##########################################################################################################
# internal
#--------------------------------------------------------------------------------------------------------#
# Settings for the internal checking that the GUI does.
##########################################################################################################
internal {
# Disable the Continue button if there is a pack update available. [default: false]
B:disableContinueButtonIfUpdate=false
# Enables the update checker. [default: false]
B:enableUpdateChecker=false
}
##########################################################################################################
# information
#--------------------------------------------------------------------------------------------------------#
# Information to provide to players.
##########################################################################################################
information {
# The version of your pack currently being shipped. [default: ]
S:currentPackVersion=
# URL to check for a new version. Required a raw text file.
# See here for an example: https://raw.githubusercontent.com/TehNut/LaunchGui/1.7.10/version.txt [default: http://tehnut.info]
S:updateCheckerUrl=http://tehnut.info
# Information to display to your players whenever a new update is available.
# Use "\n" to define a new line. If the line is still too long, it will split for you.
# If you do not use custom splits, it will just use the automated ones.
# Valid text codes you can use are:
# %player% - Provides the player's username.
# %name% - Provides modpackName
# %version% - Provides modpackVersion
# %acro% - Provides modpackAcronym [default: Click the information button below to find out more!]
S:updateGuiLines=Click the information button below to find out more!
# A URL to a forum page (or similar) with information about the pack/update. [default: ]
S:updateInformationUrl=
}
}
复制代码
效果
下载地址
网址
没被墙,就不放网盘了
作者:
452034575
时间:
2015-11-25 20:21
所以就是在整合包打开时提示自定义的信息?~~~~
作者:
KarsonCN
时间:
2015-11-25 20:21
452034575 发表于 2015-11-25 20:21
所以就是在整合包打开时提示自定义的信息?~~~~
不是,是进入游戏后会先进入到这个界面,按进入游戏才会到主界面
作者:
yzczwh4
时间:
2015-11-25 22:18
表示看不懂 有汉化吗?
作者:
KarsonCN
时间:
2015-11-25 22:27
yzczwh4 发表于 2015-11-25 22:18
表示看不懂 有汉化吗?
根本不用汉化啊、只用修改配置文件。
你要我汉化什么
作者:
喵S嚯嚯S咪
时间:
2016-8-24 21:33
不支持1.7.2吗?
作者:
zh1245689
时间:
2019-2-6 15:24
不能输中文吗?
作者:
zh1245689
时间:
2019-2-6 15:25
我在编辑的文本上输中文,然后被改成问号了
作者:
_Pai_Pai_
时间:
2019-2-8 06:11
好懒......
作者:
2991720353
时间:
2020-2-19 16:36
提示:
作者被禁止或删除 内容自动屏蔽