Skip to content

Commit 8ae0e5b

Browse files
Updated readme (#109)
Combined/summarized alpha release changes into the 0.6.0 release.
1 parent f2de0ff commit 8ae0e5b

File tree

1 file changed

+12
-71
lines changed

1 file changed

+12
-71
lines changed

README.md

Lines changed: 12 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,20 @@ Thanks!
208208

209209
# Change Log
210210
## v0.6.0
211-
* Merged with mainline
212-
213-
## v0.6.0-alpha-23
214-
* Adjustments to Aura availability. Ty iksargodzilla.
215211
* Preliminary support for different mods. Manual edit of cfg.json only for now.
216212
* Removed UseSetsSeed/SetsSeed options in favor of EnhancedSets.
213+
* Added debug cube recipes: axe + 1 health potion = axe with 1 each light,cold,fire,poison, magic skills. Not added to UI, this allows testing of new props to verify that they are working correctly.
214+
* Added Scorer & Generator modules from the -alpha- branch:
215+
* Scorer reads in Unique, Sets, Setitems & Runes and calculates scores for each item.
216+
* Generator uses the scores from the Scorer to generate new weighted random properties. If it doesn't meet the target score, (the vanilla score * PropScoreMultiplier), the generator will re-roll the item until it does, or warns with error message. The properties the Generator rolls are item code, range, and group restricted based on columns in PropScores.txt.
217+
Significant changes to the Scorer/Generator during the alpha development include:
218+
* Added per-slot-ish probability buckets based on item code and type
219+
* Widened out the allowable range of props rolled in the beginning. Properties rolled by the generator can vary more widely than any vanilla item.
220+
* Added PropScores.txt:ScoreLimit -- Limits the max score rolled for a new affix to % of vanilla item score.
221+
* Added PropScores.txt ScoreMax column and capped max score to itemlevel * (1.2 + 0.1 * (PropScoreMultiplier-1)) but only when PropScoreMult < 4. This prevents low level items from spawning with very high values for props that have low ScoreMax.
222+
* Expanded level and item availability of auras for the Generator
223+
* Fixes to +skills to prevent +5 all & +3 class showing up on same item
224+
* Made +class skill cheaper on class specific items
217225

218226
## v0.5.4
219227
* Adding BiggerGoldPiles, NoFlawGems and SafeUnsocket.
@@ -230,73 +238,6 @@ Thanks!
230238
* [bugfix] - fixed density overlap in old code, which was squaring density for nightmare, no increase for hell.
231239
* Upped density max to 45 and split between MonStats.txt & Levels.txt so that the density caps are not hit.
232240

233-
## v0.5.2-alpha-22
234-
* [bugfix] PropScores lines weren't allowing Faith or Exiles Path
235-
236-
## v0.5.2-alpha-21
237-
* Expanded level and item availability of auras for the Generator
238-
* Merged in cleanup from obc/mobdensity branch
239-
* [bugfix] Path fixes to get the srcdir option working again.
240-
241-
## v0.5.2-alpha-20
242-
* Set Generator default to false to work around the ui bug.
243-
* Fix for PerfectProps doing "r=" proptypes
244-
## v0.5.2-alpha-19
245-
* Set PropScoreMultiplier to 1 if user had set it to 0 (thx Speculator)
246-
* Fix Seeds.txt code to write correct seed, and in addition write SetsSeed.
247-
* Balance adjustment in PropScores.txt, some due to the new level limit based code from a17
248-
* Fix for broken Monster Density code that was squaring uniques monster density in nm, and no increase in hell
249-
* Increased Monster Density to Max and split density between Monstats.txt and Levels.txt. Ty Necrolis (Issue #81)
250-
## v0.5.2-alpha-18
251-
* More prop balance by iksargodzilla
252-
* Fixed issue score cap from a17 was not working.
253-
## v0.5.2-alpha-17
254-
* Added debug cube recipes: axe + 1 health potion = axe with 1 each light,cold,fire,poison, magic skills. Not added to UI, this allows
255-
* testing of new props to verify that they are working correctly.
256-
* Changed elementalkills allow curses (-lightning skills, -cold skills, etc) Beware this may shift existing items + elemental skills down by 2, possibly going negative.
257-
* Added PropScores.txt ScoreMax column and capped max score to itemlevel * (1.2 + 0.1 * (PropScoreMultiplier-1)) but only when PropScoreMult < 4
258-
* This prevents low level items from spawning with very high values for props that have low ScoreMax.
259-
## v0.5.2-alpha-16
260-
* Bugfix: Randomizer:IsBalanced was broken
261-
## v0.5.2-alpha-15
262-
* Fixed ElementalSkills
263-
* Increased ranges of some damage props to allow higher values/scores
264-
## v0.5.2-alpha-13
265-
* Adding 2hander buff to Generator
266-
* Fix Randomizer crash
267-
## v0.5.2-alpha-12
268-
* Added ElementalSkills handling in Randomizer
269-
* Balance adjustment to SynergyGroup and ias (properties swing1-3)
270-
* Fixed some broken curses (-AC etc.)
271-
## v0.5.2-alpha-11
272-
* Added "SafeUnsocket" runeword recipe
273-
* Added "ElementalSkills": ability to Generate items with + cold, poison, lightning, or magic skills.
274-
## v0.5.2-alpha-10
275-
* Separated out Generator from Randomizer options
276-
* Made OSkills and PerfectProps their own separate entities, capable of running against vanilla, randomized or generated items.
277-
* Separated out Sets Seed from the other seed.
278-
## v0.5.2-alpha-9
279-
* Fix for ScoreLimit not applying correctly to proppartype s (skill)
280-
* Made oskill conversion its own module, run after Generator or Randomizer
281-
## v0.5.2-alpha-8
282-
* Added PropScores.txt:ScoreLimit -- Limits the max score rolled for a new affix to % of vanilla item score.
283-
## v0.5.2-alpha-7
284-
* Many bugfixes.
285-
* Widened out the allowable range of props rolled in the beginning.
286-
* Added per-slot-ish probability buckets based on item code and type
287-
## v0.5.2-alpha-6
288-
* Fixes to +skills to prevent +5 all & +3 class showing up on same item
289-
* Made +class skill cheaper on class specific
290-
## v0.5.2-alpha-5
291-
* Fix to stamdrain prop
292-
## v0.5.2-alpha-4
293-
* Fixes to Scorer for MinProps support
294-
* Added r= PropParType to allow generation of props in multiples of 5 or 10
295-
* Balancing, and more balancing in PropScores.txt mainly to do with damage, but also restricted 1-100% mana steal to staves, 15% max for everything else.
296-
## v0.5.2-alpha-3
297-
* Added Scorer & Generator modules.
298-
* Scorer reads in Unique, Sets, Setitems & Runes and calculates scores for each item.
299-
* Generator uses the scores from the Scorer to generate new weighted random properties with are then filtered according to score. It will keep generating props until it reaches # props on vanilla item + 4 (if BalancedPropCount) or MaxProps. It also scales the min & max values based on the target score.
300241
## v0.5.1
301242
* Fixed an issue that caused 1.14 game to crash with Cowzzz option enabled.
302243
* Adds new feature `RemoveLevelRequirements`

0 commit comments

Comments
 (0)