Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

gatordev

Member
  • Content Count

    1339
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

220 Excellent

3 Followers

About gatordev

  • Rank
    Master Gunnery Sergeant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Nice and lightweight. A couple of questions as I haven't had a chance to dig into the script yet... Can you set unlimited transports (like using a -1 variable)? Does the script add a smoke when calling the transport in case you've used up everything you have on the mission? I'll have to dig into the script some more, as it looks like I could add a simple voice comms (.ogg file) when your hints pop up. I've gone pretty far down a rabbit hole on my missions lately using Eleven Labs for in-mission comms to move the plot of the mission along. Thanks for sharing this!
  2. gatordev

    JSRS SOUNDMOD 2025 Beta RC1

    I understand that the AiO mod has soft dependencies, so if I don't have the mod it won't throw errors, but I'm guessing you can't prevent a specific mod from inheriting the JSRS sounds, correct? For example let's say I wanted JSRS work for CUP for vehicle and weapon sounds, but I don't want it to take over NIArms sounds.
  3. gatordev

    ARMA 3 Addon Request Thread

    Kunduz River is another map to try, although it is "only" 10km x 10km, but a beautiful map. It's a spiritual successor to the older Kunduz maps. Lythium is still an amazing map, made even better with EO's lower clouds.
  4. gatordev

    JSRS Soundmod - A new version?

    Overall, this sounds amazing. My one piece of feedback is the AK-style weapons. It seems like they don't have any tails, so when they shoot, there's no continued reverb. So it sounds like a more simple sound and less dynamic like all of your other sounds. It's hard to explain, but it's kind of like a "Pop, Pop, Pop," instead of the other weapons which are more like "Poppp..., Poppp..." Not sure if I explained that clearly enough.
  5. gatordev

    Chernarus. Mad Mikes map. Thoughts?

    Have you tried CUP's Chenarus 2.0? It's a separate map from the regular Arma CUP maps, but uses the CUP Maps Core.pbo. Based on your other thread, I think that might have been the map you were thinking of. There's significantly more settlements and build up and the buildings are enterable and closer to the Livonia standard in quality (I may be misremembering, but I think a bunch of the buildings are actually from Livonia).
  6. gatordev

    Basic script to refill MM 145 defender?

    Are you talking about something like this: this addEventHandler ["fired", {_this select 0 setVehicleAmmo 1}]; You could put it into a trigger with a timer so it loads slower instead of immediately.
  7. gatordev

    EricJ Release thread

    I'm certainly not trying to make more work for you. I guess I misunderstood it was unarmed. In that case, it could still operate as an ISR asset, but I agree, it's probably not needed as much in that case.
  8. gatordev

    EricJ Release thread

    That could still be beneficial. If nothing else, it provides a more contemporary ISR platform than the futuristic vanilla UAS helo. It could also serve as a way to provide a SCAR (or AR) platform without having to worry about the idiot AI, for those of us that play SP.
  9. gatordev

    ARMA 3 Addon Request Thread

    Did anyone ever make a HK121 machine gun for Arma 3? I know the Navid (?...I think it is) is based off of it, but I mean a proper 7.62mm LMG version of it.
  10. I'm looking for any further guidance based on what I'm finding, but here's what I've narrowed down: 1) Mods loaded doesn't seem to matter, it's only the mission files that seem to have the issue. That said, I did a bunch of testing with just vanilla A3 running (along with Contact and the associated regular DLCs...no cDLCs were running). 2) It appears it's the actual "init.sqf" in the mission folder that causes the issue. When there is an init.sqf file in the mission folder, even if it's completely empty, I get the error that it can't find the init.sqf ("Cannot load C:/...../missions/testmission.altis/init.sqf"). 3) As soon as I delete the file and reload the mission, the message goes away. 4) None of this happens in Stable Branch, just the current 8/14/24 Dev Branch. I can report it on the tracker, but I'm not sure how much that helps if no one else is experiencing this. Is there anything else I should be checking, like the extra switches that get added? I've tried the above using both the Steam Launcher and Arma3Sync. File Patching is turned on, but I'm not sure what that would matter now all of a sudden. Help!
  11. Confirmed that when I go back to Stable, the problem goes away. I'll continue to mess with it, but for now, it looks like the Dev Branch is causing the issue (for me, anyway).
  12. Ugh, this is frustrating. Every single SP mission (that's not a .pbo file, still a mission folder) that I've tried that I've made is giving me the error after hitting "Play Scenario" in the editor. I even tried loading a different User and same thing. I also tried loading them as MP missions (just to see) and no go. It worked last night when I was in the game. Today the game updated to the new branch and now I have the issue. I've verified game files and otherwise haven't changed anything. I guess I'll have to go back to the Release branch and see if I have the same issue. If I do, I have no idea what to do.
  13. After today's Dev Update (8/14/24), every mission I load in the editor and then try to play gives me a warning that the init.sqf can't be found. Obviously it's still there in every mission folder. Is anyone else having this issue?
  14. I found this thread recently and it was super helpful for what I was trying to do (loaded vest in a back pack). But now I'm resurrecting the thread to see if someone can help me with putting a loaded vest in a vehicle. I've tried messing around with the previous code but it's not accepting the _unit variable (I think that's where the error is). But then I realized I wasn't sure if a vehicle can even have a vestContainer. Can you call it that way? I'm sure I'm messing up something else as well with the waitUntil, too. I did change it up a bit to "additemcargoGlobal vestType" and then try and "getItemCargo vestType", but it didn't like that past adding the vest, so no doubt I'm getting lost in the forEach loop. I have to believe there is a simple way to do this and I'm making it more complicated, but my googling hasn't helped other than return me to this thread. Any pointers?
×