View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000567 | Gameplay + OpenGL | [All Projects] Bug | public | 2017-04-11 09:34 | 2017-04-14 08:41 |
Reporter | Major Cooke | ||||
Assigned To | |||||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000567: Draw* can only draw one bar at a time | ||||
Description | It appears the DrawBar functions are a bit broken. | ||||
Steps To Reproduce | D4DResources.pk3 D4DBrokenBars.pk3 Download both files and load in that order. The health and armor bar to the left shows only the text for the armor and the bar for the health. Open D4DBrokenBars.pk3 -> ZStatusBars.txt. Uncomment line 166 + 167 and run the game again. Both health bar and armor count is gone, replaced with the armor bar. | ||||
Tags | No tags attached. | ||||
I saw I had border enabled by mistake. That fixed the issue of the bars not drawing, but text still does not draw. | |
UPDATE D4DBrokenBars2.pk3 Wound up changing the entire thing just a little to better match. The moment all DrawBars are commented out, the font and blue health "+" symbol will actually draw. But only then.
|
|
Okay, all further attempts to rectify this problem have been futile so for now, I'm simply going to hold off further progress on the huds until addressed. No idea what causes it, but it appears it may be overriding everything else -- which is strange, considering it doesn't remove the bigger hud base itself. Yet, it causes the health plus symbol to disappear... | |
I had some difficulties with screen rectangle clipping recently. Could be related, because the DrawBar stuff internally uses screen clipping. Sorry I can't give any more details, I got frustrated and deleted whatever it was I was experimenting with. Some of the problems I faced were: - the clipping rectangle completely blanking out the main menu and console - a lot of difficulty setting up clipping rectangles for more than one HUD element (one would overwrite the other, or something to that effect) |
|
Yeah, what caused some of my issues was the fact that at first I had border as 1. When I turned it off, that allowed some thing to be drawn but it still screws up the rest. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-11 09:34 | Major Cooke | New Issue | |
2017-04-11 09:51 | Major Cooke | Note Added: 0001311 | |
2017-04-11 10:09 | Major Cooke | Note Added: 0001312 | |
2017-04-11 10:09 | Major Cooke | Note Edited: 0001312 | View Revisions |
2017-04-11 10:12 | Major Cooke | Note Edited: 0001312 | View Revisions |
2017-04-12 20:48 | Major Cooke | Note Added: 0001330 | |
2017-04-12 22:32 | Nash | Note Added: 0001331 | |
2017-04-13 10:31 | Major Cooke | Note Added: 0001337 | |
2017-04-14 08:41 | Graf Zahl | Status | new => resolved |
2017-04-14 08:41 | Graf Zahl | Resolution | open => fixed |