Memory Bug Hunting!
Added 2019-08-20 08:59:00 +0000 UTCOver the last few days I've gotten a bunch of solid writing for LR2 v0.20 done. I started in on Nora's storyline events, then expanded the sex and climax responses to give each sexual encounter a little more uniqueness. I am also now looking into a couple late game bugs reported, the worst of which is a memory leak that slows the game down more and more the longer you play.
I have the suspicion that the image definitions for the clothing system are to blame and that somewhere the images are being duplicated for every outfit instead of referencing a single base object. Once I find what's causing the problem it should be a relatively easy fix. If it ends up being at all interesting I may do a full bug post mortem to highlight what I did wrong (and how you, potential programmers, could avoid it!).
Comments
Tôi không thể chơi ai đó có thể hướng dẫn tôi được không. Tôi k giỏi tiếng anh
Kankuro
2019-08-21 17:49:24 +0000 UTCVren if you wanted to join the modders' discord you would be very welcome :)
CttCJim
2019-08-20 18:42:16 +0000 UTCModders have also found that passing characters as arguments to actions causes a significant bloat. I put in a bug report for it last week.
CttCJim
2019-08-20 18:41:47 +0000 UTCOne of the modders identified a significant bug in the hiring process: "I have tracked down the issue to the interview ui, it basically creates 11!! people, creates a home location for them and adds the home location to the list of locations, even though you only hire one (or none) these people objects stay in the game, much like starbucks purgatory...and are processed every time slot. Imagine hiring 10 people, that would amount to 100 people objects still there (incl wardrobes etc), that are never used, but processed every time (choosing new outfit etc.)....so that basically is the main issue...the actions is also an issue, but minor in comparison."
Lazarus
2019-08-20 12:57:43 +0000 UTCWow, thumbs up and all the luck for finding that memory bug beast! Game is too good otherwise :)
srksrksrk
2019-08-20 12:23:12 +0000 UTC