![]() |
#1 |
Prophet
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
![]() |
NPP 7.0 Beta-2 : Save files broken
I have two save files that I can't open, one from a dead character and one from a live character. Zipped save directory is attached.
|
![]() |
![]() |
![]() |
#2 |
NPPAngband Maintainer
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
![]() |
Sorry about that.
Are you playing NPPAngband or NPPMoria?
__________________
NPPAngband current home page: http://nppangband.bitshepherd.net/ Source code repository: https://github.com/nppangband/NPPAngband_QT Downloads: https://app.box.com/s/1x7k65ghsmc31usmj329pb8415n1ux57 |
![]() |
![]() |
![]() |
#3 |
Prophet
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
![]() |
|
![]() |
![]() |
![]() |
#4 |
NPPAngband Maintainer
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
![]() |
Sorry for the slow response. RL is demanding most of my attention at the moment. The fix is in load.c:
@@ -1147,7 +1147,7 @@ static errr rd_extra(void) rd_s16b(&p_ptr->lev); /* Verify player level */ - if ((p_ptr->lev < 1) || (p_ptr->lev > z_info->max_titles)) + if ((p_ptr->lev < 1) || (p_ptr->lev > z_info->max_level))
__________________
NPPAngband current home page: http://nppangband.bitshepherd.net/ Source code repository: https://github.com/nppangband/NPPAngband_QT Downloads: https://app.box.com/s/1x7k65ghsmc31usmj329pb8415n1ux57 |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
broken save file | grassy | Development | 12 | March 1, 2015 22:42 |
[3.3.0] Corrupted save files | Andros | Vanilla | 5 | August 29, 2011 16:54 |
Nightly Builds and Save Files | timtek | Vanilla | 2 | June 13, 2010 00:28 |
Question about save files | Fendell Orcbane | Vanilla | 5 | May 21, 2010 17:35 |
lost both my characters to broken save file? | leopena | Variants | 1 | June 21, 2009 11:44 |