Что такое victory lap в айзеке
Подпишитесь, чтобы загрузить
Victory Laps
Pretty simple, the mod gives you the ability to start a new victory lap at any time, just hold V or use the Mod Config Menu to start a victory lap, you can also set whether 3 or more laps changes the character into the lost and change the hold key from V to something else by using the menu.
To fix the home/ascent issue, you can add the following code:
game:SetStateFlag(GameStateFlag.STATE_BACKWARDS_PATH_INIT, false)
game:SetStateFlag(GameStateFlag.STATE_BACKWARDS_PATH, false)
Also, for the antibirth/mother path, I’d recommend adding the following (otherwise you don’t have to fight the heart in the mausoleum again):
game:SetStateFlag(GameStateFlag.STATE_MAUSOLEUM_HEART_KILLED, false)
well you don’t HAVE to victory lap at all, if you want to finish, then finish.
this mod just gives you the ability to do victory laps whenever you like, if you want to, instead of it only being available after beating the lamb, you can pick any arbitrary point to reach before triggering the victory lap, could be after delirium, could do it after the first boss, it’s up to you