-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terra, the resource update 2022 #1333
base: develop
Are you sure you want to change the base?
Conversation
In order to explore beyond the grid you must obtain robot technology
edited comments.
Fixed issues detected in PR#1008
errors fixed from PR#1010
You start off on familiar grounds, but in order to explore beyond the grid, you must obtain robot technology. This should handle the last Travis error.
removed trailing whitespaces
You start off on familiar grounds, but you must obtain robot technology in order to explore beyond the grid. Renamed orepattern to avoid shadowing pattern value.
You start off on familiar grounds, but you must obtain robot technology in order to explore beyond the grid. renamed both patterns on line 101 and 257. Travis hints to line 102 and 258, which confuses me.
You start off on familiar grounds, but you must obtain robot technology in order to explore beyond the grid. Renamed variable p_col on line 258.
Not solving warning about upvalue
…evelop getting up2date with upstream
…sage, removed car.
Latest version per 2022
Bad location, mistaken upload.
Removed unused variable.
Players are now forced to explore islands early on to find oil and ores: -resources are now only generated on islands -set a new resource seed -starting ore is increased -logistics items are sold at the market -map information is updated -trees do not spawn on islands -re-enabled starting gear to boost early game -biters still escape the remove function on map generation (bug)
@@ -0,0 +1,382 @@ | |||
--Terra by T-A-R 2022 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file just a duplicate of map_gen/maps/terra.lua
? In which it can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if i understand correctly, this file (terra.lua, Terra by TAR 2022) should replace the original terra.lua (from 2019) in map_gen/maps. That one has become a depricated version of the map, which can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this PR the two files have the same content (expect some minor whitespace differences). So I assume we only need the one in map_gen/maps/
. Either way which ever version is the latest should be in map_gen/maps/
and the file in map_gen/
can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see what you mean now, correct. Thanks in advance.
After play testing the map with the community in 2019, several changes were made, but never submitted to the refactorio branch.
Among other changes, biters are now wiped from the robot islands on map generation, however remnant biters still make the situation harder then intended.
So although the map is still not in its final shape, now the resource update is included i will not hold back this update any longer.
Compared with the 2019 file, i am happy to present the current state of the map.