sentinel329 12 Posted September 24, 2018 On 9/1/2018 at 6:29 AM, RZNUNKWN said: Hello guys, I apologize if this has been already asked, but I'm searching for a list of objects that are placed on the map (large ship containers, dumpsters, wrecks, trash bins, construction stuff, etc). I'm looking for their classnames (If that's the right term). I know I can obtain them by looking in Eden Editor, but it's a bit of a long way of writing and alt-tabbing in and out. So I wondered if there's anywhere a list already? Hello, You can still download the PDF object library for Arma 2 at Armaholic: http://www.armaholic.com/page.php?id=5895. I just did a quick check and it looks like the CUP classnames are the same as in the original game, but it would probably be wise to double-check as you go along in case anything has changed. 1 1 Share this post Link to post Share on other sites
Chairborne 2594 Posted September 24, 2018 More floaty things: https://imgur.com/a/alBZSQQ 12 Share this post Link to post Share on other sites
badanov 116 Posted September 25, 2018 3 hours ago, Chairborne said: More floaty things: https://imgur.com/a/alBZSQQ Very nice. 1 Share this post Link to post Share on other sites
HaceElOso 39 Posted September 25, 2018 I love the blue camouflage on the landing craft, what a cool touch! Share this post Link to post Share on other sites
pipewr3nch 71 Posted September 25, 2018 20 hours ago, Chairborne said: It's already in, and works correctly as a hovercraft, aka it moves on both land and sea. Currently in-game, or in your internal version? Share this post Link to post Share on other sites
deltagamer 612 Posted September 25, 2018 5 hours ago, pipewr3nch said: Currently in-game, or in your internal version? Internal version/public dev branch 2 1 Share this post Link to post Share on other sites
Iceman_TF_Timberwolf 12 Posted September 26, 2018 Anybody notice the FFV slots in the back of the ACR Landrover if the player aims down sight, the other FFV slot becomes invisible? Also the Tatra series of trucks has a bug where one of the cargo slots doesn't have the proper camera positioning for the player. Thanks guys and keep up the great work. Sam Share this post Link to post Share on other sites
Chairborne 2594 Posted September 26, 2018 3 hours ago, ICE_MAN said: Anybody notice the FFV slots in the back of the ACR Landrover if the player aims down sight, the other FFV slot becomes invisible? Also the Tatra series of trucks has a bug where one of the cargo slots doesn't have the proper camera positioning for the player. Thanks guys and keep up the great work. Sam Bugs go here: https://dev.cup-arma3.org/ Share this post Link to post Share on other sites
Wiki 1558 Posted September 27, 2018 in the LAV25, how to have the 2 guys in the back turret seat sitting inside? plus, when sitting in the back of the lav25, we can see them, but when we are sitting in this position, we're just confined in a "box" - we can't see the other ones Share this post Link to post Share on other sites
Chairborne 2594 Posted September 28, 2018 Not sure, they are probably encoded as gunner seats so you should check if there's a scripting command to tell someone to turn inside. If they are players you should be able to just turn in like you would in any gunner seat. Which "other ones" can't you see? The crewmen? That's because the interior is not fully modeled, that's how BI made it for some reason. Share this post Link to post Share on other sites
deltagamer 612 Posted September 29, 2018 Create a ticket and I'll fix it, it's due to the recent tank update changing how Lod viewing works for crew positions. Share this post Link to post Share on other sites
Alwarren 2767 Posted September 30, 2018 Some new toys for special forces: AN/PVS-15 and GPNVG four-tube goggles 12 2 Share this post Link to post Share on other sites
Devastator_cm 434 Posted October 3, 2018 Am I the only one who faces landing issue on frigate if the frigate is created at mission start? In dedicated in such case the helicopter is bouncing from the landing deck. In case helicopter is spawned during the dedicated mission, then same issue is not happening Share this post Link to post Share on other sites
Chairborne 2594 Posted October 3, 2018 It's a moving vehicle so you're bound to have several issues like weird collisions, if its in multiplayer it will probably get worse as soon as locality of the vehicles changes. Share this post Link to post Share on other sites
Devastator_cm 434 Posted October 3, 2018 I know Arma engine has issues with it but weird thing is, if you spawn the vehicle it works fine. Somehow engine behaves different to spawned vehicles compared to the vehicles which are already created via mission itself.. Share this post Link to post Share on other sites
Chairborne 2594 Posted October 3, 2018 Well, thats something i didn't know, cool stuff i guess. Anyhow we're not doing anything inherently weird with the frigate, it has regular geometries and roadway lods, there's no script managing that. Share this post Link to post Share on other sites
cyruz 103 Posted October 3, 2018 2 hours ago, Devastator_cm said: I know Arma engine has issues with it but weird thing is, if you spawn the vehicle it works fine. Somehow engine behaves different to spawned vehicles compared to the vehicles which are already created via mission itself.. If you script spawn something mid-mission, it's local to your client. If it's in the mission.sqm it's local to the server. Share this post Link to post Share on other sites
Devastator_cm 434 Posted October 3, 2018 that is a good point. Most likely then locality is the black magic behind which is causing trouble in dedicated... Share this post Link to post Share on other sites
Alwarren 2767 Posted October 4, 2018 15 hours ago, cyruz said: If you script spawn something mid-mission, it's local to your client. If it's in the mission.sqm it's local to the server. Well unless it is spawned in with createVehicleLocal , createVehicle objects are globally visible. Share this post Link to post Share on other sites
cyruz 103 Posted October 6, 2018 On 04/10/2018 at 1:24 PM, Alwarren said: Well unless it is spawned in with createVehicleLocal , createVehicle objects are globally visible. It's created globally, however the owner is still your client ;) Share this post Link to post Share on other sites
deltagamer 612 Posted October 6, 2018 Rear security! 10 Share this post Link to post Share on other sites
Janez 530 Posted October 6, 2018 2 hours ago, deltagamer said: Rear security! Oh wow, that's some seriously impressive texture work as well. Share this post Link to post Share on other sites
pipewr3nch 71 Posted October 6, 2018 How does one access the public dev-branch? Share this post Link to post Share on other sites
Alwarren 2767 Posted October 6, 2018 7 hours ago, cyruz said: It's created globally, however the owner is still your client ;) Yeah but for the intent of landing something on top of it, that shouldn't really make a difference, unless there is some issue with collusion of a non-local vehicle. And unless the helicopter is AI-controlled, it will be local to the pilot. Having said that, we really need to move our static ships into the same framework as BIS are using. For example, their ships move position when you drag them in the editor, ours only snap to the new position once you release it. Share this post Link to post Share on other sites