v0.8.9 (Bugfixes + translations) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.9) from Google, F-Droid, our server, or itch.io

GOW Image Bug (No glow)

A place to submit bugs to the Andor's Trail Development Team.
User avatar
PK17
Posts: 839
Joined: Fri Jul 20, 2012 7:33 pm
android_version: 4.0

GOW Image Bug (No glow)

Post by PK17 »

The GoW does not have the 'blue glow' that all the other extraordinary items have. It also does not say 'extraordinary item' in the item info section. Is it supposed to be this way or was it missed in the content editor?





----------EDIT---------

Just dug through res/raw, it isn't defined in the code as extraordinary, take a look

Code: Select all

 {
        "id": "gem_fire",
        "name": "Gem of warmth",
        "hasManualPrice": 1,
        "category": "gem",
        "iconID": "items_misc_5:26",
        "baseMarketCost": 25
    },
Last edited by Pyrizzle on Sun Nov 17, 2013 4:10 am, edited 1 time in total.
Reason: Changed title
Take a stop by my game thread for some forum fun!!!

http://andorstrail.com/viewtopic.php?f=9&t=4577
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Bug?

Post by Zukero »

I noticed that too, but I think it's simply the GoW's sprite covering the whole glow... too lazy to fire gimp up now and check it.
Raw data for the game has the correct flags if I remember correctly (I checked it a while ago).
Edit : wrong info, and late too...
Last edited by Zukero on Wed Nov 13, 2013 10:37 pm, edited 1 time in total.
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
User avatar
PK17
Posts: 839
Joined: Fri Jul 20, 2012 7:33 pm
android_version: 4.0

Re: Bug?

Post by PK17 »

I checked the resource, I edited the op just before you responded I guess.
Take a stop by my game thread for some forum fun!!!

http://andorstrail.com/viewtopic.php?f=9&t=4577
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Bug?

Post by Zukero »

Lol, we have race condition issues !
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
User avatar
PK17
Posts: 839
Joined: Fri Jul 20, 2012 7:33 pm
android_version: 4.0

Re: Bug?

Post by PK17 »

I checked the changelog for the v0.7.1 alpha and unless I'm missing it, its not there. I also do not see it on the issue tracker.
Take a stop by my game thread for some forum fun!!!

http://andorstrail.com/viewtopic.php?f=9&t=4577
Ian
Posts: 395
Joined: Wed Nov 02, 2011 10:24 am
android_version: 4.2
Location: Germany and the world of AT :D

Re: Bug?

Post by Ian »

Maybe it hasn't got the blue glow because it's not an extraordinary weapon/armor?
Mapmaker for Andor's Trail
Lvl: 73, XP: 6655552, Gold: 327905, RoLS: -, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 2, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 58, AC: 260%, AD: 52-62, AP: 3, ECC: -, CM: -, BC: 164%, DR: 1
User avatar
fiernaq
Posts: 695
Joined: Fri Mar 16, 2012 3:49 pm
android_version: 2.3 - Gingerbread

Re: Bug?

Post by fiernaq »

Speaking of items where the "glow" isn't very visible, check out the Blackwater Leather Armour that is supposed to be a Rare item. On some items like the Stone Cuirass the glow is just hard to see but as far as I can tell, the Blackwater armor doesn't even have a glow. You can tell because the Wolfpack's Animal Hide uses the same armor graphic but it does have the barely visible green glow of an Extraordinary item.
Level: 58, HP: 102, AC: 295%, AD: 46-56, AP: 2/12, BC: 35%, DR: 4
Gold: 75235 | RoLS: 0 RoL: 0 SRoV: 0 VSH: 0
Skills: IF1, Ev1, Ev2, Ev3, CE1, CS1, CS2, Re1, WA1, HH1, Cl1, HH2, DaggerPro1, LightArmorPro1, ShieldPro1, WA2, Cl2
Equipment: Enhanced Combat Helmet, Serpent's Hauberk, Marrowtaint, Quickstrike Dagger, Remgard Shield, Villain's Ring, Villain's Ring, Leather Gloves Of Attack, Enhanced Combat Boots
Last Updated: 02-Dec-2013
User avatar
PK17
Posts: 839
Joined: Fri Jul 20, 2012 7:33 pm
android_version: 4.0

Re: Bug?

Post by PK17 »

Fire, I don't know if you typed it wrong, or just didn't know but....

Legendary: green glow
Extraordinary: blue glow
Rare: purple glow
Quest Item: yellow glow

^^^ This is information straight from the content editor.


---------------

Ian, it is hard to say since the only non-useable / non-equipable items that do glow are quest items.... I asked Oskar a few months back if he would spill the beans regarding the GoW but as expected I was left in the dark. That is why I'm not sure if this is actually a bug or if it was intentional.
Take a stop by my game thread for some forum fun!!!

http://andorstrail.com/viewtopic.php?f=9&t=4577
User avatar
fiernaq
Posts: 695
Joined: Fri Mar 16, 2012 3:49 pm
android_version: 2.3 - Gingerbread

Re: GOW Image Bug (No glow)

Post by fiernaq »

In my opinion, just looking at the colors of the glows, I see the following:
Legendary: (don't have any)
Extraordinary: Teal - closer to green than any other primary color but there is certainly a tiny bit of blue there
Rare: Dark Blue - there is a tiny bit of red present but it's definitely not purple
Quest Item: Yellow - seems to also be some green which browns the yellow a bit but it's still definitely yellow

I've been told I have excellent eyesight but it could also be the color palette on my phone. Either way, I'd suggest we attempt to clarify those colors a bit better either by renaming the colors to match closer to what they are or by changing the color slightly to match the names. Regardless, very low priority since they already accomplish their primary objective which is to differentiate between each other.
Level: 58, HP: 102, AC: 295%, AD: 46-56, AP: 2/12, BC: 35%, DR: 4
Gold: 75235 | RoLS: 0 RoL: 0 SRoV: 0 VSH: 0
Skills: IF1, Ev1, Ev2, Ev3, CE1, CS1, CS2, Re1, WA1, HH1, Cl1, HH2, DaggerPro1, LightArmorPro1, ShieldPro1, WA2, Cl2
Equipment: Enhanced Combat Helmet, Serpent's Hauberk, Marrowtaint, Quickstrike Dagger, Remgard Shield, Villain's Ring, Villain's Ring, Leather Gloves Of Attack, Enhanced Combat Boots
Last Updated: 02-Dec-2013
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: GOW Image Bug (No glow)

Post by Zukero »

Legendaries do have the green glow. At least my RoLS has one !
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
Post Reply