Tailor Book Page Change on 07/26/2014 07:30 PM CDT
Links-arrows 1
Reply Reply
Did everyone's pages for items change, or is it just mine? Insulated Cloth Cap changed to Chapter 4 page 10, and my small cloth padding switch from Chapter 1, Page 2 to chapter 1, Page 3.

I also just hit 75 ranks, so I don't know if that made a difference.

~ Mhikal
Reply Reply
Re: Tailor Book Page Change on 07/26/2014 07:37 PM CDT
Links-arrows 2
Reply Reply

It might relate to the fact that a few new patterns were added to some of the crafts causing the pages to re-configure themselves. However, that's just a guess on my part.
Reply Reply
Re: Tailor Book Page Change on 07/26/2014 07:46 PM CDT
Links-arrows 3
Reply Reply
The books are dynamically generated, so they'll sort around from time to time for various reasons.



>Forgive my snark, but welcome to the life of a warrior mage.
Reply Reply
Re: Tailor Book Page Change on 07/26/2014 08:10 PM CDT
Links-arrows 4
Reply Reply
So they'll just shift content around at any given time?
Reply Reply
Re: Tailor Book Page Change on 07/26/2014 08:58 PM CDT
Links-arrows 5
Reply Reply
Whenever new items are added or the game crashes the books are reloaded from some sort of table or database and the items of like difficulty seem to shift about. So if there's three tier 1 items, they'll flip flop order. If there's only one item in a tier, it won't move since the chapters in the books are sorted by item difficulty.
Reply Reply
Re: Tailor Book Page Change on 07/26/2014 11:00 PM CDT
Links-arrows 6
Reply Reply
DR's engine makes it incredibly difficult to handle a lot of calculations at once. So I had to build short cuts into the system. One of those is a pre-computation of all the templates into nice, mostly-sorted lists.

Unfortunately the engine decides to reverse the order of the items we are sorting through each time. And well, I'm at 90% CPU usage during these pre-computations as it is.. so adding anything to the sorting algorithm to try and handle this is not advised :(

If I really set my mind to it I could likely optimize it more and find a way to get it working better. But that isn't as productive as working on new content right now, I think.




"I have no data yet. It is a capital mistake to theorize before one has data. Insensibly one begins to twist facts to suit theories instead of theories to suit facts."
- Sir Arthur Conan Doyle, Sherlock Holmes
Reply Reply
Re: Tailor Book Page Change on 07/26/2014 11:33 PM CDT
Links-arrows 7
Reply Reply
Probably a good idea to keep working on new content. This was more for curiosity's sake.

~ Mhikal
Reply Reply