Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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?