Jump to content

tazmania720

Member
  • Content Count

    192
  • Joined

  • Last visited

  • Medals

Everything posted by tazmania720

  1. tazmania720

    Mission help

    I'm guessing what I'm asking for isn't possible in this game.
  2. tazmania720

    make a river

    I am learning that L3DT is good for getting you to a good starting point, but you will need to use TB and Buldozer to fine tune what you want. Are you planning to widen this? It looks way to narrow to be a river imo.
  3. tazmania720

    make a river

    I too have been looking into rivers. I noticed some "ponds" in XCam, but have not tested it out yet in game. Something i have learned is unless the river is decently wide, using a 5m or 10m multiplier in TB prevents you from carving a smaller river. Just something to think about.
  4. tazmania720

    Mission help

    Help with this would be greatly appreciated. Thanks.
  5. tazmania720

    Mission help

    OK, so this is what I have so far: Script is executed by the trigger when the last OPFOR is killed in the trigger area. There will be a lot more, to include vehicles, after I get this part done. ~0.5 titleCut ["","BLACK OUT", 3]; //fade out ~3 deleteVehicle b1; //delete OPFOR AI Alpha2 setPos [8035.801, 10813.646, 0]; Alpha2 setDir 255.511; Alpha2 setBehaviour "CARELESS"; //Seeing if I can force a stanse after relocating Alpha1 setPosATL [8033.73,10815.6,0.00146484]; Alpha1 setDir 183.734; Alpha1 setBehaviour "CARELESS"; ////Seeing if I can force a stanse after relocating. Doesn't change for player. ~6 setDate [2016, 6, 3, 6, 0]; //year, month, day, hour, minute Fast-forward 3 days Helo1 hideObject false; //allow helo to appear to players titleCut ["3 Days Later", "BLACK IN", 3]; //fade in Here is a screen shot of what I am working with too: http://i.imgur.com/M90mH2S.jpg So I have things sort of working, but this I'm sure is super ugly to some of you vets out there. And I am sure this will never work on a dedicated server which is where I would like to play this mission from when done. The end goal is for all the dead and disabled OPFOR units to be removed when the screen fades out, and all the "hidden" BLUEFOR units will be seen when the screen fades back in. I really hope there is a way to do this without scripting each and every thing like I have done thus far. Thanks!!!
  6. tazmania720

    Mission help

    appreciate the knowledge! I will have to try that.
  7. Is there a way to add code to an object INIT in XCam? I have noticed it, but never tried it.
  8. tazmania720

    Which Arma game offers what?

    Sorry for not being more detailed in my question. I own Arma 3 already and have been working on a terrain. I figured since the Arma games were on sale to buy all of the past games, which I did. I am asking, for the sake of saving space for now, which game and DLC I should install to get the same things that are in CUP. And since it was brought up, is there a difference between the two?
  9. tazmania720

    File Patching

    Does this work with all the current DLC's
  10. tazmania720

    Adding water

    I'm guessing setman dropped the elevation around the edge of the heightmap to bellow sea level.
  11. tazmania720

    Bulldozer not functioning

    Did you use Regular or Premium? :lol:
  12. tazmania720

    Adding custom objects

    TexView is used to view .paa https://community.bistudio.com/wiki/TexView_2
  13. tazmania720

    Editing in L3DT with your satImage

    I learned this little trick a while back. This helps out so much!
  14. tazmania720

    Text disappears too fast

    This may help.
  15. I have this feeling I am sizing things wrong. My .asc is leaving L3DT as a 2048x2048 with a horizontal scale of 10. In TB, the size is 20480x20480. I made the mask and satellite image in GIMP as a 2048x2048 and they are in TB as 20480x20480. Is this correct? They work in game, but based on some things I have been seeing/reading I feel this is not correct. Any help would be great. Thanks.
  16. tazmania720

    Am I doing it wrong?

    Thanks for the guidance!
  17. tazmania720

    Roads are not Showing in Buldozer and Arma 3

    Interesting. Thanks for posting how you fixed your problem.
  18. Hello all. This seams to be the best place for this question. I have been able to do some cool things with Arma via scriping however I have NO IDEA what it means or how it works. I would really like to learn this. Where is a good place to start learning? Am I looking for video game coding books or what? Again, I have the coding/scripting knowledge of a toddler. Thanks!
  19. tazmania720

    Roads are not Showing in Buldozer and Arma 3

    Did you double check your config.cpp to make sure that line didn't get changed by accident? Have you tried outputting your roads.lib from TB to get a fresh file? Just some thoughts.
  20. Found something strange recently when I was working on an airfield on my terrain. Went to test all the lighting I had done so far and found that none of the white edge lights (Land_runway_edgelight) were not producing the same amount of light it did before. The others were fine. I went to vanilla terrains, Altis, Stratus, Tanoa, and found the same thing. They produce a slight glow that can't be seen from the air unless you have NVGs on. Anyone else seeing this? Could it be a game setting on my end? Thanks! Edit Filed a ticket for this: https://feedback.bistudio.com/T120048
  21. tazmania720

    Runway Edge Light (white)

    Nope. Just double checked making sure I had all mods off and same thing.
  22. tazmania720

    Paradrop Boxes

    You can do an airdrop with vanilla support modules. I would not suggest using the c130. I just tried it and the AI didn't do very well and took to long to get lined up, taking two passes at least to get lined up. The supply drop module has an init line that you can call your crate contents with.
  23. Does making layers for objects have any affect of how they relate to each other? Example would be I want to have my runway over the service roads. Currently with everything on a single layer things overlap in strange ways and I have service roads over runways. Thanks.
  24. tazmania720

    X-Cam 1.0 for Arma 3 released

    My roads are, but I am laying runway with Xcam and there are a couple spots that don't look the way I want.
×