Jump to content

Wyqer

Member
  • Content Count

    649
  • Joined

  • Last visited

  • Medals

Everything posted by Wyqer

  1. KP Liberation for Arma 3 Overview: The area has fallen to the enemy and it is up to you to take it back! Embark with your teammates on a persistent campaign that will span several weeks of real time to liberate all capitals across the region. Experience a massive “Capture the Island” campaign involving a large range of different settlements across the entire area. Cooperate with up to 34 players, including a Commanding role, two fire-team squads, a medevac and a logistical support squad as well as AI recruits to fill the gaps. Purchase both infantry and vehicles (both ground and air) using three different types of physical resources; supplies, ammunition and fuel. Build the FOB of your dreams with an in-game "what you see is what you get" system. Play within an immersive engine that not only punishes you for civilian casualty but diversely reacts in turn. Combat aggressive and cunning hostile forces who react and adapt to your actions. Monitor and work alongside, or against, independent guerrilla forces. Learn that every window is a threat thanks to the custom urban combat AI. Accomplish meaningful secondary objectives that will benefit your progression. Never lose your progress with the built-in server-side save system. Introduction: As promised I have continued the Liberation mission originally created by @zbug and in turn started a new thread for this continued version so that the old thread would not lead people to the old GitHub page, as any new links would be lost deep inside many pages. I will update this thread with all new information and the correct links will be shown within this post always. If you encounter any bugs or issues (and there will be some) please report them here at Github and not just here at our Discord or here in this thread. That would a great help to me as it will keep a good overview of any reports. I really hope that @zbug will return in the future but if not, let’s keep this mission running with community support. Join us on Discord: If you like, you can head over to our Discord. Please post any large issues and bugs on GitHub, because that way I've much more of an overview about reported problems. Get the Mission: Download the entire mission collection here from Github. Download prepacked missions here from Github. Download prepacked missions here from the Steam Workshop. Changelog: Have a look at the full changelog on GitHub The License (MIT) Copyright (c) 2015 GreuhZbug, Wyqer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT-ABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2. KP Support Missions Gametype: Ground Support Players: 1 - 16 Modes: SP, COOP, PVP Available maps: Altis Vanilla - NATO vs CSAT RHS - US Army vs Russian VDV Malden Vanilla - NATO vs CSAT RHS - US Army vs Russian VDV Takistan Vanilla - NATO vs CSAT RHS - US Army vs Russian VDV Tanoa Vanilla - NATO vs CSAT RHS - US Marines vs Russian VDV Description: In this mission, game mode "ground support", the players take the roles of helicopter pilots tasked with supporting ground units. The playing field includes the two bases of each factions, as well as a total of 10 sectors. From these faction bases ground units are always on their way to independently seize control of those 10 active sectors. The players are there to support the groups by answering requests for transport, air support or medical evacuation. These orders are dynamically generated during the game, which means that no round compared to another is completely equal. This is accompanied by immersive radio traffic. The mission ends as soon as one side has no more tickets remaining. These are reduced when helicopters crash or the opponent controls at least 6 sectors. In the event of a helicopter crash, the player can respawn at their respective base, where after some time the helicopters reappear. The base also provides landing sites to repair, refuel or rearm the helicopter during the mission. Players are actually restricted to their role as pilots and can only leave the vehicle within their own base, for example, to switch to another helicopter. This also means that players themselves cannot take any sectors. Each side also has a Jet in their base. This won't respawn, so it's a high valuable asset with which you can interrupt the enemy supply lines. You can adjust parameters in the lobby for the daytime, weather, tickets count and view distance. There are 3 kinds of infantry troops which will ask for support: Ghost (4 soldiers) Nomad (8 soldiers) Hydra (16 soldiers) Download: GitHub Workshop: Altis Vanilla Altis RHS Malden Vanilla Malden RHS Takistan Vanilla Takistan RHS Tanoa Vanilla Tanoa RHS Discord
  3. This little script for the mission file let you decide how long vehicles will be able to drive with one full fuel tank and how long a vehicle can let his engine on while standing till one fuel tank is depleted. You can download the rar file, extract it and put the scripts folder in your missionfile. If you don't have a initPlayerLocal.sqf, just put the one provided in. If you already have a initPlayerLocal.sqf, then copy the content from the provided one to yours. You can adjust the values in the kp_fuel_consumption.sqf The script adjust the depletion every second on the machine of the driver or last driver if there is no new driver. Changelog: 08.02.2017 Differs between "standing", "normal speed" and "turbo" "turbo" -> If you use "Shift+W" to increase the speed above the speed you could reach with only "W" for acceleration Moved from init.sqf to initPlayerLocal.sqf Configuration moved inside the sqf instead of parameters at execVM Download via our community website
  4. KP Liberation v0.96.7a Released Get the new version and see the full changelog on GitHub
  5. KP Liberation v0.96.7 Released Planned as hotfix, it now evolved to one of the biggest updates since the resource sytem implementation. Some highlights: Functions library A3 High Command A3 Artillery Support Interactive Tutorial for campaign start Discord Rich Presence Many tweaks, fixes and performance improvements Get the new version and see the full changelog on GitHub
  6. Nobody banned you from any workshop item. Also thanks to @R0adki11, to remove the inappropriate language. Beside of that, you posted this already on the GitHub Issues, which is the right place. So it'll be taken care of. But we won't use a scheduled script like that one you've posted.
  7. Same answer as already on Discord. Head over to the Wiki and read the "important hints" and "config files" articles.
  8. Since 0.96.4 https://github.com/KillahPotatoes/KP-Liberation/wiki/EN_ConfigFiles#kp_objectinitsqf-since-0964
  9. KP Liberation v0.96.6 (old framework) released GitHub Download Steam Workshop collection Changelog Added: Swedish Forces Pack transport configs. Thanks to @Dahlgren Added: Parameter to enable/disable the vanilla A3 dynamic fog behavior. Default enabled, so `fucking_set_fog.sqf` isn't running by default. Added: Parameter to enable/disable limitations on Zeus functionalities. Default enabled to keep old behaviour. Added: Parameter to decide to start the campaign with a FOB container (default, like before) or a FOB truck. Added: Parameter to allow enemies stay in immobile vehicles (default 50% chance). Added: Sector despawn scaling. The longer sector is activated the longer it de-activates. Configurable as parameter, 5min additional delay max by default. Added: Korean localization. Thanks to PanzerKoLee Updated: Russian localization. Thanks to DjHaski Tweaked: Initial FOB box doesn't have equipment in the inventory anymore. Tweaked: Height check for mobile respawn now relies on `isTouchingGround` instead of z value of position. Tweaked: Transport config heights on M977 vehicles. Thanks to FishAI Tweaked: AI in building now has a dynamic radius to look for enemies until they start moving again depending on blufor/opfor ratio in sector. Fixed: Potato 01 was created after server restart, even if there was one saved. Fixed: Missing variable `stats_blufor_teamkills_by_players`. Also no separation between by players or not by players for teamkills anymore. Fixed: Factory storages could disappear randomly on save load. Fixed: Some Presets had CUP Towing Tractor in the wrong place or duplicated. Thanks to @Eogos Fixed: CUP Presets still had the Nemmera in the support vehicle section. Thanks to @Eogos Fixed: FOB resources weren't updated in build dialog, when building infantry units. Fixed: Some missing parameter information in the map screens parameter overview. Fixed: After creating a clearance at a FOB some light sources could remain.
  10. The huron issue is already fixed for the next version. Concerning POWs -> You've to take them back to the FOB to interrogate them to get intel points. Having them in cages would be too Unsung specific and doesn't fit in the open/general framework.
  11. Feel free to create it and contribute it via GitHub. Personally I don't use or know that mod, so I won't create a preset for it.
  12. Read the admin section in the wiki. You set it in the config.
  13. That's nothing from Liberation nor a bug in Liberation. Contact the creator of the mod where the UAZ is taken from.
  14. KP Liberation v0.96.5 (old framework) released GitHub Download Workshop download of new maps: Livonia Panthera Song Bin Tanh Changelog Added: Contact DLC LDF preset. Added: Contact DLC transport configs. Added: The Unsung Vietnam War Mod blufor preset. Added: The Unsung Vietnam War Mod opfor preset. Added: The Unsung Vietnam War Mod resistance preset. Thanks to @Bunnyhopps Added: The Unsung Vietnam War Mod civilian preset. Added: The Unsung Vietnam War Mod arsenal preset. Thanks to @Bunnyhopps Added: The Unsung Vietnam War Mod transport configs. Added: Swedish Forces Pack arsenal preset. Thanks to @Dahlgren Added: Swedish Forces Pack Desert blufor preset. Thanks to @Dahlgren Added: Swedish Forces Pack Woodland blufor preset. Thanks to @Dahlgren Added: Several CUP blufor presets. Thanks to @Eogos Added: Several CUP opfor presets. Thanks to @Eogos Added: Several CUP resistance presets. Thanks to @Eogos Added: Several CUP civilian presets. Thanks to @Eogos Added: Several CUP transport configs. Thanks to @Eogos Added: Statistic values for destroyed civilian buildings and vehicles. Added: Statistic values for total and friendly resistance kills. Added: Statistic values for spent/produced resources. Added: Statistics will be posted additionally in the server log after winning the campaign. Added: Encore Anti Air static to sensible presets. Added: Additional victory conditions, selectable in the mission parameters. Added: BI garbage collection via description.ext file. Added: Transport configs for the civil transporters (which came with Laws of War). Added: Livonia basefile. Added: Livonia building ignore list. Added: Island Panthera basefile. Thanks to @Eogos Added: Island Panthera building ignore list. Thanks to @Eogos Added: Song Bin Tanh basefile. Added: Song Bin Tanh building ignore list. Added: "Create Clearance" Action at FOB for Commander or logged in Admin. Clears all terrain objects (no built objects) in FOB radius. Added: FOB templates (FOB hunting) are now choosen in accordance with the selected opfor preset. Currently Unsung, Apex and "everything else" are separated. Thanks to @Bunnyhopps Added: 15 new FOB templates for the FOB hunting side mission. Thanks to @Bunnyhopps Removed: Vanilla player score saving. Removed: Old garbage collection script, as there are now engine solutions available. Tweaked: Changed default recycle building from carservice building to tanks repair depot building. Tweaked: Changed default air building from small radar dome to encore static radar. Tweaked: Vehicle in Vehicle action on FOB box is not displaying directly anymore when approaching the box. Tweaked: Added elite vehicles to CSAT presets. Tweaked: Formatting/Comments in the preset files. Tweaked: objectInit function and added comments to the array. Tweaked: Some smaller code optimizations in the whole framework. Tweaked: Changes in elite vehicles in presets are now also applied during a running campaign. Tweaked: Player lead squads are now also saved near FOBs. (but still needs to be reassigned via zeus after load, of course) Tweaked: Weather is now only handled by the server. Tweaked: Gear check after leaving the arsenal or load a loadout improved to not strip you completely. Thanks to Zharf Tweaked: Build tool now also adds the correct map name to the mission name, like in the release files. Tweaked: Sector defenders waypoint creation. Tweaked: Daytime parameter values. Tweaked: Shorter nights now multiplies the selected daytime time multiplier by 4 between 20:00 and 04:00. (3x between 21:00 and 03:00 before) Fixed: Intel value could get corrupted if leaving the secondary dialog directly after starting a mission. Fixed: "All is red" for first player after a server restart. (just a visual bug, doesn't affect gameplay)
  15. With the GM presets you don't have a "main helicopter" like in any other presets. So you have to load the FOB box on a truck with the new added action for it. Transport it to your location, unload and deploy the FOB. So with the GM presets you don't slingload the container, you load and transport it. That's the only difference.
  16. e.g. https://github.com/acemod/ACE3/blob/master/ace_advanced_ballistics.dll like others in the mod folder. And some server providers block the upload of dll files, if you upload the mod via their ftp or file explorer.
  17. Nothing from the mission. Contact the ACE support on this. My guess would be that the needed dll files are missing on your server, as some server providers restrict uploading of dll files. But as said, that's something you should discuss with the mod authors.
  18. Basically have a look at this article from GitHub. It should give you all information needed: https://guides.github.com/activities/forking/
  19. Current scope for v0.96.5 As some of you may already know, we'll release another update on the legacy framework with the release of the Contact DLC. We've now started to flesh out the scope for that update so far. Feel free to have a look and comment on it there. The current scope isn't very likely all which we'll provide with the update, so it'll be expanded further until the release. And it's still possible for everyone to contribute their presets for mods etc. so they'll be available for everyone. Bear in mind that we take them only as PR on GitHub and no "sended files" somewhere. Here is the GitHub link concerning v0.96.5: https://github.com/KillahPotatoes/KP-Liberation/pull/618
  20. When this happens you have to "repair" your intel value via e.g. resources_intel = 20; exec on server. This is caused when you start a secondary mission and close the dialog before you've gotten a notification that the mission is started or not possible anymore. So keep the dialog open until you get the message. This will be fixed in the next version which comes when Contacts is released.
  21. To edit the playable units (which is really only necessary for something like the voice, as you've mentioned already) you need to change them in eden. But when you set the playable units to opfor units, you also need to change the sides for blufor/opfor in the config file (switch east/west). But only needed if you change the playable units in Eden to opfor (east) units. Otherwise you don't need to switch sides or anything, but that is something you've already discovered 🙂 Hope that'll help you.
  22. Have a look at the Wiki -> "Devkit mission.sqm" article. It explains how you port/create new missionfiles to work with the KP Liberation Framework.
  23. KP Liberation v0.96.4 for the legacy framework released As already announced earlier we've worked on a "small" update for the legacy framework since the last weekend and just released it at all usual places: Workshop Downloads GitHub Releases Changelog * Added: East Germany arsenal preset. * Added: West Germany arsenal preset. Thanks to @Dahlgren * Added: East Germany blufor and opfor preset. * Added: East Germany Winter blufor and opfor preset. * Added: West Germany blufor and opfor preset. * Added: West Germany Winter blufor and opfor preset. * Added: Germany (Global Mobilization) resistence preset. * Added: Germany (Global Mobilization) civilian preset. * Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to zandru * Added: AAF and NATO opfor presets. Thanks to zandru * Added: Weferlingen Summer basefile. * Added: Weferlingen Winter basefile. * Added: Chernarus Winter basefile. * Added: Weferlingen Summer and Winter building ignore list. * Added: Rosche building ignore list. Thanks to @madpat3 * Added: Support for ACE arsenal. Can be enabled via mission parameter. * Added: Fog removal script readded, as some people had issues with too much fog after some time. * Added: Vehicle in Vehicle transport actions for FOB Box. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes in save_manager.sqf and do_build.sqf needed. Explanation in the Wiki * Removed: `KP_liberation_guerilla_transports` array from resistance presets, as it isn't used in the legacy framework. * Updated: Italian localization. Thanks to k4s0 * Tweaked: Title of the mission to conform the Mission Name Standard from BI Forums * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) * Tweaked: Marker for civilian informant is an area now and not centered on the informants position anymore. * Tweaked: Renamed Huron marker. * Tweaked: If there isn't enough enemy territory left for a secondary mission to start, the player gets a small hint now. * Tweaked: BWMod item classnames in KP_liberation_allowed_items_extension. Thanks to @madpat3 * Tweaked: Equalized all Eden attributes of the mission.sqm files. * Tweaked: Replaced deprecated `BIS_fnc_conditionalSelect` function calls with sensible select statements. * Tweaked: Versioning format from e.g. 0.964 to 0.96.4 for a better separation. * Tweaked: Arsenal whitelist/blacklist classes are case insensitive. * Tweaked: Vehicle permissions now via sensible event handlers instead of loop. Thanks to ColinM9991 * Tweaked: Objects placed in Eden Editor won't be saved anymore. Fixes possible duplications on save/load. * Tweaked: Whole in game date and time is now persistent, not only the daytime. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. * Fixed: Missing `itemRadio` in some arsenal presets.
  24. Sprint 12 finished Yesterday we've finished the 12th development sprint, which started at April 12. As always you can have a look at what we've achieved in this sprint in the corresponding dev-blog on GitHub. We're also looking for one additional Tester for our team. Details about this are also in the dev-blog. You can download the current preview, as always, on GitHub or via the Steam Workshop. Just make sure to read the dev-blog before starting the preview with wrong expectations. v0.96.4 - Global Mobilization Update We've already done some work for the small update for the legacy framework. If you want to have a look at the current content, you can have a look at the Pull Request on GitHub. You can expect the update for the legacy framework until the end of the week.
×