Service Closed
This service will be unavailable from March 1st 2014, please download anything you wish to keep before this date.
                        

 
Packer's Doors v4 to v5: 
Fixed name for both Hangar doors from Hanger to Hangar.
Added an apology in the Change log for the constant fix updates.
My bad.
 

Packer's Doors v3 to v4: 
Added 2 new Doors, Space Hanger Top and Space Hanger Bottom. Also improved screenshot for RTB.
 

Packer's Doors v2 to v3: 
Updated server.cs

From
Code:
%error = ForceRequiredAddOn("JVS_Content");

if(%error == $Error::AddOn_Disabled)
{
   error("JVS_DoorsPack0: JVS_Content is disabled and is required by this Add-On.");
}
else if(%error == $Error::AddOn_NotFound)
{
   error("JVS_DoorsPack0: JVS_Content is missing and is required by this Add-On.");
}
else
{
   ContentTypesSO.addContentType("Add-Ons/Content_PackerDoors/types/CastleGate.cs");
}


To
Code:
%error = ForceRequiredAddOn("JVS_Content");

if(%error == $Error::AddOn_NotFound)
{
   error("JVS_DoorsPack0: JVS_Content is missing and is required by this Add-On.");
}
else
{
   ContentTypesSO.addContentType("Add-Ons/Content_PackerDoors/types/CastleGate.cs");
}
 

Packer's Doors v1 to v2: 
Fixed Castle Gate being blocked by bricks that weren't in the way.
 
 
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin and modified by RTB.