When he was hosting on Mariusnet.. trying to join his red game, the search via the missing plugins dialog came up not found. Manually downloading from the Tain and installing the plugin made it possible to join. Why wasn't it found by the plugin finder?
It was discovered that he had 1) resubmitted his plug since initial uploading and 2) changed the name of the new plugin after building it in Fear. The internal name of the plugin was WWII_Devils_Backbone_final while the external plugin name is WWII_Devils_Backbone.
Plugin information for WWII_Devils_Backbone on the Tain database, according to Melekor:
Code: Select all
mysql> select * from plugins where name = "WWII_Devils_Backbone_final";
+------+---------+----------------------------+----------------------------+----------------+------------+
| id | item_id | filename | name | url | checksum |
+------+---------+----------------------------+----------------------------+----------------+------------+
| 2659 | 1906 | WWII_Devils_Backbone_final | WWII_Devils_Backbone_final | www.bungie.com | 1935187912 |
+------+---------+----------------------------+----------------------------+----------------+------------+
1 row in set (0.00 sec)
We know internal name and file name don't have to match, as can be shown by Chimera Multiplayer:
Code: Select all
mysql> select * from plugins where checksum = 2689834389;
+------+---------+-----------------------------+--------------------+----------------+------------+
| id | item_id | filename | name | url | checksum |
+------+---------+-----------------------------+--------------------+----------------+------------+
| 1694 | 841 | Chimera/Chimera Multiplayer | Chimera_Netmap_FC3 | www.bungie.com | 2689834389 |
+------+---------+-----------------------------+--------------------+----------------+------------+
1 row in set (0.00 sec)
Without knowing what the process is for plugin approval, uploading and the resubmission script, I could only guess where the problem is: user error? bad resubmit script? Somewhere along the line the filename in the DB entry was not properly updated.