Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
NewAlterlite/config/concheckrmd.cfg

229 lines
14 KiB

# Configuration file
general {
# Used by the mod to check compatiblity. DO NOT CHANGE ME.
# Min: 0
# Max: 20
I:"CONFIG VERSION"=2
##########################################################################################################
# customisable chat greeting message
#--------------------------------------------------------------------------------------------------------#
# A customisable message that will appear in chat when a world is loaded. This is useful for displaying credits.
##########################################################################################################
"customisable chat greeting message" {
# A customisable message that will be displayed in chat when a world is loaded.
B:"1) Display Chat Greeting Message?"=true
# The text to be displayed in chat.
S:"2) Greeting Message Text"=Welcome to New Alterlite. Just a reminder: You are playing an in-development version, everything is not final and things might change in the future.
}
##########################################################################################################
# customisable start message
#--------------------------------------------------------------------------------------------------------#
# A customisable message that will appear when the game starts. This is useful for displaying credits.
##########################################################################################################
"customisable start message" {
# A customisable message box that will be displayed when the game is started. This is useful for displaying credits.
B:"1) Display message box?"=false
# Will the window show on top of all other windows? Recommended to keep set to True.
B:"2) Display message box topmost?"=true
# The text that will be displayed in the message box.
S:"3) Message Box Text"=Hello Modpack Users! Made by matt_r__
}
##########################################################################################################
# open a website when the game starts
#--------------------------------------------------------------------------------------------------------#
# The browser will open a webpage when the game starts. This is useful for providing support and displaying credits.
##########################################################################################################
"open a website when the game starts" {
# A webpage will be displayed when the game starts. This is useful for modpack support.
B:"1) Display Website when game starts?"=false
# The URL of the website that will be displayed. This can be formatted like: http://google.com, www.google.com or google.com.
S:"2) Website URL"=minecraft.curseforge.com/projects/config-checker
}
##########################################################################################################
# amount of ram recommended for game to start
#--------------------------------------------------------------------------------------------------------#
# Set a recommended amount of RAM that is recommended for the modpack to run. If this recommendation is not met then a warning will be displayed when the game is started.
##########################################################################################################
"amount of ram recommended for game to start" {
# The amount of RAM recommended for stable gameplay.
# Min: 128
# Max: 51200
I:"1) Ram Recommended (IN MB)"=2048
# If the player has less than the recommended amount of RAM assigned to the modpack then a warning will be displayed when the game is started.
B:"2) Check RAM meets recommendation?"=false
# Will the window show on top of all other windows? I highly recommend this is left as true.
B:"3) Display message box topmost?"=true
# Customise the text that appears in the warning message. Will display custom message instead of the default text.
B:"4) Customise low RAM Warning?"=false
# The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
S:"5) Custom Message"=You should add more RAM to expierence better performance.
}
##########################################################################################################
# recommended ram chat message
#--------------------------------------------------------------------------------------------------------#
# Set a recommended amount of RAM that is recommended for the modpack to run. If this recommendation is not met then a warning will be displayed in chat when a world is loaded.
##########################################################################################################
"recommended ram chat message" {
# The amount of RAM recommended for stable gameplay.
# Min: 128
# Max: 51200
I:"1) Ram Recommended (IN MB)"=2048
# If the player has less than the recommended amount of RAM assigned to the modpack then a warning will be displayed in chat when a world is loaded.
B:"2) Check RAM meets recommendation?"=false
# Customise the text that appears in the warning message. Will display custom message instead of the default text.
B:"3) Customise low RAM Warning?"=false
# The custom message to be displayed in chat if you have set the previous setting to 'True'. Will display custom message instead of the default text.
S:"4) Custom Message"=[WARNING] You may expierence bad performance due to a shortage of RAM.
}
##########################################################################################################
# amount of ram required for game to start
#--------------------------------------------------------------------------------------------------------#
# Set a required amount of RAM that is required for the modpack to run. If this requirement is not met then an error will be displayed when the game is started and the game will close.
##########################################################################################################
"amount of ram required for game to start" {
# The amount of RAM required for the game to run.
# Min: 128
# Max: 51200
I:"1) Ram Required (IN MB)"=2048
# If the player has less than the required amount of RAM assigned to the modpack then they will be alerted as the game starts and the game will close.
B:"2) Check RAM meets requirement?"=true
# Will the window show on top of all other windows? I highly recommend this is left as true.
B:"3) Display message box topmost?"=true
# Customise the text that appears in the error message. Will display custom message instead of the default text.
B:"4) Display custom text in messagebox?"=true
# The custom message to be displayed in chat if you have set the previous setting to 'True'. Will display custom message instead of the default text.
S:"5) Custom Chat Message"=Allocated RAM does not meet the 2GB minimum required RAM. The game will now crash.
}
##########################################################################################################
# game launch time limit
#--------------------------------------------------------------------------------------------------------#
# Set the maximum time the game can spend booting. If the game exceeds this time limit then then an error will be displayed when the game is started and the game will close.
##########################################################################################################
"game launch time limit" {
# The maximum amount of time the game will be allowed to spend booting.
# Min: 5
# Max: 5400
I:"1) Launch Timeout (IN SECONDS)"=30
# If the game exceeds the launch timeout then a messagebox will be displayed and the game will close.
B:"2) Check game meets launch timeout?"=false
# Will the window show on top of all other windows? I highly recommend this is left as true.
B:"3) Display message box topmost?"=true
# Customise the text that appears in the error message. Will display custom message instead of the default text.
B:"4) Display custom text in error message?"=false
# The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
S:"5) Custom Message"=The game has taken too long too start to start this modpack. This is probably due to insufficient system resources. The game will now close.
}
##########################################################################################################
# file validation
#--------------------------------------------------------------------------------------------------------#
# Run checks on configuration files to ensure they are up to date and have not been modified. If files are not valid then then a warning will be displayed when the game is started.
##########################################################################################################
"file validation" {
# Will display all file checking related errors. Useful to check that file checking has been configured correctly but should be turned off before modpack is released.
B:"Activate Debug Mode?"=false
##########################################################################################################
# check file date
#--------------------------------------------------------------------------------------------------------#
# Check that a specified file is newer than a certain date. Useful to make sure quest books are up to date.
##########################################################################################################
"check file date" {
# If the target file last modified date is not the same as the specified minimum date then a warning will be displayed.
B:"1) Check File Date?"=false
# The file path to the target file. This is the file that the game will validate.
S:"2) File Path"=config/concheckrmd.cfg
# The dateTime format string to use. Will support all java dateTime strings. Make sure that the minimum is entered in this format. Configured to accept GB date strings by default. See CurseForge page for more details.
S:"3) DateTime Format String"=dd/MM/yyyy
# The oldest the file is permitted to be. This will be compared to the target files 'Last Modified' date. With the default DateTime format string 'dd/MM/yyyy' the date will need to be entered in GB format. So the 5th April 2018 will be entered as 5/4/2018.
S:"4) Minimum File Date"=05/05/2018
# Will the window show on top of all other windows? I highly recommend this is left as true.
B:"5) Display message box topmost?"=true
# Customise the text that appears in the warning message. Will display custom message instead of the default text.
B:"6) Display custom text in message box?"=false
# The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
S:"7) Custom Message"=An updated quest file has been released. Visit the modpack page to download the update.
}
##########################################################################################################
# check file hash
#--------------------------------------------------------------------------------------------------------#
# Check that a specified file has not been modified. Useful to make sure configuration files have not been altered.
##########################################################################################################
"check file hash" {
# If the target file hash is not the same as the target hash then a warning will be displayed.
B:"1) Check File Hash?"=false
# The file path to the target file. This is the file that the game will validate.
S:"2) File Path"=config/concheckrmd.cfg
# The hash algorithm to use. Supports MD5, SHA1, SHA256 and SHA512. Make sure that the target hash is entered in this format.
# Valid values:
# MD5
# SHA1
# SHA256
# SHA512
S:"3) Hash Algorithm"=MD5
# This is the expected result when hashing the target file. This can be obtained by using a file hashing tool online. If the target hash differs from the target file hash then the game detects the file has been modified.
S:"4) Target Hash"=E2AD5E7E16787E6C4C6949A1322B1E27
# Will the window show on top of all other windows? I highly recommend this is left as true.
B:"5) Display message box topmost?"=true
# Customise the text that appears in the warning message. Will display custom message instead of the default text.
B:"6) Display custom text in message box?"=false
# The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
S:"7) Custom Message"=A configuration file has been modified. Please restore this file to the original version.
}
}
}