Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004151Dwarf FortressVegetationpublic2011-03-06 23:262011-03-27 02:01
ReporterAbuDhabi 
Assigned ToToady One 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
Platform32bit LinuxOSDebianOS Version6
Product Version0.31.21 
Target VersionFixed in Version0.31.24 
Summary0004151: Bamboo flickers because the ALT_PERIOD value isn't being defaulted properly
DescriptionMost of the time, bamboo looks like normal grass, but at odd intervals, in flickers as the "bent f" symbol. This only happens when the game is running, not when it is paused.

Save is here: http://dffd.wimbli.com/file.php?id=3915 [^]
Steps To Reproduce1. Load save.
2. Navigate to outdoors.
3. Wait a while looking at the grass.
Additional InformationThis can be fixed by adding [ALT_PERIOD:1:0] to the bamboo raws, as described at 0004151:0015949.
TagsNo tags attached.
Attached Files

- Relationships
related to 0004467new GRASS_TILES is ignored when VARIED_GROUND_TILES option is set to NO 

-  Notes
(0015879)
Footkerchief (manager)
2011-03-07 00:29

Grass is supposed to flicker between tiles to simulate blowing in the wind or whatever. Do you have reason to believe that's not what you're seeing?
(0015880)
AbuDhabi (reporter)
2011-03-07 00:31

I'm unsure. It's kinda annoying, since it's similar to an irregular strobe light. Best not look at it if you're epileptic.
(0015888)
Knight Otu (manager)
2011-03-07 05:40

Bamboo does not have alt tiles the way the evil grasses do, so it shouldn't flicker that way. Furthermore, the crooked f and the tree sapling tiles should be the default tiles for bamboo, and not the standard grass tiles, but it flashes between both sets. It almost seems like there might be two sets of grasses on the tile, and the game can't decide which one to display.
(0015895)
greycat (reporter)
2011-03-07 07:51

I'm seeing this flashing as well on Linux. I haven't seen any pandas yet, so I don't know whether the bamboo is functional as such.
(0015899)
takaratiki (reporter)
2011-03-07 09:35

Likewise, seeing this on .20 on Linux (Ubuntu 10.10). Flickering is random between default grass tiles and bamboo. Very disconcerting, visually.
(0015927)
DoctorZuber (reporter)
2011-03-07 14:42

are you sure this isn't just caused by a firefly or some similar critter?

loo(k) closely.
(0015928)
Knight Otu (manager)
2011-03-07 15:01

The flickering is on every single bamboo tile, doesn't move, happens every few ticks, and looks nothing like a vermin.
(0015929)
AbuDhabi (reporter)
2011-03-07 15:26

Looking closely is how I determined it was bamboo in the first place.
(0015931)
greycat (reporter)
2011-03-07 16:00

Imagine you're looking at a screen mostly full of grass tiles. There's a mixture of dark green and bright green, mostly dark green, plus your typical gray/red/brown tiles for non-grass, etc.

Now imagine fully half of the dark green tiles flashing BRIGHT GREEN for about a tenth of a second, and then going back to dark green. Over and over.

It's actually not that predictable. Sometimes it doesn't flash at all. Other times it stays bright green for a second or two before going back, rather than strobe-lighting.

I can live with it, but I could easily see how others could be disturbed by it. Easiest workaround, of course, is not to spend much time looking at grassy areas.
(0015934)
DoctorZuber (reporter)
2011-03-07 16:54

humm... I don't have bamboo on my map that I know of, I did notice a similar flickering effect which turned out to be a particularly active firefly. It was not fully half the tiles however.
(0015937)
Quietust (reporter)
2011-03-07 20:34
edited on: 2011-03-07 21:05

It's possible that all types of grass are causing this sort of flickering, except we never notice because almost every type of grass looks exactly the same.

[edit]

I've just confirmed that all types of grass are displaying the ALT_GRASS_TILES values by default (which are seemingly being initialized to the standard characters); presumably, they are occasionally flickering back to the GRASS_TILES values every so often, and the initial values in memory for ALT_PERIOD are determining exactly how often this happens (if they're both 0, then they stay on the alt tiles forever).

(0015942)
DoctorZuber (reporter)
2011-03-07 23:57

Could you clarify where you're seeing the [ALT_GRASS_TILES] and [ALT_PERIOD] tags? I took a quick look at the raw files and didn't see anything like this.
(0015949)
Quietust (reporter)
2011-03-08 05:53
edited on: 2011-03-08 05:59

