Jump to content

veteran29

Member
  • Content Count

    16
  • Joined

  • Last visited

  • Medals

Posts posted by veteran29


  1. Sorry for the inconvinence, it's related to the Huey fleet update. `BIS_fnc_UnitCapture` does not save which turret fired the weapons, during the playback it always tells the vehicle gunner (`gunner _vehicle`) to fire the weapons. After the 1.2 update, the vehicle copilot is considered the vehicle gunner (can be recognized by the icon in 3den).

    Switching the pylons to the gunner will make it work.

    • Like 2

  2. On 7/29/2020 at 5:45 PM, RommelBr said:

    @veteran29 Hello, I maintain a simple collection of mission ported to other terrains and wanted to know how I use your app to update then all, its that i'm not much clever with command lines 🤪

    I read the readme, but I'm still floating in how to do it correctly.

     

    something like this should work for missions (you need steam with the account that owns the workshop items logged on same pc):

    kpsteam upload --app 107410 --item WORKSHOP_ID --path "C:\path\to\mission.pbo" --legacy

     

    • Thanks 1

  3. KP-Steam is a simple command line utility which can be used to upload mods and missions to Steam Workshop.

     

    Why _another_ app for Steam Workshop uploading? Over the time amount of supported maps for KP Liberation has grown a lot and having to upload all of them with one by one with Eden started to be a pain.

     

    Contrary to BI Publisher CLI this app supports legacy Steam Remote Storage Workshop items, this allows to use this app to update missions on the Workshop.

     

    Download:

    https://github.com/KillahPotatoes/KP-Steam/releases/latest

     

    Usage is explained in readme (app needs steam running in background):

    https://github.com/KillahPotatoes/KP-Steam

     

     

    Warning:

    I've found out that after doing Steam UGC upload on legacy item you can't reverse that.

    • Like 5
    • Thanks 4

  4. Update 1.3.0

    - Add option to require servicing vehicle nearby for unflipping
    - Increased maximum unflipping time setting to 600s
    - Increase next unflip force on unsuccesfull unflip (@McDiod)
    - Unflip can be canceled by pressing ESC (@McDiod)
    - Simplified Chinese Translation (@GoldJohnKing)

     


  5. On 4/6/2019 at 3:01 PM, kremator said:

    ^^ Is there a way to poll all vehicles to check if they have flipped? 

     

    I'm not sure what do you mean by polling. I'm mostly using `canMove` command to display the action and also I'm checking the pitch and bank of vehicle when player tries to unflip it.


  6. 17 hours ago, biggins said:

    Can you add the ability to flip a vehicle when it's right-side up?

    Sometimes I run into these situations but I can't unflip the vehicle because it's upright.

     

    I think push action could help you in situations like that, I will try to add this when I'll have time.

     

    13 hours ago, pioneer said:

    Great mod! I propose to make the ability to push the car

     

    Thank you for kind words! I've added this to my backlog on GitHub and I'll try to add this when I'll have some spare time:

    https://github.com/veteran29/vet_unflipping/issues/6

     

    2 hours ago, topden said:

    chk github pls

     

    Thank you for your contributions and for reporting issues on GitHub.


  7. 22 hours ago, badanov said:

    Looks promising.

     

    Is there anyway you can add something that allows a player driven vehicle to flip another, such as a tank?  In SP this occasionally becomes an issue and I recently have resorted to another tank to flip the vehicle back.

     

    I'm not planning to allow unflipping of vehicles by vehicles. However I want to add an option which will disable weight restrictions if any repair vehicle is near vehicle that is being unflipped.

     

     

     

    Thank you for all positive reactions everyone!

    • Like 1
    • Thanks 1

  8. Ever got in trouble because of Splendid physics? Fear no more!

     

    sVumvX7.png

    VET_Unflipping

     

    This small utility addon allows players to perform Unflip on vehicles that are on their side or upside down

     

    Download (Steam)

     

    Requirements
    - CBA_A3
    - Installed both on clients and server

     

    Settings
    By default single infantry unit can unflip vehicles up to 3000 mass. Default value was balanced to allow unflipping of smaller vehicles by single unit.

    If vehicle is heavier than amount that can be lifted by single unit then multiple people can join unflipping process. Amount of people needed depends on weight of vehicle.

     

    If you would like to configure the addon to behave somewhat more "realistic" you can tweak following values in CBA Settings in `VET_Unflipping` category:

    • Unit mass limit - How much can be unflipped by single unit (default: 3000)
    • Man limit - Maximum amount of people that can be needed to unflip vehicle (default: 7)
    • Unflipping time - How long does it take to unflip vehicle (default: 5)
    • Maximum unflip weight - Vehicles with weight above this limit will be not unflippable (default: 100000)
    • Require toolkit (default: false)
    • Require servicing vehicle nearby (default: false)

     

    Vanilla / ACE Actions
    If ACE3 is detected unflipping action will be available in ACE3 Interaction menu, otherwise vanilla interaction menu will be used.

     

    Source:
    GitHub


    Media

    Spoiler

    ACE \ Vanilla Support:

    k6xnVLG.png

     

    Video:

     

     

    Feature requests

    As it's getting really hard to keep track of both BI Forum and Steam Workshop comments section please add all of your feature requests on GitHub:
    https://github.com/veteran29/vet_unflipping/issues

     

    Known Issues
    - Some vehicles might be a little bit wonky to unflip, try a few times, eventually they will unflip.

    • Like 9
    • Thanks 4

  9. On 3/10/2019 at 5:40 PM, NeilZar said:

    I just checked out the mod and noticed that the mod overwrites more than half of the font definitions in the configs, why? I don't see why this mod should need to change the fonts.

     

    It was first thing that I've noticed after unit I'm playing with started using this Mod.

     

    Overally it is a really nice mod but this font change is really annoying, becouse of that I've decided to create small addon that fixes that issue.

     

    So if someone else is also annoyed by that issue you can use this addon until authors fix it in their stuff:

    https://steamcommunity.com/sharedfiles/filedetails/?id=1687770349

    • Thanks 1
×