veteran29
Member-
Content Count
16 -
Joined
-
Last visited
-
Medals
Community Reputation
33 ExcellentAbout veteran29
-
Rank
Private First Class
Profile Information
-
Gender
Male
-
Location
Poland
Contact Methods
-
Steam url id
veteran29
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
BIS_fnc_UnitPlayFiring no longer works since S.O.G 1.2 [SOLVED]
veteran29 replied to Joshua9797's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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. -
veteran29 started following Server FPS limit testing, Ragdoll Physics Plus+ v1.0, Arma 3 HDR Environment Maps and and 7 others
-
cli KP-Steam - Steam Workshop uploading utility
veteran29 replied to veteran29's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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 -
cli KP-Steam - Steam Workshop uploading utility
veteran29 replied to veteran29's topic in ARMA 3 - COMMUNITY MADE UTILITIES
New 1.1.1 update: https://github.com/KillahPotatoes/KP-Steam/releases/tag/v1.1.1 * Fixed Arma 3 missions not working after upload * Prevent UGC uploads over Arma 3 scenarios which are using IRemoteStorage -
[SP/CO12] Dynamic Campaign/Mission - The Forgotten Few 2
veteran29 replied to KingN's topic in ARMA 3 - USER MISSIONS
Unfortunately since the last update the mission is crashing arma quite frequently for me. I was unable to finish any campaign mission. Here's archive with crashes. Maybe @Dedmen could be at help to analyse them. 😁 -
cli KP-Steam - Steam Workshop uploading utility
veteran29 posted a topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
Update 1.3.1 - Fix interaction not appearing with ACE 3.13
-
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)
-
Update 1.2.2 - Fixed calculation of required amount of people (it was always one less)
-
New update 1.2.0 - Add toolkit requirement option (@Bosenator) - German translations updates (@Wyqer) - Spanish translation updates (@corp-0) Update 1.2.1 - Russian translation updates (@topden)
-
New update 1.1.0: - Russian translation (@topden) - Spanish translation (@corp-0) - Unflipping action available only if not in vehicle - Add maximum unflip weight limit option (can't unflip at all above this weight )
-
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.
-
I think push action could help you in situations like that, I will try to add this when I'll have time. 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 Thank you for your contributions and for reporting issues on GitHub.
-
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!
-
Ever got in trouble because of Splendid physics? Fear no more! 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 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.
- 18 replies
-
- 13
-
FFAA Mod (Spanish Army Mod) - Release Thread
veteran29 replied to FFAAMOD's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Sure, at the time I was creating the addon issue tracker url was pointing to blank page 😛 that's why I decided to create small fix addon. I'll soon give you detailed info about where the issue is.