Jump to content

shwat

Member
  • Content Count

    20
  • Joined

  • Last visited

  • Medals

Everything posted by shwat

  1. shwat

    Team Shadow - Sniper Campaign

    I don't know if you're still actively working on this campaign (the activity of the thread seems to indicate that you are not), but I'd like to note that the fourth mission (Operation Owl) is obscenely difficult in just the first 2 minutes. Every single time I have loaded the mission, with all difficulties ranging from Recruit to Expert, the CRRC has been spotted by AI forces on the coast (or even further inland). The AI engages at very long range with autocannons (ZU-23s would be my guess) while you're still over deep water in the CRRC. It only takes one or two rounds before everybody in the boat is dead. I managed to get on the island one time by ejecting out of the CRRC and swimming away from it (it was destroyed soon after), and played a good portion of the mission. It's well done in all other regards, and quite enjoyable, but by the time I got to it it was late and I was annoyed at the constant moans and groans of pain from the sniper/spotter team so I haven't finished it yet. I'd suggest making the AI ignore the CRRC. That little boat gets you killed before you've even properly begun the mission. I really like it so far, though. The third mission is my favorite, but I dislike the blue/purple sky. Is this some sort of bug, or just a filter in the mission? It looks sort of like an overcast dawn, but the mission time is 1400. Quite odd. :p [Edit] One more thing. Same mission, sometimes the HVT is invisible inside the ATC tower.
  2. If I'm wrong forgive me as I haven't been mucking about in the editor in ages, but if I remember right it seems that you must add magazines before adding weapons in order for the weapons to start loaded. This applies to the mortar as you essentially "addWeapon" the mortar when you create the unit, but you can't add ammo to it before you create it. It comes with a specific type of ammo already, so it loads that, but if you remove those HE rounds I suspect you have to reload it from the start. I have a hunch this might be hardcoded. I'm probably wrong, but it feels that way to me.
  3. You got what you asked for already, to a certain extent. :p I keep kylania's site open in a tab in Firefox every time I'm messing around in the editor. There's plenty of great stuff there, and the site's design means it isn't another complication (like some community sites I've seen around, especially for other games). Aside from that, kylania's suggestions are quite relevant. Especially the font/background colors. If it's difficult to read your guide, I personally don't care how informative it is, I won't give myself a headache deciding if what I'm seeing is a c or e, t or f. If it's not legible you've got a problem, mate. Just sayin'. Oh, and massive full-screen screencaps aren't really necessary, and if you just cropped out the unnecessary parts of the images you'd reduce your file size as well. Smaller files are easier to download, and thus more user-friendly. That's the whole idea, isn't it?
  4. shwat

    Holo gunsight...utter pap?

    I figured somebody else would've hit on the idea by now. Too bad that's the case, though. I suppose your post also clears up the issue of removable suppressors.
  5. shwat

    Holo gunsight...utter pap?

    Seeing as how removing the eotech would annoy plenty of people, and please plenty of people (my self included), why not keep it but instead change the way weapons are configured? It's a little late for such a drastic change, but I'm just speaking hypothetically to see what sort of response the idea would generate. Instead of picking a weapon configuration, the player would pick a base weapon (M16A4, M4A1, etc.) and would be taken to another menu. In this menu, there would be drop-down boxes for each rail. On your top rail, you could select from the sights available for your gun, in the case of an M16A4 you'd have ironsights, aimpoint, and ACOG. An AK101 could have ironsights, kobra, or PSO. Simple, right? You could also select grenade launchers and silencers/suppresors for weapons that can use them. With a method like that, you could get a suppressed M4 with the M203 and you wouldn't have to deal with the eotech. You could have an aimpoint, ironsights, or RCO if you wanted. For implementation in the editor so that a mission-maker could customize the weapons he gives to units, each weapon would be passed with an array. Something like... [M16A4, #, #, #, #] ... where the #'s would be changed to customize the weapon. Hypothetical example: [M4A1, 3, 1, 1, 0] This would give you the base weapon of an M4A1, the next value would be the top rail selection with options ordered by increasing effective range (ironsights first, then aimpoint, eotech, RCO) with 0 being ironsights and 3 being the RCO. The third value passed would be true/false for a grenade launcher (1 being true, 0 being false) and the fourth value would be for silencers (also true false, 1/0). The fifth (and final) value could be for changing the skin (the M4A1 has matte black and a woodland camo pattern, for example). Remember, this isn't a plea for "hey developers, look at this idea, can you pleasepleaseplease do this?" it's purely hypothetical, as I'm sure the devs would have one helluva hard time adapting the current system into this.
  6. shwat

    Manual Artillery Aiming

    Yeah, it's pretty simple to use as-is. I don't see why it should be oversimplified.
  7. I really hope it gets even a compatibility fix for the 2D editor. Being able to set up all of your basic stuff in the 2D editor, and then swapping over to the 3D editor to precisely add in units and objects would be sweet.
  8. shwat

    Muzzle smoke is cheap

    It could be much better than an expanding circle though. Even with suppressed weapons, you can pick out that expanding circle from a considerable distance. I really noticed it when I was playing around with an M4A1 CCO SD. It's just ridiculous how much of a cloud you can make with sustained fire.
  9. shwat

    fast jets

    The F-16C that's been released has a high normal topspeed, and it also has an afterburner. I've pushed 1150 KM/h in level flight with it.
  10. You, good sir, have won many cookies.
  11. I fell out of my chair. Literally. Yeah, c'mon, 17k polys? I'm not great modeller (hardly a modeller at all), but a lot of those polys could be removed. Detail is great to a point, then it becomes a problem. A lot of those polys are probably unnecessary. In fact, they most definitely are. Props to the creator for the effort, but it should be optimized (alot) before being released. You've got a place to start from, you just jumped the gun. Fix her up, re-release, and you'll be golden.
  12. Great start, mate! The only thing it needs is some better textures and a few polys here and there. More civilian cars are always nice. Maybe if we get enough of them, someone can make a Need For Speed-style mod, and we can drag through Chernogorsk.
  13. So make 2 SOM's, sync SOM1 to Marine1, sync SOM2 to Marine2, create a trigger activated by alpha, and in the On act. field put: [["transport"], Marine1] call BIS_SOM1_addSupportRequestFunc; [["transport"], Marine2] call BIS_SOM2_addSupportRequestFunc; Add the following as you normally would for marine1 & h2, then modify it for marine2 & another helicopter, and change the name of the second SOM. waitUntil {!isnil {Marine1 getVariable "mainScope"}}; SOM_mainScope = Marine1 getVariable "mainScope"; [["transport"], Marine1] call BIS_SOM_addSupportRequestFunc; SOM setVariable ["TSS_vehicle_custom", h2]; SOM setVariable ["TSS_allowed", ["pickup", "unload"]]; SOM setVariable ["TSS_plannedLZ", [0,0,0]]; h2 setVariable ["supPool", [bIS_cooper], TRUE]; h2 setVariable ["supPhase", 0, TRUE]; h2 setVariable ["onMission", objNull, TRUE]; h2 setVariable ["stuck", FALSE, TRUE]; That should give you two completely independent transports. However, I have no idea if two SOMs will conflict with each other in some way, or if there's some other sort of bug or glitch that would muck it all up. I'm still fairly new to editing. :p
  14. Right, so I finally decided to dabble around in the editor a bit, and since I didn't have ArmA 1 this has been my first experience with it. So far, I've gotten quite a bit done, but I'm having an issue with my helis. After they unload all of their cargo (infantry squads) they just sit there. Normally, I'd say I forgot to add a "move" waypoint after synching the "unload transport" wp to my squad's "get out" wp. However, when I only had one helicopter, and one squad, this worked just fine. The heli would fly in at the right height, follow the right waypoints, land, wait for me to disembark my squad, and then off it would fly on its merry way to the far-away deleteVehicle waypoint. Then I decided to add a little more drama (and some practical support) to my mission, so I added 2 AI squads that loaded into 2 other helis and flew with my heli to the LZ. Right, so this works just fine too! In fact, we all get to the LZ in one piece (although I had to fiddle with the waypoints to keep the choppers from arse-ramming each other on the way), and then we all unload just fine. Up to this point, my mission has been all aces. I even have a nice little briefing to go with it and some real objectives. I figured the best way to get the helis to fly off was to do the same thing I had done with the first heli (which worked just fine). So I made the other two squads a couple "get out" wp's near the "transport unload" wp's for the other choppers, synched them, and then added "move" wp's to get the choppers out of there. Well, the choppers don't move. Not only that, but my first chopper isn't moving anymore either! Somehow, by adding two more squads and repeating what I've already done, I managed to break what was working before. So... any ideas as to what may be happening? This is the only thing holding me back from finishing up my mission. Well, this and I plan to get rid of all the "addWeapon this" and "addMagazine that" I went through to customize my troops loadouts, now that I've got my briefing working I'll just add weapons & ammo to the pool there. Edit: Yes, I've seen this thread, and I've tried that. It doesn't seem to work. I've also searched for a solution to no avail. Edit2: Actually, now that I've tried, addWeaponPool doesn't seem to be doing what I thought it would. I noticed on the biki it says "only works in campaigns," any confirmation on this or am I just doing it wrong? I've tried putting the addWeaponPool stuff into init.sqf & briefing.sqf, and I don't see how it could work with a trigger because I could only trigger the script to happen that way after the mission has started (and what good does that do me if the gear menu is only available before the mission starts?) I'll just make 'em addWeaponCargo & addMagazineCargo, put them in a seperate .sqf, and exec the script in the init field of my squad's heli. We can pick our weapons on the fly (pun intended).
  15. The least complicated way I can think of would be to make a second helicopter, and basically copy the code you've got but exchange "marine1" with "marine2." I'm not sure if you need a second SOM for them to be independent of each other, though. I'd give it a try but my friend/debugger/troubleshooter is offline right now so I couldn't test it extensively.
  16. Same thing for me. :D It was just a problem with my next waypoints being too far away. I thought to my self "if this is the problem I'm going to kick my self," and I've kicked my self since.
  17. That works for the two AI squads, but for the player's squad it only ejects the player. Then, the heli flies off with the rest of my squad. I have to synch that one, and it worked before when I had synched it. But yes, I've tried un-synching them, thanks for the suggestion though. It might inspire something that could fix it :) EDIT: Ok. When I said: I meant far away. So far away, in fact, that the waypoint was just past point on the map where it stops scrolling. Effectively off the map. I should've figured this was the case, because when I tried to put my helis just off the edge they wouldn't go to their first waypoint. I fixed my problem by just moving their waypoints within the scrollable area of the map. Thanks for the quick responses though, guys :) I already love this community.
  18. I'll try that out. If it doesn't work, I'll put it into a .zip and upload it on filefront so people can take a look at it. :confused:
  19. shwat

    TrackIR 5 ArmA2 Thread!

    I had been looking around at NaturalPoint for a while, debating whether or not I should get some shiny new hardware. After recently getting back into IL-2, it seemed rather important, and what with the upcoming release of ArmA 2, I was even more tempted. However, I still wasn't sold, but I watched Dslyecxi's youtube video and it swayed me better than any advertising campaign could ever hope to. In-game footage wins every time. So I picked up a TrackIR 5 a couple weeks before ArmA 2 was released in the U.S., and the only thing I don't like about it in ArmA 2 is the X axis. It's annoying when I'm jogging along, I shift an inch in my chair, and then I'm walking with no perceptible lean. The first couple of times I thought I had an odd glitch in the game. What I find my self mostly using would be pitch & yaw (of course), and zoom. I can't live without the zoom. I must have it. It's also proven to be quite usefull in IL-2, but I think that's self explanatory. :rolleyes: Edit: Oh, and I should probably add that after only 3 days in ArmA 2 with it, I was already trying to move my head just a little in real life and expecting my eyes to exagerate the shift. Should I be worried?
  20. I believe there's also a way to force damage on specific parts of a helicopter, such as the tail rotor. If I remember that correctly, then you could force a tail rotor failure, then make the heli invincible, having it spin out of control and then crash without exploding. I saw it somewhere in this subforum, I think.
×