IntelOrca / biorand

A randomizer for the classic Resident Evil games.
https://biorand.net
MIT License
80 stars 9 forks source link

Biorand ignores William #842

Closed Neil-F2 closed 6 months ago

Neil-F2 commented 6 months ago

Version

3.2.6 (8171900)

Seed

R720-QPVM-ZWHH4080WME58H00H3XT6WHM5H40000000000000000Z00F30YZZ

Scenario

RE 2 (Leon A)

Player Character

Doesn't matter

What happened?

I have noticed that William was getting deselected every time i opened the random, so i decided to play only with William as NPCs Captura de pantalla (702) Well, i didn't worked seems like i doesn't recognize William Captura de pantalla (703) By the way, i loved the Randy Rando

Neil-F2 commented 6 months ago

I just notice, the same happens with the music of Umbrella Chronicles (I guess that is what REUC means), i gets deselected too and doesn't recognize it for randomization neither

otamega72 commented 6 months ago

I knew this problem when biorand still in v3.2.3 , (issue #802) , biorand only can handle first 75 npcs. and randomize music only can handle first 15 music. By default v3.2.6 re2 pld0 = 52 , pld1 = 25 , total 77 , so last 2 npcs cannot be randomized. And don't forget to count your customize npcs too (if any) in %appdata%biorand\data

My temporary solution : If I want music [reuc] , rename [reuc] to [1reuc] in biorand\data\bgm , make sure the music I want is in first 15. Same as npc , If I want npc [william] , rename to [1william] in biorand\data\re2\pld0 , and don't forget to rename william voice and hurt folders too.

IntelOrca commented 6 months ago

Duplicate of #802