Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old July 31, 2007, 02:10   #1
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Anyone playing V nightlies or compiling from SVN

I just landed a change which means you *need* to delete lib/data/object.raw, or you run the risk of having a really screwed-up game. Also, object distributions will be a bit off for a while, so you might want to stick with whatever version you're playing.
takkaria is offline   Reply With Quote
Old July 31, 2007, 17:37   #2
ekolis
Knight
 
ekolis's Avatar
 
Join Date: Apr 2007
Location: Cincinnati, OH, USA
Age: 39
Posts: 919
ekolis is on a distinguished road
Send a message via AIM to ekolis Send a message via MSN to ekolis Send a message via Yahoo to ekolis
OK, thanks for the warning - now if distributions will be off "for a while", does that mean you're going to make such a change again at some point in the future? If so, would you please post here again?
Thanks!
__________________
You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!
ekolis is offline   Reply With Quote
Old July 31, 2007, 17:52   #3
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by ekolis View Post
OK, thanks for the warning - now if distributions will be off "for a while", does that mean you're going to make such a change again at some point in the future? If so, would you please post here again?
Thanks!
I think that my warning was actually unnecessary, but I only realised that right after I posted. The nightlies will be changing quite a bit as items types get removed, renamed, rearranged, put at different depths, etc., and the odd few added here and there. At some point there will come a break in savefile compatibility when weapons and egos get altered. Right now I'm only attacking the non-combat stuff, though. Squelch will be screwed up, too.

In other words, I'm fulfilling the promise on the nightlies page:
"This is almost certainly a work in progress and may be unbalanced, broken, prone to crashes or what have you, so try them very much at your own risk."
takkaria is offline   Reply With Quote
Old July 31, 2007, 22:07   #4
ekolis
Knight
 
ekolis's Avatar
 
Join Date: Apr 2007
Location: Cincinnati, OH, USA
Age: 39
Posts: 919
ekolis is on a distinguished road
Send a message via AIM to ekolis Send a message via MSN to ekolis Send a message via Yahoo to ekolis
Wow, you're absolutely right - I can no longer attack monsters and I'm getting tons of "object not found" errors when I start the game, and I DID delete the obj_info.raw file! :P
Guess I'll have to go back to 3.0.9...
__________________
You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!
ekolis is offline   Reply With Quote
Old August 1, 2007, 01:07   #5
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by ekolis View Post
Wow, you're absolutely right - I can no longer attack monsters and I'm getting tons of "object not found" errors when I start the game, and I DID delete the obj_info.raw file! :P
Guess I'll have to go back to 3.0.9...
You can no longer attack monsters? What happens when you try?
takkaria is offline   Reply With Quote
Old August 1, 2007, 12:43   #6
ekolis
Knight
 
ekolis's Avatar
 
Join Date: Apr 2007
Location: Cincinnati, OH, USA
Age: 39
Posts: 919
ekolis is on a distinguished road
Send a message via AIM to ekolis Send a message via MSN to ekolis Send a message via Yahoo to ekolis
Nothing, except the monsters take a turn and they attack me and eventually kill me
/me is going to try downloading a fresh copy of the svn code to see if anything got "cached" somewhere by mistake...

edit: OK, now I can attack monsters... still getting the "object not found" warnings when the game starts up, but that doesn't seem to affect anything noticeable. Oh, by the way, I am getting a bunch of warnings when running "make": they say something about _GNU_SOURCE being redefined when it's been defined on the command line. And the configure script says it will install into /usr/local now but "make install" still puts the executable into the "trunk" directory...
__________________
You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!

Last edited by ekolis; August 1, 2007 at 12:51.
ekolis is offline   Reply With Quote
Old August 2, 2007, 06:10   #7
ctate
Rookie
 
Join Date: Jul 2007
Posts: 18
ctate is on a distinguished road
Quote:
Originally Posted by ekolis View Post
OK, now I can attack monsters... still getting the "object not found" warnings when the game starts up, but that doesn't seem to affect anything noticeable.
Any time any of the edit/*.txt data files change, you need to nuke the corresponding data/*.raw files manually. What's happening is that the object set has been adjusted quite a bit lately, but your data/*.raw files still reflect an older set of objects. IIRC what's happening is that periodically the game goes to churn the store inventory, but finds itself trying to manipulate objects that the data files no longer describe. Oops.

The game will regenerate the .raw files at launch if they don't exist, so just go ahead and blow away data/*.raw and you'll run cleanly.

-
ctate
ctate is offline   Reply With Quote
Old August 2, 2007, 06:23   #8
ctate
Rookie
 
Join Date: Jul 2007
Posts: 18
ctate is on a distinguished road
Quote:
Originally Posted by ctate View Post
The game will regenerate the .raw files at launch if they don't exist, so just go ahead and blow away data/*.raw and you'll run cleanly.
Nope, that wasn't it in this case. It was that the General Store code was still attempting to stock wine, biscuits, and jerky as staples -- but those types of food had been eliminated from the object set as part of the object-set overhaul that started a few days ago.

Fixed in [432].

-- chris

Last edited by ctate; August 2, 2007 at 06:47.
ctate is offline   Reply With Quote
Old August 2, 2007, 12:22   #9
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by ctate View Post
Nope, that wasn't it in this case. It was that the General Store code was still attempting to stock wine, biscuits, and jerky as staples -- but those types of food had been eliminated from the object set as part of the object-set overhaul that started a few days ago.
Ouch. I meant to do that along with the food changes. Thanks for catching it.
takkaria is offline   Reply With Quote
Old August 2, 2007, 23:59   #10
Nameless
Rookie
 
Join Date: May 2007
Posts: 24
Nameless is on a distinguished road
Quote:
Originally Posted by takkaria View Post
At some point there will come a break in savefile compatibility when weapons and egos get altered.
I do not wish to take this out of context - this is just for the nightlies? Will we see a day when I can't import my old savefiles into the newer "final" versions? I'd really hate to lose all my monster memories and similar out of that.
Nameless 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
Getting Unangband/Angband from SVN and Compiling on Windows andrewdoull Development 133 April 7, 2011 14:28
Windows Compiling and Makefiles APWhite Vanilla 11 August 22, 2007 21:22
No-update svn revisions ekolis Vanilla 1 July 19, 2007 22:43
Anyone running the nightlies... takkaria Vanilla 3 July 13, 2007 16:54


All times are GMT +1. The time now is 23:43.


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