Author Topic: JVS Broken due to new update.  (Read 934 times)

Hello forum. I don't ask for help often, but here goes.

Quote
RECV: ADDCONSOLE   % JVS_Content
RECV: ADDCONSOLE   % $AddOn__JVS_Content = 1;
RECV: ADDCONSOLE   % Skipping JVS_Content in favor of Support_LegacyDoors
RECV: ADDCONSOLE   % JVS_Bushido1
RECV: ADDCONSOLE   % $AddOn__JVS_Bushido1 = 1;
RECV: ADDCONSOLE   % Loading Add-On: JVS_Bushido1 (CRC:-2115348803)
RECV: ADDCONSOLE   % Executing Add-Ons/JVS_Bushido1/server.cs.
RECV: ADDCONSOLE   % 13 datablocks added.

When my dedicated server starts up, it skips loading JVS_Content. This occurs even if Support_LegacyDoors and Support_doors aren't located in the add-ons folder, and if they aren't enabled in the add-on list.

Any help would be much appreciated. I can provide more information if need be.

If I am correct this is a bug stated by Rotondo saying that the Star Trek doors and Bushido's doors both have something that is the same, its fixed in the next revision if I am correct.

Thanks for the quick reply.

Something fixed it. I don't know if it was deleting the legacydoors and doors support file but something fixed it.

Badspot

  • Administrator
To use JVS:
  • Enable JVS_Content
  • Disable Support_LegacyDoors


To use Legacy Doors:
  • Disable JVS_Content
  • Enable Support_LegacyDoors

I tried what you said, Badspot, but it doesn't work! I wrote a gamemode file, and then if I disable JVS, enable Support_LegacyDoors, neither show up. And if I enable JVS, and not Support_LegacyDoors, when I spawn it goes back to the main menu, and says: Please add "Support_LegacyDoors" to gamemode.txt. Help?