I've always hit dead ends in every run, this is the first time I was able to unlock everything in the game and get to the shattered planet. It's as cheaty as it gets, but whatever, The logistics involved with a clean run are mind-boggling. I will try a default and unmodded run again, but I'm going to enjoy the ease of playing with this mod first.
I do have a request though, I wonder if you could add support for Mythic quality? I've been hacking it in myself so far, but It makes updating the mod annoying because I always have to go mess around in NetworkChestGUI.lua.
local qualities = {
"normal", "uncommon", "rare", "epic", "legendary", "mythic"
}
quality_flow.add{
type = "sprite-button",
name = "quality_select_all",
sprite = "utility/any_quality",
tooltip = "Add all 6 quality tiers",
style = "slot_button",
toggled = (selected == "all"),
tags = {
event = "select_quality_gui",
quality = "all"
}
}
if selected_quality == "all" then
local qualities = {"normal", "uncommon", "rare", "epic", "legendary", "mythic"}
UIConstants.lua
M.QUALITY_COLORS = {
normal = "white",
uncommon = "green",
rare = "blue",
epic = "purple",
legendary = "orange"
mythic = "cyan"
}
data.lua
local qualities = { "uncommon", "rare", "epic", "legendary", "mythic" }
and then I have to go steal the mythic.png from the other mod and add it to yours. it would be awesome if it was included conditionally somehow, if mythic quality exists, it is also unlocked in your mod. I understand it's pretty niche and most players don't use it though.
Anyway, thanks for the awesome mod.
the mythic mod I'm using is https://mods.factorio.com/mod/VFSteeperQualityWithMythic