(bug) Hull and Armor class not shown?

A place to post suggestions for new features, new bugs, and comments about the existing code.
Post Reply
Weylin
Posts: 669
Joined: Fri Mar 17, 2006 8:00 am

Post by Weylin »

Since R5, it seems that you can no longer see the armor and hull type of your ships, what gives?
And I'm not the only one.
Imago
Posts: 1440
Joined: Tue Sep 23, 2003 7:00 am
Location: Minneapolis, MN
Contact:

Post by Imago »

screenshot - pointing out the bug, please
Image

These bugs haven't been fixed yet because don't have any developers interested in fixing them up. --Tigereye
Imago's stupid-sensor is supersensitive. --RealPandemonium
The art is managing the flow of the drama to achieve the desired results. --Big_Beta_Tester
joeld wrote:But we’ve been amazed at the level to which some of the Allegiance fans have remained hard-core.
MashMellows
Posts: 61
Joined: Fri Sep 14, 2007 3:42 am
Location: rainforrest

Post by MashMellows »

I think Weylin means we can't see the Hull stats on the ship loadout screen as per R4
TheRock
Posts: 966
Joined: Sat Nov 12, 2005 8:00 am
Location: Delft, Netherlands

Post by TheRock »

mashmellows wrote:QUOTE (mashmellows @ Dec 1 2009, 02:32 AM) I think Weylin means we can't see the Hull stats on the ship loadout screen as per R4
We know.
Imago wrote:QUOTE (Imago @ Nov 30 2009, 12:42 PM) screenshot - pointing out the bug, please
Image Image Image
Weylin
Posts: 669
Joined: Fri Mar 17, 2006 8:00 am

Post by Weylin »


It seems like it should be there... idk
Imago
Posts: 1440
Joined: Tue Sep 23, 2003 7:00 am
Location: Minneapolis, MN
Contact:

Post by Imago »

lol what do you want and where? :iluv:
Image

These bugs haven't been fixed yet because don't have any developers interested in fixing them up. --Tigereye
Imago's stupid-sensor is supersensitive. --RealPandemonium
The art is managing the flow of the drama to achieve the desired results. --Big_Beta_Tester
joeld wrote:But we’ve been amazed at the level to which some of the Allegiance fans have remained hard-core.
Weylin
Posts: 669
Joined: Fri Mar 17, 2006 8:00 am

Post by Weylin »

hull displayed under turn rate, and armor type under signature

err.. I thought it was always like this... or do I just forget what allegiance was like before I got CortUI...
notjarvis
Posts: 4629
Joined: Tue Jun 03, 2008 11:08 am
Location: Birmingham, UK

Post by notjarvis »

Here's what it used to look like

Cortex
Posts: 2578
Joined: Sun Nov 28, 2004 8:00 am
Location: Germany
Contact:

Post by Cortex »

Pretty strange indeed. I ran some tests with Rock, and we could fix it, although we're not sure what originally caused it. (And I don't have a good feeling about adding a fix for a problem the reason of which is unknown.)

The problem is not that the hit points ("hull") and the defense class ("armor class") are not rendered. The problem is just that it was cut off from the pane and therefore never appeared on the screen.

Feel free to investigate the reason for this. If nobody comes up with anything, the following fix will go into the next release -- a fix you can also do locally if this bothers you. The responsible file is not under ASGS protection. I also fixed the imprecise positioning of some bars and some text (they were off by almost two pixels!), so I guess your changes will be overwritten with the next release anyway. The modified hullinfo.mdl has been added to the repository with changeset r507.

In hullinfo.mdl, change the last line:

Code: Select all

hullInfoPane     = AnimatedImagePaneRect(hullInfoImage, Rect(0, -96, 378, 0));
to

Code: Select all

hullInfoPane     = AnimatedImagePaneRect(hullInfoImage, Rect(0, -120, 378, 0));
Alternatively, you should be able to grab the file from the repository and overwrite the one in your artwork directory with it (after a backup, of course). If you feel uneasy to make these changes to your installation, please just wait for the next release.

This is independent of CortUI. The bars are cut off whether you're using CortUI or not and you can apply the manual fix about whether you're using CortUI or not.
Image
This is Sparta. Not spa. — Wurf
Image
Post Reply