安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
You think do same for USMC?
If anyone was looking for an aceax patch I made one: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3521531791
Outstanding mod btw
And yes, one day it would be nice to see the rank patches, but the mod is great regardless.
also for 2. would this count??
https://media.discordapp.net/attachments/1326010292961935412/1359806059941990421/image.png?ex=6808a394&is=68075214&hm=6eac11f6fb484ae82854bcd89d7a5627d3a2c8cea4890458940b3abd38ec99b4&=&format=webp&quality=lossless&width=1521&height=856
which means only feasible way for now is to just make each rank as a separate variant in arsneal but ehhh... i do not want to do that xd
1. Are there any plans for vest rank patches?
2. Are there any plans for ATAK on vests?
Brilliant mod.
also good job on figuring out the script solution, maybe it can be called into units as an eventhandler or sorts? i wonder if itll cause some performance issues or other unforeseen circumstances tho, im not at all good with this whole scripting/sqf stuff
private _playerName = player;
private _b = _playerName getVariable "UnitNomPatch";
private _c = _playerName getVariable "UnitRankPatch";
private _a = [_playerName, _b] call simc_fnc_setUnitNom;
private _d = [_playerName, _c] call simc_fnc_setUnitRank;
this way it always retrieves the values and places the corresponding patches.
I need to work more to find another solution to implement inside the mod and you can implement the fix.
Come command to put onplayerrespawn script to correct this?