104 lines
3.0 KiB
TOML
104 lines
3.0 KiB
TOML
[branding]
|
|
modpack_name="NeoChrome"
|
|
|
|
[flavor_groups.look]
|
|
name = "Eyecandy"
|
|
description = "These eyecandy mods are incompatible. You have to choose which you want most"
|
|
side = "client"
|
|
|
|
[[flavor_groups.look.choices]]
|
|
id = "fancy"
|
|
name = "Fancy"
|
|
description = "Better looking clouds and skies. Compliments dynamic trees very well. Minimal performance impact."
|
|
side = "client"
|
|
|
|
[[flavor_groups.look.choices]]
|
|
id = "fast"
|
|
name = "Fast"
|
|
description = "Sacrifice visual quality and effects in exchange for better performance"
|
|
side = "client"
|
|
|
|
[flavor_groups.dynamic-lights]
|
|
name = "Dynamic Lights"
|
|
id="dynamic-lights"
|
|
description = "Dynamic lighting -- held items, flaming mobs, and contraptions with light sources will illuminate the area around them. Significant performance impact"
|
|
side = "client"
|
|
|
|
[[flavor_groups.dynamic-lights.choices]]
|
|
id = "dynamic-lights_on"
|
|
[[flavor_groups.dynamic-lights.choices]]
|
|
id = "dynamic-lights_off"
|
|
|
|
[flavor_groups.ambient-sounds]
|
|
name = "Ambient Sounds"
|
|
id="ambient-sounds"
|
|
description = "Ambient Sounds that change from biome to biome"
|
|
side = "client"
|
|
|
|
[[flavor_groups.ambient-sounds.choices]]
|
|
id = "ambient-sounds_on"
|
|
[[flavor_groups.ambient-sounds.choices]]
|
|
id = "ambient-sounds_off"
|
|
|
|
|
|
[flavor_groups.half-life]
|
|
name = "Half Life 2"
|
|
id="half-life"
|
|
description = "Half-Life 2 is a 2004 first-person shooter game developed and published by Valve Corporation. It was published for Windows on Valve's digital distribution service, Steam. Like the original Half-Life (1998), Half-Life 2 is played from a first-person perspective, combining combat, puzzles, and storytelling. It adds features such as vehicles and physics-based gameplay. The player controls Gordon Freeman, who joins a resistance effort to liberate Earth from the alien Combine empire."
|
|
side = "client"
|
|
|
|
[[flavor_groups.half-life.choices]]
|
|
id = "half-life_off"
|
|
[[flavor_groups.half-life.choices]]
|
|
id = "half-life_on"
|
|
|
|
[flavor_groups.aliasing]
|
|
name = "Anti-aliasing"
|
|
description = "Smoothes out the jagged edges of blocks, improving clarity and reducing noise when viewing far off objects."
|
|
side = "client"
|
|
|
|
[[flavor_groups.aliasing.choices]]
|
|
id = "none"
|
|
name = "None"
|
|
description = "No anti-aliasing. Best performance."
|
|
side = "client"
|
|
|
|
[[flavor_groups.aliasing.choices]]
|
|
name = "FXAA"
|
|
id = "dirty"
|
|
description = "Fast approximate anti-aliasing. "
|
|
side = "client"
|
|
|
|
[[flavor_groups.aliasing.choices]]
|
|
id = "super"
|
|
name = "SSAA"
|
|
description = "Renders the game at 2x the resolution and then scales it down. May make UI blurry on some monitors."
|
|
side = "client"
|
|
|
|
[metafile.better-clouds]
|
|
flavors = ["fancy"]
|
|
|
|
[metafile.lucent]
|
|
flavors = ["dynamiclights_on"]
|
|
|
|
[metafile.fast-better-grass]
|
|
flavors = ["fast"]
|
|
[metafile.what-are-they-up-to]
|
|
flavors = ["fancy"]
|
|
[metafile.sound-physics-remastered]
|
|
flavors = ["fancy"]
|
|
[metafile.stellar-view]
|
|
flavors = ["fancy"]
|
|
[metafile.bbrb]
|
|
flavors = ["fancy"]
|
|
|
|
[metafile.charmonium]
|
|
flavors = ["ambient-sounds_on"]
|
|
|
|
[metafile.source-engine-sounds]
|
|
flavors = ["half-life_on"]
|
|
|
|
[metafile.dirtyaliasing]
|
|
flavors = ["dirty"]
|
|
[metafile.qdaa]
|
|
flavors = ["super"] |