安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
https://github.com/Crowdedlight/Crows-Zeus-Additions/pull/110
Please consider it for merging, I would be honored to contribute to such an awesome mod.
It seems like in crowsza_pingbox.pbo/ui/pingboxGui.hpp there is this line:
h = QUOTE(0.066 * safezoneH);
To me it reads like the height of the pingbox is tied to a hardcoded constant.
What I imagine is maybe an extra CBA setting under Crows Additions/PingBox that would say something like "Number of pings to show" with values between, say, 3 and 7.
Based on the value chosen maybe the constant 0.066 could be replaced with a different, higher value that would make room to fit more pings? This is where I get speculative because I haven't worked with GUI much.
Also, I guess fnc_addEntryPingBoxHUD.sqf would need to be modified since this part is also hardcoded to a limit of 3:
if (count GVAR(ping_list) >= 3) then {
GVAR(ping_list) deleteAt 2;
};
I think that could be possible. I am currently out-of-country with work. But can take a look at it when I am back home. I can't remember if its just to increase the limit, or there was another reason I limited it.
Arma GUI is not the most fun to work with, so might have had issues there and not been able to do scrolling. But I will check it out and see what is up when I get home
One of the features that I'm constantly using is the PingBox. It's super convenient. The problem is it only fits the last 3 pings. I'm hosting an RP campaign and by the nature of it I'm often busy and can't respond to pings immediately. Unfortunately it also means that the older pings get quickly erased by the new ones.
If I may make a feature request, would it be possible to add a "number of saved pings" setting to the settings menu? So that it would be possible to store not 3 but 5-7 last pings? That would be super useful.
So will be part of next release.
Could potentially add a checkbox on the module dialog, so you can checkbox "include zeus" just as you can choose airdrop etc ?
But it would then include all zeus', not just yourself. Would that work?