( search forums )
Weapon stats text
Soldat Forums - Misc - Soldat Beta Testing
SERIAL KILLeR
July 5, 2005, 7:21 pm
I find it hard to read the weapons stats ingame as you can see on the screenshot below:

[IMAGE]

So within the abilities i made them a bit more readable:

[IMAGE]


Here's the changed text (lines 649-656):
[code]
Settings : change% (present/default)
|-Damage :
|-Ammo :
|-Reload :
|-Speed :
|-Bink :
|-Rate :
|-Acc. :
[/code]


[edit] Also there is no percent for the bink because of the zero's


Kazuki
July 5, 2005, 7:29 pm
Haha, cool. That's a lot easier on the eyes. Good job.

Deleted User
July 5, 2005, 7:37 pm
Wow, good idea Serial Killer.

Sekushi
July 6, 2005, 11:02 pm
Gj, much prettier. ;D

Michal Marcinkowski
July 7, 2005, 1:25 pm
Hey thanks, I'll use it :).
If the bink was and is 0 there's no %, it can't be calculated, you get a division by zero.

grand_diablo
July 7, 2005, 4:15 pm
If Bink is zero, you might replace that 0/0 thing with the text "none", looks better imo