

5133p39
Member-
Content Count
1447 -
Joined
-
Last visited
-
Medals
Community Reputation
12 GoodAbout 5133p39
-
Rank
Sergeant Major
Recent Profile Visitors
1196 profile views
-
Just to make sure... this is now outdated, right? I tried to use it, and it makes the game crash - is that because something changed about the way A3 calls the extension functions, or is it something else?
-
Scripted Interactive Cockpit
5133p39 replied to 5133p39's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
No, i do not have my own discord server, but you can find me on the Casual Arma Players discord, or on the official Arma discord. Look for Sleeper (with a walrus as an avatar). -
ARMA 3 Addon Request Thread
5133p39 replied to max power's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
I am looking for some nice 4+ (the more the merrier) seats civilian plane. Ideally it should be an older type (for example, i'd LOVE to have an An-2), but i'd settle for just about anything, as long as it looks GOOD. I am aware that i can get the An-72 from CUP or maybe make my own conversion of the old Arma 2 model, but... the age shows (the model is horrible to be honest, even if you take aside the age and forget the not-round-at-all windows and such, different geometry parts aren't even lining up, it is awful, almost like some new intern made it, not a professional 3D artist). Even many original Arma 3 models now look mostly like... well, kinda crap (sorry for the harsh words, but that is the reality, it is now an old game and it shows). What i would like is something that has reasonable texture resolution - meaning the hull texture should be 2K at absolute bare minimum (while using the texture space as best as possible, so for example a one wing will take the whole width) for any small planes (think the size of the Caesar BTT), and 4K for anything bigger. And when it comes to cockpit, i want to be able to READ any text (if i zoom in enough) without seeing the ever present awul jagged lines, because most of those textures seem to be like 256x256 at best (i am aexagerating to drive the point home). And for the love of god, when there is some curved/round shape, like a windshield or the hull/nose, it should be smooth - think of a ball instead of a dodecahedron. I do recognize that my "conditions" may be too much for such an old game, so i am prepared to make compromises, but if there is anything that satisfies at least some of those points, then i'd like to know about it. 🙂 -
Adds interactive 3D icons into cockpit of any vehicle. It is completely scripted, using given model-relative coordinates for icons positions, allowing it to work even with vehicles you cannot mod to add your own selections or memory points. For now, it is not in form of an addon, but just a bunch of scripts that need to be placed in the mission folder. It seems to be working fine, but it hasn't been tested in multiplayer environment yet. I tried to keep the MP in mind, but i haven't done anything for Arma in a long time, so i probably made some mistakes. I wasn't planning to release it yet, but some people in Discord asked for it, so here it is, hope you find it usefull. If you find any bugs, or have any ideas how to improve the scripts, please, post them here. You can download the current WIP in form of a mission here: https://drive.google.com/file/d/13hreNnQzVpvaiyFcDVAbvbuhQ8IzlNws/view?usp=sharing Here is a video showing the latest version. And here is an old one with some "fun" ending.
- 3 replies
-
- 12
-
-
-
What is wrong with my "antiwater" for my ship?
5133p39 replied to 5133p39's topic in ARMA 3 - MODELLING - (O2)
Just in case somebody else stumbles into the same ...problem. There doesn't seem to be anything wrong with that antiwater plane (especially if you have nothing but the plane, like in the p3d i linked), but it was suggested to select the antiwater plane and use Faces -> Move Top, so i did that. But the real problem seems to be that for reasons unknown to me, the whole model ended up semi-transparent in game, and it seems it borked the antiwater. It took me a long time to notice it, because the transparency effect was very subtle, maybe like 95% opacity, just a tiny bit from being fully opaque. Long story short, the transparency problem can be fixed by adding forcenotalpha (set to 1) to the "Geometry" LOD, and now that i did that, the antiwater suddenly works too. Kudos to Reyhard and Eagledude4 on the Arma discord, who helped me troubleshoot this and eventually suggested this solution. -
It shows in game as a black opaque plane. As far as i can tell, it is configured the same way the antiwater in the test boat in official BI Samples for Arma 3. I only set the texture to PAA instead of TGA, but that makes no difference, and even if i copy the antiwater from the sample boat, it shows black as well. What is wrong? The actual antiwater from my p3d: http://www.filedropper.com/antiwater
-
How to stop Cessna TTx doors from auto-opening/closing?
5133p39 posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
How do i stop the Cessna TTx from automatically opening/closing its cabin door depending on whether the engine is running or not? 1.) Go into editor, place the Cessna TTx (C_Plane_Civil_01_F), and start the scenario in SP 2.) Begin scratching your head, because the cabin is automatically open. 3.) Lock the plane and begin pulling your hair out, because it doesn't help. 4.) Try messing with various animation sources and start crying, because it leads nowhere. Now, the problem is clearly caused by the plane being configured with "cabinOpening=1". Setting this to 0 stops the cabin door from automatically animating, but then i couldn't find any way to make the door open/close on demand (via user actions, or scripting commands), and i think that is because the model is using some mysterious "cabin" as the animation source, which seems to be something hardcoded (at least i couldn't find its definition in any config). So, any idea what am i doing wrong, and how to fix this nonsensical behavior? -
Destroy car engine without visual damage?
5133p39 replied to 5133p39's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Nope, it makes no difference in regards to the damage textures. I tried that, and the third parameter only prevented any accompanying particle effects, explosions, etc. - ie. using this, you can set the damage to 100% without causing any explosions, fire, smoke, but it won't affect whether the damage textures are applied or not. I also tried all the other commands (setHit, setHitpointDamage, and setHitIndex), but all of them have the same result here - if you set the engine damage to 0.5 or higher, it "activates" the damage textures. I did a lot of experiments like setting engine damage and then trying to set hull damage to zero, hoping it will revert the visual hull damage, mixing these commands, hoping i would find a combination allowing me to get broken engine with no visual damage, but nope. -
Destroy car engine without visual damage?
5133p39 replied to 5133p39's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Well, i ended up adding "Engine" event handler that shuts the engine down if started, but i was hoping for better, more "sensible" solution based on engine hitpoints. And to give the player at least some visual indication of what the hell is going on, i set the engine damage to 0.4 to make the indicator orange (though that is still misleading, because normally you can still drive with orange engine). -
Destroy car engine without visual damage?
5133p39 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is there a way to destroy vehicle's engine without making the vehicle look damaged? For example: 1.) Place the Offroad vehicle (C_Offroad_01_F) 2.) Add "this setHitPointDamage ["hitengine", 1.0];" into the init field. 3.) Start the mission and see how it is riddled with bullets - THAT IS BAD. I need a vehicle with broken engine which can be later repaired. If you drown the vehicle in water, the engine will get destroyed, but the vehicle will still look intact - i need similar behavior, except i cannot drown the vehicle in water, because afaik it cannot be made functional again, and it takes time until the vehicle gets drowned, which means delaying mission start by approx. 10 seconds, which is not an option. Playing with fuel is also not an option, as the vehicle needs to retain its fuel, and i dont want to add unnecessary scripts for ensuring the fuel gets removed if player tries to refuel it, etc. So, how? -
I just can't get the cfgMods to work. I searched the deepest and darkest crevices of the internets, found few threads and the wiki page, but none of it was helpful. Can somebody please show me how would a correct cfgMods class look like for the following PBO and folder structure? Arma 3\!Workshop\@my mods\addons\main package.pbo
-
Can somebody tell me how to get rid of that stupid annoying dot in the middle of the screen? The crosshair in the game options is switched off, but this annoying dot is still there. https://imgur.com/a/PzBTat6
-
Cannot change email - it says MY address is already in use
5133p39 posted a topic in BOHEMIA INTERACTIVE: Web-Pages
If there is a more appropriate place for reporting website/account issues, i couldn't find it, apologies. My old email address doesn't exist anymore, so i went to change it at https://accounts.bistudio.com/profile/login When i enter my new email address into the first field, the page shows "This e-mail is already taken." in red underneath the field, and doesn't allow me to proceed. I believe this situation was caused by me when i was just about to create a new account on the Ylands forums using the new email address, but at the end i did NOT use the confirmation link i received in the email, because i realized it is not a separate forum and that i can use this account i already have. What to do? -
That would be map_data.pbo
-
Is this a flamebait? Because you complain about something that has been discussed to death in other thread(s) without any suggestion or new idea.