ALT_GRASS_TILES and ALT_PERIOD are normally only used with "wormy tendrils" and "staring eyeballs", the [EVIL] grasses, but if you don't specify them, the game uses default values instead - specifically, it uses "."/","/"`"/"'" for ALT_GRASS_TILES and presumably uninitialized memory for ALT_PERIOD. If the first value for ALT_PERIOD happens to be greater than the second value, then the grass will occasionally flicker between the normal grass tiles and the alt tiles, but since only bamboo and bubble bulbs use non-default tiles, those are the only ones you'll ever notice.

If you add the token [ALT_PERIOD:x:0] (where "x" is any number greater than zero) to every single type of grass (except for the ones that already have it, of course), then they'll display using the proper tiles.

(0015958)
takaratiki (reporter)
2011-03-08 08:56

Confirmed fix above. Adding [ALT_PERIOD:0:0] in the raw/objects/plant_grasses.txt for bamboos caused them to stop flickering and remain visible constantly. Much less epileptic-esque now.
(0015962)
Quietust (reporter)
2011-03-08 09:32

takaratiki: do the bamboos show up as .,`' or as ƒτƒτ? If the former, then you should change it to [ALT_PERIOD:1:0] since they're supposed to show up as ƒτƒτ.
(0016043)
greycat (reporter)
2011-03-10 07:15

[ALT_PERIOD:1:0] also eliminated the flashing for me.
(0016046)
Quietust (reporter)
2011-03-10 07:50
edited on: 2011-03-10 07:52

Using a large number (e.g. [ALT_PERIOD:1000:0]) might give marginally improved performance.

(0016658)
Toady One (administrator)
2011-03-27 02:01

The ALT_PERIOD value was being defaulted, but there was a local variable that wasn't, and that tends to act up more on linux (as with the kill order crash, I wasn't seeing this on Windows, though it could also happen there). It should be fine now, hopefully.

- Issue History
Date Modified Username Field Change
2011-03-06 23:26 AbuDhabi New Issue
2011-03-07 00:29 Footkerchief Note Added: 0015879
2011-03-07 00:29 Footkerchief Tag Attached: AWAITING UPDATE
2011-03-07 00:31 AbuDhabi Note Added: 0015880
2011-03-07 05:40 Knight Otu Note Added: 0015888
2011-03-07 07:51 greycat Note Added: 0015895
2011-03-07 09:35 takaratiki Note Added: 0015899
2011-03-07 14:42 DoctorZuber Note Added: 0015927
2011-03-07 15:01 Knight Otu Note Added: 0015928
2011-03-07 15:26 AbuDhabi Note Added: 0015929
2011-03-07 16:00 greycat Note Added: 0015931
2011-03-07 16:54 DoctorZuber Note Added: 0015934
2011-03-07 20:34 Quietust Note Added: 0015937
2011-03-07 20:47 Footkerchief Tag Detached: AWAITING UPDATE
2011-03-07 21:05 Quietust Note Edited: 0015937 View Revisions
2011-03-07 21:05 Quietust Note Edited: 0015937 View Revisions
2011-03-07 23:57 DoctorZuber Note Added: 0015942
2011-03-08 05:53 Quietust Note Added: 0015949
2011-03-08 05:59 Quietust Note Edited: 0015949 View Revisions
2011-03-08 05:59 Quietust Note Edited: 0015949 View Revisions
2011-03-08 08:56 takaratiki Note Added: 0015958
2011-03-08 09:32 Quietust Note Added: 0015962
2011-03-10 07:15 greycat Note Added: 0016043
2011-03-10 07:33 Footkerchief Tag Attached: Probable Quick Fix
2011-03-10 07:33 Footkerchief Tag Detached: Probable Quick Fix
2011-03-10 07:38 Footkerchief Summary Bamboo flickers => Bamboo flickers because the ALT_PERIOD value isn't being defaulted properly
2011-03-10 07:50 Quietust Note Added: 0016046
2011-03-10 07:52 Quietust Note Edited: 0016046 View Revisions
2011-03-26 13:09 Footkerchief Additional Information Updated View Revisions
2011-03-27 02:01 Toady One Note Added: 0016658
2011-03-27 02:01 Toady One Status new => resolved
2011-03-27 02:01 Toady One Fixed in Version => Next Version
2011-03-27 02:01 Toady One Resolution open => fixed
2011-03-27 02:01 Toady One Assigned To => Toady One
2011-04-07 16:12 Footkerchief Relationship added related to 0004467


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker