Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old October 10, 2012, 16:34   #1
PowerWyrm
Prophet
 
PowerWyrm's Avatar
 
Join Date: Apr 2008
Posts: 2,955
PowerWyrm is on a distinguished road
[3.4] Quality squelching of light sources doesn't work

If you set quality squelching of light sources to "good", normal torches and lanterns still appear. They should be squelched no?
__________________
PWMAngband variant maintainer - check http://powerwyrm.monsite-orange.fr (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!
PowerWyrm is offline   Reply With Quote
Old October 11, 2012, 02:22   #2
fizzix
Prophet
 
Join Date: Aug 2009
Location: Madison, Wisconsin, US
Posts: 3,025
fizzix is on a distinguished road
Yeah, something fishy is going on here. I tried to get lights to work properly in the quality squelch menu (and remove them from the flavor squelch) but I couldn't get it to work properly.

I think the solution would be to keep lights in quality squelch but remove them from flavor squelch. I might try again, but I have a feeling it might get pushed to 3.5 The squelch code is not my favorite section.
fizzix is offline   Reply With Quote
Old October 11, 2012, 08:49   #3
Timo Pietilä
Prophet
 
Join Date: Apr 2007
Location: Climbing up from hole I just dug.
Posts: 4,096
Timo Pietilä is on a distinguished road
Quote:
Originally Posted by PowerWyrm View Post
If you set quality squelching of light sources to "good", normal torches and lanterns still appear. They should be squelched no?
Well, "good" really doesn't exist for light sources. That category is redundant for them. I think normal lamps should disappear with squelching "normal". "good" being one step up from that should obviously do the same.

Maybe light sources are treated as ego because they have PVAL (light duration)?
Timo Pietilä is offline   Reply With Quote
Old October 11, 2012, 14:08   #4
Magnate
Angband Devteam member
 
Join Date: May 2007
Location: London, UK
Posts: 5,060
Magnate is on a distinguished road
Send a message via MSN to Magnate Send a message via Yahoo to Magnate
Quote:
Originally Posted by Timo Pietilä View Post
Well, "good" really doesn't exist for light sources. That category is redundant for them. I think normal lamps should disappear with squelching "normal". "good" being one step up from that should obviously do the same.

Maybe light sources are treated as ego because they have PVAL (light duration)?
Yes, I think this is it. The problem is not in the squelching code though, it's in the pseudo-ID code. The pval on lights is for the radius, and I think this makes them all {splendid}. This obviously needs OF_LIGHT to be excepted.
__________________
"3.4 is much better than 3.1, 3.2 or 3.3. It still is easier than 3.0.9, but it is more convenient to play without being ridiculously easy, so it is my new favorite of the versions." - Timo Pietila
Magnate is offline   Reply With Quote
Old October 11, 2012, 14:30   #5
Timo Pietilä
Prophet
 
Join Date: Apr 2007
Location: Climbing up from hole I just dug.
Posts: 4,096
Timo Pietilä is on a distinguished road
Quote:
Originally Posted by Magnate View Post
Yes, I think this is it. The problem is not in the squelching code though, it's in the pseudo-ID code. The pval on lights is for the radius, and I think this makes them all {splendid}. This obviously needs OF_LIGHT to be excepted.
Light bonus on other items is something that needs to be still treated as ego, so only for actual light sources for that exception.

Is that light duration counter just some sort of hack? I think lights are the only item in the game with shown counter that gets reduced over time. Or is it some sort of modification of charge counter (and as such wont be recognized by squelch code)?
Timo Pietilä is offline   Reply With Quote
Old October 11, 2012, 14:39   #6
Magnate
Angband Devteam member
 
Join Date: May 2007
Location: London, UK
Posts: 5,060
Magnate is on a distinguished road
Send a message via MSN to Magnate Send a message via Yahoo to Magnate
Quote:
Originally Posted by Timo Pietilä View Post
Light bonus on other items is something that needs to be still treated as ego, so only for actual light sources for that exception.

Is that light duration counter just some sort of hack? I think lights are the only item in the game with shown counter that gets reduced over time. Or is it some sort of modification of charge counter (and as such wont be recognized by squelch code)?
No, they're different. The pval on lights is the radius - +1, +2, +3 or (occasionally on randarts) +4.

The fuel is stored in o_ptr->extent, which is the same field that stores the number of gp in a treasure drop ($), and which stores the number of charges on a wand or staff. This is not used in the squelch code at all.
__________________
"3.4 is much better than 3.1, 3.2 or 3.3. It still is easier than 3.0.9, but it is more convenient to play without being ridiculously easy, so it is my new favorite of the versions." - Timo Pietila
Magnate is offline   Reply With Quote
Old October 11, 2012, 17:10   #7
ekolis
Knight
 
ekolis's Avatar
 
Join Date: Apr 2007
Location: Cincinnati, OH, USA
Age: 39
Posts: 918
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
Quote:
Originally Posted by Magnate View Post
The fuel is stored in o_ptr->extent, which is the same field that stores the number of gp in a treasure drop ($), and which stores the number of charges on a wand or staff. This is not used in the squelch code at all.
Maybe it could be used - e.g. squelch gold drops below 50 gold, or squelch wands that are depleted, or squelch lights with less than 1000 turns of fuel left?
__________________
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 October 12, 2012, 07:44   #8
Timo Pietilä
Prophet
 
Join Date: Apr 2007
Location: Climbing up from hole I just dug.
Posts: 4,096
Timo Pietilä is on a distinguished road
Quote:
Originally Posted by Magnate View Post
No, they're different. The pval on lights is the radius - +1, +2, +3 or (occasionally on randarts) +4.
hum, didn't notice that lanterns and torches now show that pval. Earlier plain torches and lanterns didn't even have light flag or pval to show light radius. I guess one of the "ugly hacks" have been removed for them.
Timo Pietilä 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
Sil competition save file doesn't work Ferian Sil 3 February 26, 2012 15:45
[3.3] Supercharging randart shooters doesn't work properly PowerWyrm Vanilla 3 October 13, 2011 17:42
Quality squelching Raggy Development 27 July 8, 2011 18:41
Bug: "Find Traps, Doors & Stairs" doesn't work on chests Raggy Vanilla 26 June 29, 2011 13:28
Verbose quality squelching msgs awldune Vanilla 0 February 17, 2010 16:18


All times are GMT +1. The time now is 12:28.


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