Mod Details

A-TACS FG Clothing & Gear

A-TACS FG Clothing & Gear 1.0.0

Created by svbtext

3.7K Downloads

SPT 0.0.0 Compatible

Adds 10 tops, 12 pants, and 36 gear retextures in the one and only A-TACS FG camouflage.

Latest Version 1.0.0
SPT 0.0.0

Updated Jul 14, 2023 at 2:37 AM

Version Notes
This download is externally hosted.
Always scan for viruses.

As of August 23rd 2024 I’m currently working on a complete re-work of this mod with more content! No ETA yet, I’m just waiting on DRIP to be updated since it will be integrated to work with it. Please be patient. I promise this hasn’t been abandoned. 🖤

Introducing my biggest mod yet, created in collaboration with MILF Modding Group. Including 36 gear and 22 clothing retextures with meticulous attention to detail that 90% of you won’t care about. I plan to continue refining and adding new items, and potentially making more A-TACS packs if there’s enough interest (AU, AU-X, FG-X, iX, Ghost, etc).

All clothes unlock at the same level as the original versions, to maintain a vanilla gameplay experience. All gear can be purchased at Ragman (and Peacekeeper for the FAST MT and Exfil helmets) at prices identical to their vanilla counterparts. Some tops have adjusted glove colorways for better camo matching, like the USEC Base’s Oakleys.

The camo’s colors were matched from the Berkut backpack so everything should fit with that fairly well. I tried to keep everything fairly consistent, however due to how Tarkov deals with colors I can’t get it all to be identical. And to be fair real A-TACS has a huge amount of variation in the color dyes used, so you could say it adds more “realism”. However, please let me know if anything seems wildly off or too saturated.

Installing the mod is simple. It’s divided into clothing and gear folders. Ensure JustNU’s core is installed, then place one or both of the ATACS folders in your “mods” directory. For free and already unlockable clothes, rename itemData.json in “zz-ATACS-FG-Clothing\db\items” and replace it with itemData FREE.json.

Screenshots of included gear:

All clothing items so far:

  • Tops
    • USEC Base
    • BEAR Base
    • Woodland Infiltrator
    • Boreas
    • Aggressor
    • Summer Field
    • SPN
    • Black Lynx
    • Zaslon
    • Tigr
  • Pants
    • USEC Base
    • Commando
    • Woodland Infiltrator
    • Tagilla’s Pants
    • Oldschool
    • SPN
    • SRVV
    • Summer Field
    • Tigr
    • TACRES
    • Urban Responder
    • Zaslon

Special thanks to these people!

MeowletteBlackpaw for teaching me everything I know about texturing!

FALMonsta for showing me some pretty vital tricks to improving the detail in my textures

Everyone in the MILF modding group for being great support and awesome people

JustNU for his fantastic base mod

Version 1.0.0
Download Mod Version
SPT 0.0.0
Latest Compatible SPT Version

3.7K Downloads

Created Jul 14, 2023 at 2:37 AM

Updated Jul 14, 2023 at 2:37 AM

Virus Total Results
EjoVisatt

How can i run this mod on spt 3.9.0 ?

0 Likes
EjoVisatt

Cam i fix this?

TypeError: Cannot read properties of undefined (reading ‘counter’)

TypeError: Cannot read properties of undefined (reading ‘counter’)

at Mod.postDBLoad (C:\Battlestate Games\SPTARKOV\user\mods\zz-ATACS-FG-Gear\src\mod.js:127:135)

at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:77:45)

at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:30:24)

at App.load (C:\snapshot\src\utils\App.ts:57:26)

TypeError: Cannot read properties of undefined (reading ‘counter’)

TypeError: Cannot read properties of undefined (reading ‘counter’)

at Mod.postDBLoad (C:\Battlestate Games\SPTARKOV\user\mods\zz-ATACS-FG-Gear\src\mod.js:127:135)

at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:77:45)

at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:30:24)

at App.load (C:\snapshot\src\utils\App.ts:57:26)

0 Likes
MarrowSDK

For anyone having problems with the itemData Free.json file, the issue is the mod author forgot proper syntax in certain lines, a simple mistake we all make from time to time. and to fix it just add a comma “ , “ on line 112 (Or if you know how to check for position it’s pos 3,594)
looks like this
“price”: 0
},

This however will reveal a second syntax error on line 113 where the mod author forgot a closing curly bracket and placed a comma in the incorrect spot, to fix this add a closing curly bracket and a comma this “ }, “ on line 113 (pos 3,599) moving “bottoms” to line 114 remove the comma after the curly bracket on line 112 changing it from “ }, “ to “ } “
it should look like this

“Price”: 0

}

},

I hope this helps anyone having issues.

Update: Looking back adding a comma on line 112 just makes you have to remove it after adding a closing bracket meaning it’s only useful if you were troubleshooting it by yourself so don’t lol, also realizing you can post pictures so here you go this is how it should look.image.png?ex=66569bf2&is=66554a72&hm=fea43d776d2836c0f9454797eb2d4a36cdabc6e47ab110e10e5886ba5a9c50a3&=&format=webp&quality=lossless

0 Likes
Ralav

Update will be great

0 Likes
wheresmyglock19

please update

0 Likes
WilliamSwilliam

Plan on updating this?

0 Likes
MisterX

TypeError: Cannot read properties of undefined (reading ‘conditions’)

TypeError: Cannot read properties of undefined (reading ‘conditions’)

at Mod.postDBLoad (D:\spt-aki 2\user\mods\zz-ATACS-FG-Gear\src\mod.js:127:143)

at PostDBModLoader.executeMods (C:\snapshot\project\obj\loaders\PostDBModLoader.js)

at PostDBModLoader.onLoad (C:\snapshot\project\obj\loaders\PostDBModLoader.js)

at App.load (C:\snapshot\project\obj\utils\App.js)

TypeError: Cannot read properties of undefined (reading ‘conditions’)

TypeError: Cannot read properties of undefined (reading ‘conditions’)

at Mod.postDBLoad (D:\spt-aki 2\user\mods\zz-ATACS-FG-Gear\src\mod.js:127:143)

at PostDBModLoader.executeMods (C:\snapshot\project\obj\loaders\PostDBModLoader.js)

at PostDBModLoader.onLoad (C:\snapshot\project\obj\loaders\PostDBModLoader.js)

at App.load (C:\snapshot\project\obj\utils\App.js)

0 Likes
Habibi

For some reason replacing the itemData.json in clothing with the free one gives me a syntax error in position 3596. I’ll mess around with it and see what I can do. Update: The Lord did not give me enough strength to figure out what’s wrong.

0 Likes
DewardianDev

These are great additions

1 Like
Boizenberri

I get the same warning.

Mod (ATACS FG V1.0.0) is missing package.json

0 Likes

Details