diff options
Diffstat (limited to 'TF2 Crates/eclipse/config')
| -rwxr-xr-x | TF2 Crates/eclipse/config/Levels.cfg | 65 | ||||
| -rwxr-xr-x | TF2 Crates/eclipse/config/TheYouWillDieMod.cfg | 28 | ||||
| -rwxr-xr-x | TF2 Crates/eclipse/config/forge.cfg | 57 | ||||
| -rwxr-xr-x | TF2 Crates/eclipse/config/forgeChunkLoading.cfg | 47 | ||||
| -rwxr-xr-x | TF2 Crates/eclipse/config/splash.properties | 14 |
5 files changed, 211 insertions, 0 deletions
diff --git a/TF2 Crates/eclipse/config/Levels.cfg b/TF2 Crates/eclipse/config/Levels.cfg new file mode 100755 index 0000000..edb62ee --- /dev/null +++ b/TF2 Crates/eclipse/config/Levels.cfg @@ -0,0 +1,65 @@ +# Configuration file + +"enemy leveling" { + # Determines the elite entity damage. The new value works like this: [(default damage) * (this value)] + (default damage) = new damage. Default 0.6D + D:eliteDamageBoost=0.6 + + # Determines the elite entity health. The new value works like this: [(default max health) * (this value)] + (default max health) = new max health. Default 0.6D + D:eliteMaxHealth=0.6 + + # Determines the hardened entity health. The new value works like this: [(default max health) * (this value)] + (default max health) = new max health. Default 0.2D + D:hardenedMaxHealth=0.2 + + # Determines the legendary entity damage. The new value works like this: [(default damage) * (this value)] + (default damage) = new damage. Default 0.9D + D:legendaryDamageBoost=0.9 + + # Determines the legendary entity health. The new value works like this: [(default max health) * (this value)] + (default max health) = new max health. Default 0.9D + D:legendaryMaxHealth=0.9 + + # Determines the superior entity damage. The new value works like this: [(default damage) * (this value)] + (default damage) = new damage. Default 0.4D + D:superiorDamageBoost=0.4 + + # Determines the superior entity health. The new value works like this: [(default max health) * (this value)] + (default max health) = new max health. Default 0.4D + D:superiorMaxHealth=0.4 + + # Determines the weakened entity health. The new value works like this: (default max health) - (this value) = new max health. Default -10D + D:weakendMaxHealth=-10.0 + + # Determines the weakened entity damage. The new value works like this: (default damage) - (this value) = new damage. Default -2D + D:weakenedDamageBoost=-2.0 +} + + +general { + # Enable dev features. Things could go wrong; only use in test worlds. Default false + B:enableDevFeatures=false + + # Enables durability. Weapons will eventually run out of durability. Default false + B:enableDurability=false + + # Enables the enemy leveling system. Default true + B:enableEnemyLeveling=true + + # Enables mob drops. Mobs will now randomly drop weapons and armor. Default true + B:enableMobDrops=true + + # Enables the version checker. It is not recommneded to make this false. Default true + B:enableVersionChecker=true + + # Enables the weapon leveling system. Default true + B:enableWeaponLeveling=true +} + + +leveling { + # Determines the extra amount of experience for killing an animal. Default 2 + I:animalBonusExp=2 + + # Determines what the max level is for weapons to reach. Default 20 + I:maxLevelCap=20 + + # Determines the extra amount of experience for killing a monster. Default 10 + I:monsterBonusExp=10 +} + + diff --git a/TF2 Crates/eclipse/config/TheYouWillDieMod.cfg b/TF2 Crates/eclipse/config/TheYouWillDieMod.cfg new file mode 100755 index 0000000..478c233 --- /dev/null +++ b/TF2 Crates/eclipse/config/TheYouWillDieMod.cfg @@ -0,0 +1,28 @@ +# Configuration file + +general { + B:disable_disadvantages=false + B:disable_traps=false + B:enable_crafting_stats=true + B:enable_mob_kill_stats=true + B:enable_weapon_kill_stats=true + I:max_pillars_per_chunk=3 + I:mushroom_replace_difficulty=15 + I:pillar_gen_difficulty=75 + B:pillar_glow=true + B:show_all_pillars_in_creative=false + B:spawn_random_pillars=true + B:spawn_towers=true + I:tower_gen_difficulty=225 + I:trap_gen_difficulty=300 + B:traps_below_ground_only=false + B:version_checking=true +} + + +keybindings { + I:blessing_key=25 + I:examine_key=45 +} + + diff --git a/TF2 Crates/eclipse/config/forge.cfg b/TF2 Crates/eclipse/config/forge.cfg new file mode 100755 index 0000000..976d134 --- /dev/null +++ b/TF2 Crates/eclipse/config/forge.cfg @@ -0,0 +1,57 @@ +# Configuration file + +general { + # Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github. + B:disableVersionCheck=false + + # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024 + I:clumpingThreshold=64 + + # Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipies. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI. + B:sortRecipies=true + + # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. + B:removeErroringEntities=false + + # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. + B:removeErroringTileEntities=false + + # Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticable differences in mechanics so default is vanilla behavior. Default: false + B:fullBoundingBoxLadders=false + + # Control the range of sky blending for colored skies in biomes. + I:biomeSkyBlendRange < + 2 + 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18 + 20 + 22 + 24 + 26 + 28 + 30 + 32 + 34 + > + + # Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. + D:zombieBaseSummonChance=0.1 + + # Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. + D:zombieBabyChance=0.05 + + # The spawn fuzz when a player respawns in the world, this is controlable by WorldType, this config option is for the default overworld. + I:defaultSpawnFuzz=20 + + # If the overworld has ANY spawn fuzz at all. If not, the spawn will always be the exact same location. + B:spawnHasFuzz=true + B:enableGlobalConfig=false +} + + diff --git a/TF2 Crates/eclipse/config/forgeChunkLoading.cfg b/TF2 Crates/eclipse/config/forgeChunkLoading.cfg new file mode 100755 index 0000000..3051bdf --- /dev/null +++ b/TF2 Crates/eclipse/config/forgeChunkLoading.cfg @@ -0,0 +1,47 @@ +# Configuration file + +########################################################################################################## +# Forge +#--------------------------------------------------------------------------------------------------------# +# Sample mod specific control section. +# Copy this section and rename the with the modid for the mod you wish to override. +# A value of zero in either entry effectively disables any chunkloading capabilities +# for that mod +########################################################################################################## + +Forge { + # Maximum chunks per ticket for the mod. + I:maximumChunksPerTicket=25 + + # Maximum ticket count for the mod. Zero disables chunkloading capabilities. + I:maximumTicketCount=200 +} + + +########################################################################################################## +# defaults +#--------------------------------------------------------------------------------------------------------# +# Default configuration for forge chunk loading control +########################################################################################################## + +defaults { + # Are mod overrides enabled? + B:enabled=true + + # The default maximum number of chunks a mod can force, per ticket, + # for a mod without an override. This is the maximum number of chunks a single ticket can force. + I:maximumChunksPerTicket=25 + + # The default maximum ticket count for a mod which does not have an override + # in this file. This is the number of chunk loading requests a mod is allowed to make. + I:maximumTicketCount=200 + + # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it. + I:playerTicketCount=500 + + # Unloaded chunks can first be kept in a dormant cache for quicker + # loading times. Specify the size (in chunks) of that cache here + I:dormantChunkCacheSize=0 +} + + diff --git a/TF2 Crates/eclipse/config/splash.properties b/TF2 Crates/eclipse/config/splash.properties new file mode 100755 index 0000000..5f85f8f --- /dev/null +++ b/TF2 Crates/eclipse/config/splash.properties @@ -0,0 +1,14 @@ +#Splash screen properties +#Sat May 21 22:51:59 EDT 2016 +logoTexture=textures/gui/title/mojang.png +background=0xFFFFFF +font=0x0 +barBackground=0xFFFFFF +barBorder=0xC0C0C0 +rotate=false +bar=0xCB3D35 +enabled=true +resourcePackPath=resources +logoOffset=0 +forgeTexture=fml\:textures/gui/forge.gif +fontTexture=textures/font/ascii.png |
