|
Post by merlin on Oct 6, 2017 22:33:25 GMT -6
I see that there's a different budget for adding units/power to caves of the same level based on difficulty setting. How would I go about modifying it so that on the Easy setting, I'd still get 4 units in level 1 dungeons as opposed to 2? Is this possible?
|
|
|
Post by Boaster on Oct 7, 2017 2:57:53 GMT -6
I see that there's a different budget for adding units/power to caves of the same level based on difficulty setting. How would I go about modifying it so that on the Easy setting, I'd still get 4 units in level 1 dungeons as opposed to 2? Is this possible? Modify the files located in 'gs/dungeons/generate/'. The difficulties are separated in chunks, starting with easy mode, then medium, then hard. You would need to remove the '[' and ']' symbols that link up to the 'getdifficultylevel get' near the end of each document. If you're wanting to use hard mode, copy all between the final inner set of '[' and ']' symbols, not including these symbols. This would accomplish what you're asking for.… OR! Replace 'getdifficultylevel get' with '2 get' and this will always return to you the value from the (0, 1, 2) third set starting from zero (2).
|
|
|
Post by merlin on Oct 7, 2017 16:52:05 GMT -6
Sadly, the only folder I see under gs is "dlg." In there I see comb_dlg.gs and scroldlg.gs.
|
|
|
Post by Frodo Baggins on Sept 6, 2018 15:41:52 GMT -6
I think it's a Directory in the main gs file.
|
|