-
Content Count
474 -
Joined
-
Last visited
-
Medals
Everything posted by pSiKO
-
When you select a loadout, you have a button to make it the Default (respawn) loadout.
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, you can send me the file at: admin@liberation-rx.fr or with the mail system of this forums big thanks
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, that's a super good news !! yes, please send me the file (I will update the github repo) abut the sell points, idk we can use another building to do the work, but which one ?! I let you choose 🙂 nothing critical here, if we are not satisfied with tone building we can easily change. Thanks again buddy!
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, I dig a bit about the insignia tag in A3 - MP. there is (at least) 3 way to display an image as a clan/tag in A3 - You host yourself the .PAA image and the XML file somewhere on the Internet, and you specify the XML's url in the User Profile. (read this: https://community.bistudio.com/wiki/squad.xml) - Arma Units https://units.arma3.com (only work with windows server) - Arma Squad https://armasquads.com (work for linux and windows server) I will not be able to make Arma units works with my linux server. only Arma Squad and self hosting works. So I recommended you to use Arma Squad for Insignia hosting. I hope it helps !
- 884 replies
-
- 1
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Oops! my bad ! i forgot to enable the mission parameters action. it's fixed now, please update from ghithub. you tell me Good game !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, you are right, they are also missing for Livonia, Takistan. because I need two things for it to work: - a 'className' object to which I can refer. (as in https://community.bistudio.com/wiki/Arma_3_CfgVehicles_Structures) or - a static position for these points. look at the file "fixed_position.sqf". I will be more than grateful if you have time to update these files! btw, find a snipet here to save the position of the object in the report file. //executed in console, result in RPT file. private _pos = getArray(configFile >> "CfgWorlds" >> worldName >> "centerPosition"); private _name = "atm_"; { if (_x distance2D lhd > 1000) then { if (str _x find _name > 0) then { diag_log (getPos _x); }; }; } foreach nearestObjects [_pos, [], worldSize / 2];
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, the steam update is a pain ! I only do it for 'stable' version. to get the latest version, use the git hub repo in front page, and follow https://github.com/tbox1911/Liberation-RX#installation I plan to update Steam version this week Work as follow, when enabled: Ammo box don't spawn in captured Military bases, but instead an equivalent amount of Ammo is send to all connected players.
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi the Carrots ! I'm very glad you like the game! there is much to discover, for example, build a tent, pack it as a backpack and equip it, then Halo jump with your AI, once landed, unpack the tent to have a respawn point! about the badge, it should work on this server. I host my xml and my paa myself, but I should work with yours. make sure you define the correct information (in ArmA, modify the user profile -> Unit -> (change) -> XML squad) put your xml URL here it may be a server problem (config, net), we can discuss it. I need to speak with our Hello kitty! Long live Carrots !!
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi folks !! a big fix update is out, plus Steam update. special focus on error messages, cleanup and small thing to fix. - new AI dog system - new medic give up system - progressive penalty (5,10,20) - random Ammo reward for all players when a point is captured - new build engine (to defined rank needed for an item ) - hide tent respawn marker near FOB Try the dog !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi soldiers !! A new update is out, - auto start side mission - enemies boats - progressive penalty - passive income - A dog, to help you ! - Recall medic (to change the medic) - many bugfix (fire , etc) please enjoy !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
hi hernanvenegas, I made an optimization on the client code, to make it faster in fact, there is no "easy" way to deactivate "vehicle lock" because it is used everywhere in the code. I can plan to add an option in the settings to "deactivate" (always ok) the locking system, I will post here when it's done Cheers btw: if your friend joins your group (in workforce management), he has the same right as you. btw2: when the vehicle is locked, you can "abandon" it, there is no more lock (survive to server restart)
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, you can find the save game here : Windows : C:\Users\<%USERNAME%>\Documents\Arma 3 - Other Profiles\server\server.vars.Arma3Profile Linux: /home/<%USERNAME%>/.local/share/Arma 3 - Other Profiles/Player/Player.vars.Arma3Profile Copy and rename to fit the dedicated settings. the important part is <Profile name> + ".vars.Arma3Profile"
- 884 replies
-
- 1
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
hi folks, the Christmas update is out ! new markers on Map (SELL / ATM / FUEL) new units / weapons 500 Ammo at Start cosmetic transition screen Code cleanup, only one XML Sign Ad at Chimra localize lot of message (info, tips) Have fun !
- 884 replies
-
- 2
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, I'm very glad the mission pleased you ! Actually the builds list/units is static, not dynamic but there is no reason it don't work with mod like you said, I made experimental version on Takistan, Chenarus (CUP) and it works fine. I'll try to keep all customisation in : \core.liberation\scripts\shared\classnames.sqf for almost all objects. (vehicle, items, etc) and in: \core.liberation\scripts\loadouts\init_loadouts.sqf for unit template feel free to modify these files to change the units/vehicle/object you can build in the game. Have fun !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
btw, I have a trouble with sounds. I want to play the 'refuel' sound when I use jerrycan canister. so I pick playSound "refuel"; but all theses sounds (rearm, repair refuel) do the same sound (clic-clac !) I browse all sound in editor, thanks to but I can't find the right sound ! anyone can help me with that, maybe I just miss the right sound name ? Thanks
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
LRX, Christmas update is out ! - Enoch map finished - auto unflip static weapon (Titan/HMG/etc) - unlock AI, now work with group selection - You can sell weapon in vehicle's cargo in Garage - More choice in send Ammo - New map markers (ATM, FUEL, SELL) - Ejecting civilian penality (+waypoint) - Add Tips on death screen - ++ cosmetic and fix I wish you the best !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, A small update is out, on menu - stop autorun in dialog - kill prisoners penality - fix cleanup veh. - fix IA auto join - fix underwater action - balance price/ammo - eject civilian from veh - add independant truck - add notice for new player various cosmetic fix. bon appetit !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi guys, new update is out ! - some opfor vehicle can be recycled - min adjustable view distance is now 500m - add airdrop Boats Menu - side mission stats (show enemies remaining) - new loadout/item price calculation - eject crew menu (AI/player) - add drone (UAV, UGV) - prisoners cannot rearm /equip weapons and drive /use gun of vehicle Have Fun
- 884 replies
-
- 1
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
I'll take a look on tanoa (stamina, etc) abandoned marker is intented i'll push update on github frequently, check it yes, that right
- 884 replies
-
- 1
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
btw, I'll add - side mission stats (enemies remaining) - new loadout/item price calculation - eject crew menu (AI/player) - add drone (UAV, UGV)
- 884 replies
-
- 1
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
I'll take a look to the code to change this vlaue. good idea, I'll add it asap 🙂
- 884 replies
-
- 1
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi, You can change the view distance in the "Extended Options" menu (at bottom) you can change the distance that AIs will disembark in file ./addons/FAR_revive/FAR_revive_funcs.sqf in the well named section (//Try to fix AI) line 131 if (round (_x distance2D player) < 200 && (_role select 0) != "Turret") then { thanks a lot for the assault pack tips , very few peoples knows this tricks ! best regards
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hello e1983, I'll take a look on this, should not happen because Stamina is not Island related. If your units are far away (250 m) they should not get out from vehicles, but you knows, Arma...., once you are injured, the AI take leadership and I have very few option to control them ! please could you give me more details In this mission you have to talk soldiers to find the Resistance leader, then protect them during the air assault. your'e welcome ! no, also can you give me more details on this . btw , I'll add some new options : - side mission FOB hunting, cleaned when finish - new veh paint menu - civilian veh explosion bug - customize earplug key in UserAction (like always run and weapon in the back) - Refuel Item and Menu , you can buy a fuel canister (in FOB or in Gas Station) - Polishing UI, add sound , add messages, fix some bugs Have fun ! and thanks a lots for your support
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi folks, a new update was released !! - Enoch Map !! (still in beta version) - Call Air supremacy in Airdrop menu - a new side mission "Meet the Resistance" with extra bonus - a new menu to Send Ammo between players, work in FOB or near ATM - you can speak with civilian to get info - rewrite of action manager (action order, no popup) - rewrite of sides missions controller (no duplicate) - better weather management. - lots of bug fix 🙂 and as always your comments are welcome Have Fun !
- 884 replies
-
- 2
-
- liberation
- cti
-
(and 5 more)
Tagged with:
-
Hi lovethebomb, You don't have to wait for hotfix release, you can use the latest version on the repo, savegame is compatible with old version. samegame is different for each island, (so you can switch between island without loosing your progress) note : I add an option to drag wounded AI good game !
- 884 replies
-
- liberation
- cti
-
(and 5 more)
Tagged with: