File information

Last updated

Original upload

Created by

Arveth

Uploaded by

Arveth

Virus scan

Safe to use

About this mod

Adds four different wearable rifles that can be worn on the player's back. Each rifle has a variety of color options. For Male and Female V.

Requirements
Permissions and credits
Changelogs
Adds four different wearable rifles that can be worn on the player's back. Includes the Grad, Nekomata, Ashura, and Kolac rifles. Supports male and female V.


Atelier Store:
For purchasing the items in-game without needing CET console commands.

Installation:
Mod Manager Install:
  • Use Vortex mod manager to download and install.
Manual Install:
  • Manually place the .archive and .xl files in your \archive\pc\mod folder and the .yaml file in your \r6\tweaks folder.

CET Item Codes:

Game.AddToInventory("Items.wearable_grad_default");
Game.AddToInventory("Items.wearable_grad_panam");
Game.AddToInventory("Items.wearable_grad_buck");
Game.AddToInventory("Items.wearable_grad_military");
Game.AddToInventory("Items.wearable_grad_neon");
Game.AddToInventory("Items.wearable_grad_pimp");
Game.AddToInventory("Items.wearable_kolac_default");
Game.AddToInventory("Items.wearable_kolac_military");
Game.AddToInventory("Items.wearable_kolac_neon");
Game.AddToInventory("Items.wearable_kolac_pimp");
Game.AddToInventory("Items.wearable_kolac_custom");
Game.AddToInventory("Items.wearable_kolac_legendary");
Game.AddToInventory("Items.wearable_nekomata_default");
Game.AddToInventory("Items.wearable_nekomata_military");
Game.AddToInventory("Items.wearable_nekomata_neon");
Game.AddToInventory("Items.wearable_nekomata_pimp");
Game.AddToInventory("Items.wearable_nekomata_amazon");
Game.AddToInventory("Items.wearable_nekomata_breakthrough");
Game.AddToInventory("Items.wearable_nekomata_barghest");
Game.AddToInventory("Items.wearable_ashura_default");
Game.AddToInventory("Items.wearable_ashura_military");
Game.AddToInventory("Items.wearable_ashura_neon");
Game.AddToInventory("Items.wearable_ashura_pimp");
Game.AddToInventory("Items.wearable_ashura_ep1");