-
Content Count
28 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
12 GoodAbout Toasterbr
-
Rank
Private First Class
Contact Methods
-
Website URL
http://aegisgroup.com.br
Profile Information
-
Gender
Male
-
Location
Brazil
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
VIM-SQF: SQF syntax highlight for VIM
Toasterbr replied to ussrlongbow's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@HazJ , actually no. VIM is very customizable. Mine is like this, for example. Thanks, @ussrlongbow for your updates! -
Tophe's Arma Dedicated Server Tool (TADST)
Toasterbr replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hey tophe, just to let you know, selecting Custom difficulty in the map tab returns: class Missions { class Mission_1 { template = "name_of_the_mission.Altis"; difficulty = ""; }; }; Selecting Expert will return Custom, although. Thanks! -
[Release] Simple Clothing Shop System
Toasterbr replied to hoverguy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
No worries. Also, brilliant work, mate! Keep it up! :) -
[Release] Simple Clothing Shop System
Toasterbr replied to hoverguy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Found it: In the fn_itemSelectionChanged.sqf, line 19: HG_WEAPONS_ITEM_PRICE ctrlSetText format[(localize "STR_HG_PRICE_TAG_W"),[_price] call BIS_fnc_numberText]; Should be: HG_WEAPONS_ITEM_PRICE ctrlSetText format[(localize "STR_HG_DLG_PRICE_TAG_W"),[_price] call BIS_fnc_numberText]; Cheers mate! -
[Release] Simple Clothing Shop System
Toasterbr replied to hoverguy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey Hover, Just to let you know, in the merged version, price for the item (weapons) is not shown. Thanks! -
Zombies & Demons 5.0
Toasterbr replied to ryandombrowsky's topic in ARMA 3 - ADDONS & MODS: COMPLETE
You are right! :) Cheers! -
Zombies & Demons 5.0
Toasterbr replied to ryandombrowsky's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Ah, and another thing! I think you should mention that CBA is required, since you're using CBA_fnc_globalExecute, right? Cheers! -
Zombies & Demons 5.0
Toasterbr replied to ryandombrowsky's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hey Ryan! Thanks for the update! If I can make a suggestion, I don't really think the Zombies need to do Bullet damage regarding the ACE integration. Also, they are dumb, so I think hitting always the body and legs seems off to me. I made some modifications, making the zombies hitting random hitpoints and doing only Stabbing and Punching damage. Also, I made the zombies do regular damage to AI, since the server can be configured to not allow ACE medical on the bots. _target = _this select 0; if(isPlayer _target) then { [-2,{ _target = _this; _randomAttackType = ["stab","punch"] call BIS_fnc_selectRandom; _randomAttackLocation = ["head", "body", "hand_l", "hand_r", "leg_l", "leg_r"] call BIS_fnc_selectRandom; if(player == _target) then { [_target, (_target gethit _randomAttackLocation) + Ryanzombiesdamage, _randomAttackLocation, _randomAttackType] call ace_medical_fnc_addDamageToUnit; }; },_target] call CBA_fnc_globalExecute; } else { _target setdamage (damage _target + Ryanzombiesdamage); }; I hope it helps! Thanks again for the mod. Keep the good work! -
Brilliant! Already sent an email. Thanks!
-
Roger. Thanks for the heads up! FYI, the mission is running smoothly :)
-
Done. Thanks! Also, the HC needed to be connected before launching the mission? Using ASM, it shows enemies only spawning in the server and not in the HC... Do you know what I'm doing wrong? Thanks!
-
Just to let you know that Arsenal loadouts, radios and lags are fixed! Thanks for the fix, Sensei! Awesome work. We had a blast yesterday in the Chernarus variant :)
-
Gonna test it out today. Thanks for the update, Sensei. Brilliant work! cheers
-
Hi SENSEI. I can confirm that we are having the same Arsenal LAG experienced by The.D, including the loadout saving problem. Edit: Forgot to mention that we use ACE, TFAR, RHS, Leight's OPFOR,bCombat (Server Side) and AllInArmaTerrainPack + CBA Thanks!
-
Today indeed is a glorious day :)