Mod Details

SamSWAT's Anime Rear Sights - 4.0 Port

SamSWAT's Anime Rear Sights - 4.0 Port 1.0.0

Created by  yuyui.moe

284 Downloads

SPT 4.0.3 Compatible

Adds 24 anime styled rear sights that are sold by Mechanic.

Latest Version 1.0.0
SPT 4.0.3

Updated Yesterday at 4:48 PM

3.82 MB

Version Notes

This version marks the full release of the mod.

Known issues:

  • Sights will not spawn in containers. Which means it can only be bought
  • English is the only language being loaded.
This download is externally hosted.
Always scan for viruses.

This mods adds new Rear Iron Sights with anime art at the back, so you can fulfill your dream to raid with your Waifu.

Features

  • Adds 24 rear sights with anime girls on them. 8 for MCX and 16 for MBUS weapons.
  • Rear sights are sold by the Mechanic and on the Flea Market
  • Easily add new and edit current iron sights by editing JSON files (guide below)

Known Issues

  • Added sights does not spawn in raids
  • Internationalization support not working

Installation

  1. Download the latest versions on the Releases page
  2. Extract the downloaded ZIP file on the root of your SPT Installation
  3. Start up the server

How to add new sights or edit them

This mod has a small JSON interpreter that allows you to add and edit new back iron sights into the game.

items.jsonc

All you have to do is open db/items.jsonc with your preferred text editor and add the follow structure for your iron sight:

{
  "id": "YOUR_ITEM_MONGOID",
  "clone_from_tpl": "ITEM_TO_CLONE_FROM_MONGOID",
  "bundle_path": "path/to/your/bundle.bundle",
  "price": 4000, // Item price. This will be used on Handbook and Mechanic
  "ergonomics": 3 // Ergo boost. You can set this to any value, but play nice ;) (or dont, I'm not the SPT police)
}

Locales

Then, you need to add the Name, ShortName and Description of your item, otherwise it will have a weird name. To do that, open db/locales/en.json with your preferred text editor and add the follow structure:

"YOUR_ITEM_MONGOID": {
    "name": "Your beautiful item name",
    "short_name": "Short name",
    "description": "Very detailed and incredible item description that will give the player a lot of information and totally not be useless"
}

Credits

Version 1.0.0
Download Mod Version
SPT 4.0.3
Latest Compatible SPT Version

3.82 MB

284 Downloads

Created Wednesday at 9:04 PM

Updated Yesterday at 4:48 PM

Virus Total Results

This version marks the full release of the mod.

Known issues:

  • Sights will not spawn in containers. Which means it can only be bought
  • English is the only language being loaded.
Chep811

Thank you!

1 Like
linksanco

you can´t download through this link, it´s already there. Can´t you upload it to Github?

0 Likes

I’ve updated the link, sorry for the momentarily outage. My GitHub account got falsely-flagged as a spam account 😅

0 Likes
20fpsguy

download link does not work

0 Likes

Apparently my GitHub account got suspended. I’ll be uploading it elsewhere. I’m still waiting for a response from them.

1 Like

Link has been fixed. The source code is still available with all the files, but now on a gitea instance.

2 Likes

Details