0 of 0

File information

Last updated

Original upload

Created by

Wyatt

Uploaded by

rjacobvogel

Virus scan

Safe to use

6 comments

  1. Zalaris87
    Zalaris87
    • member
    • 0 kudos
    After testing you can make a "fake" recipe for it with the CustomCraft3 mod for subnuatica.
    Just install the CustomCraft3, add a "WorkingFiles" folder inside your customcraft3 installation and put a textfile with a name of your choice (my one is AliasRecipes)

    and put this content in it:

    AliasRecipes:
    (
    ItemID: VehicleDepthL;
    DisplayName: "Vehicle Depth Pressure Lifter";
    Tooltip: "Removes the depth pressure problem";
    LinkedItemIDs: vehicledepthinf;
    AmountCrafted: 0;
    Ingredients: 
    (
      ItemID: titanium;
      Required: 1;
    ),
    (
      ItemID: TitaniumIngot;
      Required: 2;
    ),
    (
      ItemID: UraniniteCrystal;
      Required: 2;
    ),
    (
      ItemID: WiringKit;
      Required: 1;
    );
    Path: SeamothUpgrades/CommonModules;
    );

    if there exists already a textfile for it just add all inclusice the first brackets 

    then you find the module to craft inside the seamoth hangar under common modules
    after reading the source code i tryd to put it near the orginal location which was intended by the mod itself

  2. LordSoth01
    LordSoth01
    • member
    • 18 kudos
    "Adds a module that REMOVES the VEHICLE"

    Lol, I know what you meant but it is still funny...

    1. NightmareAlligator
      NightmareAlligator
      • member
      • 1 kudos
      Think about it, no vehicle means no depth limit either lol
    2. rjacobvogel
      rjacobvogel
      • member
      • 1 kudos
      I fixed it, yeah that was pretty funny though.
  3. VivaLaMikey
    VivaLaMikey
    • supporter
    • 0 kudos
    This doesn't seem to work, not craftable in any of the stations nor is it pre-installed
    1. rjacobvogel
      rjacobvogel
      • member
      • 1 kudos
      For some reason when I was playing my mods would only show up in creative mode.
      This is something strange and it might be with Nautilus.

      The item commands should still work and if I remember the commands should be "item vehicledepthinf"