• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

[MOD]-=TacticalAction=- A17 TrainingManual

The mod has good content but it misses.. Pure art.. Armor and gas masks.. This mod is awesome.. Need gas mask.. New gas mas..

 
Thanks everyone for your reply, I will keep update TA mod, but maybe slowy.

然后感谢国内的兄弟们的支持,真没想到能在这看到中文的回复,其实还有很多要说的不过英文口语水平太差所以就算了。这个MOD我一直在抽时间更新,以后会有更多新内容加入。现在因为临近春节了所以时间不是很多,只能是有空就抓紧做点。

 
Thanks everyone for your reply, I will keep update TA mod, but maybe slowy.然后感谢国内的兄弟们的支持,真没想到能在这看到中文的回复,其实还有很多要说的不过英文口语水平太差所以就算了。这个MOD我一直在抽时间更新,以后会有更多新内容加入。现在因为临近春节了所以时间不是很多,只能是有空就抓紧做点。
我很喜欢玩战术行动mod,因为里面的枪械是国内最好的

 
Thanks everyone for your reply, I will keep update TA mod, but maybe slowy.然后感谢国内的兄弟们的支持,真没想到能在这看到中文的回复,其实还有很多要说的不过英文口语水平太差所以就算了。这个MOD我一直在抽时间更新,以后会有更多新内容加入。现在因为临近春节了所以时间不是很多,只能是有空就抓紧做点。
Thank you IvanDX! We will wait for this amazing mod :D

 
Great mod Ivan. Here is an install.bat that will allow you to skip having to modify your localization file. Just edit the localization file to contain just what youve added. Have to go back and see the Author of the install bat, i use them a lot, but found this one with another mod with a localization file it needed pass through. Thanks again man.

@echo off

color 4F

echo

echo

echo

echo

echo

echo

echo.

for %%I in (.) do set CurrDirName=%%~nxI

echo This will install localization for %CurrDirName%.

echo.

IF EXIST "Localization.txt" echo Detected "localization.txt"

echo.

IF EXIST "Localization.txt" echo A backup of your localization.txt will be made called localization.txt.bak

echo.

IF EXIST "Localization.txt" echo This batch file can only do so much.

echo.

:start

echo.

echo MENU:

echo 1 to Continue

echo 2 to Quit

echo 3 to restore a backup if one exists

set /p choice=Option:

if not '%choice%'=='' set choice=%choice:~0,1%

if '%choice%'=='1' goto install

if '%choice%'=='2' goto end

if '%choice%'=='3' goto restore

ECHO "%choice%" Choice is not valid, try again

ECHO.

goto start

:install

IF EXIST "Localization.txt" copy "..\..\data\config\Localization.txt" "..\..\data\config\Localization.txt.bak"

type localization.txt >> "../../data/config/Localization.txt"

echo Finished

goto end

:restore

IF NOT EXIST ..\..\data\config\Localization.txt.bak echo Localization backup does not exist

IF EXIST ..\..\data\config\Localization.txt.bak echo Restoring backuped up file.

IF EXIST ..\..\data\config\Localization.txt.bak copy "..\..\data\config\Localization.txt.bak" "..\..\data\config\Localization.txt"

IF EXIST ..\..\data\config\Localization.txt.bak del "..\..\data\config\Localization.txt.bak"

:end

pause

 
Probably a conflict with another mod. I couldn't quite make everything out on such a small resolution but it looks like two mods may be using the same loot ID. What other mods are you running?

 
Most definitely a mod conflict. Two mods are trying to create a loot container with the id of 210.

And there is a conflict with two or more mods with the Traders.xml

I'd search the mods folder for Loot.xml and look for what could be the source of the errors.

If you find the problem you could just change one of the mods references to 210 to another number and get them to work.

 
Back
Top