

Lachesis580
Member-
Content Count
65 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout Lachesis580
-
Rank
Corporal
-
CfgAddons/PreloadAddons isn't working after the Heli Update.
Lachesis580 posted a topic in ARMA 3 - GENERAL
The title says all. :) You can read the full story here: http://forums.bistudio.com/showthread.php?185098-Custom-function-quot-CurrentGrenade-quot/page2 And here is the feedback link: http://feedback.arma3.com/view.php?id=21531 -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Yeah 100% sure the Heli update caused this problem. CfgAddons/Preloadaddons isn't working. I switched to the Legacy Build and hey it's working: -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Thank you for the upvote Too late :( with the Helicopter DLC Release this problem is on the Stable version too. http://feedback.arma3.com/view.php?id=21531 -
Poseidon: advanced text editor for Scripts & Configs
Lachesis580 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
I have some problems after a windows reinstall. It takes very long for Poseidon to read files like the config.cpp from "ui_f". Then i reinstalled Poseidon but nothing changed its very slow. The second problem is that autocompletion/highlighting doesn't work And i have no idea what can cause this 2 problems. Edit: It takes 1min and 5sec to open the config.cpp from the ui_f.pbo. -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Yes indeed! :eek: Last time i used it was yesterday and it worked fine.(I'm on the Stable build) I look into it and i publish the update as fast as i can. On the first fast look it seems there is a problem with the BIS HUD Dialog, ctrlText didn't get the text anymore. ---------- Post added at 23:56 ---------- Previous post was at 22:17 ---------- I think the problem is on the BIS side? Because after hard-testing i think PreloadAddons doesn't work anymore. so i can't override BIS things. Then i did a little test and downloaded "UIcorrections" by Beazley and took the "bzly_UIammocount" and yeah didn't work too. -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Oh gosh sry for that. =D Forgot to change the folder path in the Addon builder. :o Fix is coming. :) Edit: Download Link updated. Changelog: 04 Nov 2014 - 1.0b -Only added the missing script. Sry for that. (there is no version number change) -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
@kecharles28 Thank you :) -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
@Foxhound Thank you :) -
The Username Change/Merge Thread
Lachesis580 replied to Placebo's topic in BOHEMIA INTERACTIVE: Web-Pages
Hi It would be nice if my name can be changed to Lachesis580. Thank you :) -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Nice thank you. -
Custom function "CurrentGrenade"
Lachesis580 replied to Lachesis580's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Thank you, yeah i hope so. -
Hi Since there is no "CurrentGrenade"-command,(CLICK) I decided to make a little workaround function. At the moment, it returns an array: Index 0 = Name of the grenade. Index 1 = Ammo count from the grenade. Example: _curgrenade = [] call SCW_fnc_currentGrenade; hint format ["%1 & %2", _curgrenade select 0,_curgrenade select 1]; Changelog: Download: CLICK Current version: 1.0b Requires CBA (Latest version) PS: Sry for my bad english. :) PPS: I am Lachesis580 but there is no way to change the nickname here. :( (Didn't find anything in the settings.)
-
All in Arma Terrain Pack (AiA TP) - A1/A2/OA terrains from BI in A3
Lachesis580 replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I got the message: "Addon 'AiA_BaseConfig_F' requires addon 'CASounds'" I downloaded data only pack and Chernarus -
Stats Server and Client API with support for SQL, and NoSQL databases
Lachesis580 replied to micovery's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Thank you for the information. -
Stats Server and Client API with support for SQL, and NoSQL databases
Lachesis580 replied to micovery's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Hi good work. Are there any benefits between your work and Arma2Net? Positive/Negative?