SA-T1 Atomic Tank


New Updated Graphics (Better lighting especially on the tracks) An old rusty tank that fires atomic shells, The SA-T1 Atomic Tank is a powerful but dangerous vehicle that can cause massive damage. Use it with caution! The T1-Atom comes with a flamethrower and machine gun along side a twin chamber cannon that accepts the standard shells along with the new T1-Atom Shell.

Content
7 days ago
1.1 - 2.0
4.19K
Transportation Combat

g 2.0.20 sound bug

7 days ago
(updated 7 days ago)

first line item.lua
local item_sounds = require("__base__/prototypes/item_sounds")
for fix.

7 days ago
(updated 7 days ago)

it is same bug ?
"""Failed to load mods: SA-AtomicTank/prototypes/item.lua:159: attempt to index global 'item_sounds' (a nil value)
stack traceback:
SA-AtomicTank/prototypes/item.lua:159: in main chunk
[C]: in function 'require'
SA-AtomicTank/data.lua:1: in main chunk"""

7 days ago

yup

7 days ago
(updated 7 days ago)

1.Unzip the mod;
2.Go to prototypes/item.lua;
3.From another mod Mammoth-MK3 by Sacredanarchy
noxabellus 2 hours ago:

Just confirmed a similar fix works here. Go to ./prototypes/item.lua and change the lines at the bottom from this

inventory_move_sound = item_sounds.ammo_large_inventory_move,
pick_sound = item_sounds.ammo_large_inventory_pickup,
drop_sound = item_sounds.ammo_large_inventory_move,

to this

inventory_move_sound = "base/sound/item/ammo-large-inventory-move.ogg",
pick_sound = "base/sound/item/ammo-large-inventory-pickup.ogg",
drop_sound = "base/sound/item/ammo-large-inventory-move.ogg",

This thread has been locked.