-
Content Count
8 -
Joined
-
Last visited
-
Medals
Community Reputation
13 GoodAbout tr3b0o
-
Rank
Private
Recent Profile Visitors
1080 profile views
-
Hello, I wonder if I can export all items' image (weapon, attachment, ammo from vanilla, RHS, HAFM) or get at least the image path or what file they are in.
-
Update: added developer mode setting in the cba settings menu.
- 6 replies
-
- 2
-
- stealth
- camouflage
-
(and 1 more)
Tagged with:
-
tr3b0o changed their profile photo
-
Update: fixed variable "meadows"
- 6 replies
-
- stealth
- camouflage
-
(and 1 more)
Tagged with:
-
No, it does not affect the AI.
- 6 replies
-
- stealth
- camouflage
-
(and 1 more)
Tagged with:
-
+Armaholic link and tested in dedicated server.
- 6 replies
-
- 1
-
- stealth
- camouflage
-
(and 1 more)
Tagged with:
-
-
Stealth Ghillie 1.1 Description This mod changes the player's camouflage value who wears any standard ghillie suit. If you wear any addon ghillie, the mod won't change your value (yet). From my experience, the AI does not care about your ghillie suit, he will spot you from 20-30m away while you on the ground in the forest. But this mod adds some realism to the ghillie suits. If you find that in some situation your value seems not right (AI spots you/not spots you), just write a comment plus what sitation you were in. Works in all side (blufor, opfor, independent, civilian). No addons required. Tested in SP, hosted server with 2 players and dedicated server. Factors Player's stance (stand, crouch, prone) Player's speed Terrain (meadow, forest, tree) Night Changelog - Download Steam workshop Armaholic
- 6 replies
-
- 10
-
- stealth
- camouflage
-
(and 1 more)
Tagged with:
-
Thanks 7erra and Horner, it works now!
- 5 replies
-
- waituntil
- genericerrorinexpression
-
(and 1 more)
Tagged with:
-
I want to make a trigger which execVM an sqf file and wait until it finishes. But every time it gives me an error or it doesn't wait at all. I tried: myhandle = [] execVM "test.sqf"; waitUntil { scriptDone myhandle }; and it gave me this: waitUntil { |#|scriptDone my.. Generic error in expression also tried: myhandle = [] execVM "test.sqf"; null = [] spawn { waitUntil { scriptDone myhandle }}; then it does not wait at all. The trigger activates before the sqf finish. Inside the sqf, there is a variable at the end: test_sqf_running = nil I also tried: [] execVM "test.sqf"; waitUntil { sleep 1; isNil "test_sqf_running" }; and this happened: waitUntil { |#|sleep 1; is... Generic error in expression. also tried with spawn and it activates before the sql finish. Where is it wrong?
- 5 replies
-
- waituntil
- genericerrorinexpression
-
(and 1 more)
Tagged with: