Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Variants

Reply
 
Thread Tools Display Modes
Old May 25, 2013, 00:55   #1
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
Pete Mack will become famous soon enough
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.
Attached Files
File Type: zip save.zip (38.5 KB, 224 views)
Pete Mack is offline   Reply With Quote
Old May 25, 2013, 03:24   #2
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
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
nppangband is offline   Reply With Quote
Old May 25, 2013, 18:32   #3
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
Pete Mack will become famous soon enough
Quote:
Originally Posted by nppangband View Post
Sorry about that.

Are you playing NPPAngband or NPPMoria?
NPP Angband.
Pete Mack is offline   Reply With Quote
Old May 27, 2013, 14:33   #4
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
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
nppangband is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 22:11.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.