3 bugs

Bug reports for the stable versions go here.
Post Reply
User avatar
pixelfck
Militia Captain
Militia Captain
Posts: 571
Joined: Tue Aug 11, 2009 8:47 pm
Location: Travelling around in Europe

- itmIsInstalled returns Nil for installed armor.
- Trying to (scrShowPane gScreen ...) from within a <InitialPane> causes a crash
- The priority set by <GetGlobalDockScreen> does not seem to work as expected; if I create an extra
<GetGlobalDockScreen> that adds an Illegal (mission) item to the player ship at mission priority (4)
(meaning that it should show up after decon and confiscation screens), the next screen is still
confiscation (priority 6) or prison (priority 8) depending on the item.
Image
Download the Black Market Expansion from Xelerus.de today!
My other mods at xelerus.de
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

hi refund,
- itmIsInstalled returns Nil for installed armor.
that's very true, armor is a special when installed, and requires a different function: itmGetArmorInstalledLocation
http://xelerus.de/index.php?s=functions&function=39

I can't help you much on dockscreens, unfortunately. :(
User avatar
pixelfck
Militia Captain
Militia Captain
Posts: 571
Joined: Tue Aug 11, 2009 8:47 pm
Location: Travelling around in Europe

I use

Code: Select all

(itmMatches theItem "*U")
as a drop in replacement, and it works fine. Still, I think it is a bug and would be nice if it was fixed :)
Image
Download the Black Market Expansion from Xelerus.de today!
My other mods at xelerus.de
Post Reply