Jump to content

guttersnipe

Member
  • Content Count

    213
  • Joined

  • Last visited

  • Medals

Everything posted by guttersnipe

  1. Am using the mk6 in manual mode (artillery computer disabled in init). I can aim, adjust range (pgUp/pgDn)/charge (F) with keyboard, however I can’t seem to be able to switch ammo types between he & smoke ? In the arty computer I get the drop down allowing me to switch round types on the default load out for the tube, so I’m assuming that with the same default mk6 placed in the editor that the tube has the option to switch ordnance.... is there a key I’m missing ?
  2. Must be locality then, as I ungrouped the other players from my group whilst having no AI available so I don't think it can be related to "effectiveCommander". Thx for the relies.
  3. guttersnipe

    3CB BAF Vehicles

    Having trouble with the custom key mapping - am trying to change the sensor range in the BAF vehicles (the Bulldog etc (&I'm assuming the same key set also applies to the Apache) - Tried using Alt + ], but not getting any response. I'm running TFAR too & tried removing the switch SW radio control as it's also alt + ], but still not working. In terms of the custom key set which is the number I'm trying to remap? Thx
  4. Hi. Having an issue with the driverless tanks in MP. If I set down a tank in the editor and then play the mission on dedicated server the tank engine turns over but the vehicle will not move. If I then Zeus in a driveless tank I can jump in & drive normally. However if another player on my team tries to access the tank the tank refuses to move. Questions are: 1 ) are the DVL tanks mean to be MP compatible ? 2) Why, as Zeus can I drive the tank whilst regular players cant? V Confused (not unusual for me) Modset I'm using is IFA, @FOW, CBA, CUP Terrains Core, TFAR and TAW View Distance. Can anyone replicate the issue?/having similar problems. Thanks to Devs of mod, love your work!
  5. Yes, can confirm that works (well). Tested with Jebus's script. Wud love to add the hunt/creep/rush script to @achilles mod, but I'm not sure how to add as module. If any one manages it plse pm me.
  6. guttersnipe

    Faces of War [WW2]

    Hi, loving your mod, great work. Where can I find the weapon/ammo classname data plse ? I had a dig about looking for the US 60mm mortar ammo names in the config, but all I could locate in terms of magazines was "fakeweapon" ? Am wanting to use removeMagazineTurret and replace with Smoke only. Thanks if you can help
  7. Im trying to destroy an object (hedge) via a setdamage=1 in trigger activation field. Works fine until I put it on a dedicated server. I've tried using the 'server' only checkbox in the trigger or without it, but the object's state isn't being transmitted to all clients. Can I do this without using a .sqf via a remoteExec command? I've looked but I'm not certain how to add my command into the BI format? // someScriptCommand; remoteExec ["someScriptCommand", targets, JIP]; ? thx
  8. hmmm, working fine with vanilla 'small hedge' & BLUFOR present in condition. Odd thing is I tried this an hour ago & it didn't work. Have noticed that occasionally 'save' in editor removes last trigger set, must have been than? ta for helping anyway.
  9. Useful info re : however the trigger (which is server side) needs only one player to activate, and indeed is definitely being fired as I am also using it to trigger a hint which displays normally. I'll try with SIDE only instead tho. Re:hedge - I'm using an editor placed object (named 'hedge') from the @FOW mod which all players have on our group. thx for your help
  10. trigger was "player present" correct ? thx
  11. @dreadpirate - thanks for quick reply, appreciated.
  12. @dreadpirate enjoying your script very much, it has awakened a desire to make missions after a long absence. Finally, the frame rates I’ve been craving for years! 😍 I know I'm being a bit thick, but I’m getting on a bit now & never was much good with the scripting - if I only want a squad to spawn once (ie just as I put them down in the editor and not returning from the grave) what do number do I use for “LIVES”,x ? Is it 0, for no respawn, or 1, as in the Life they spawn with?
  13. I'm looking for a script that will enable me to add an action to a vehicle to deploy a user made/custom composition (by mission editor) which will be 'player positionable' (rotate etc) within a small radius of the stationary vehicle. Ideally similar to the same way we build a base with Liberation/Dynamic Bulwarks, but tied support vehicle. Using, for example, an IFA Bren carrier, I would like the player to be able to drive to a destination of their choice, then using menu/add action, deploy an array of e.g m2 mortar in sandbag emplacement with ammoboxes etc, position/rotate it, then, preferably wait for a set build time before using the new assets. Repackable would be the icing on the cake . If array could be editor-configurable script, rather than a mod, then there'd be the flexibility to have different types of localised support, HMG, AT gun, mechanic's workshop... I've had a quick play with one or two scripts, eg Asaayu's Custom Cover Script (unfortunately the deloyables are not usable as weapons etc), but I'll readily confess my knowledge is extremely limited, and this is beyond my ability. If anyone could help/point me in the direction of an existing script that I've missed, it's be very much appreciated...
  14. hi nkenny. Really enjoying using this script, so much easier than trying to script suppressive fire for each individual group. Can I make one request: - When I use fn_taskRush on a editor placed group which I've hidden by having them lie down in stealth mode the group behaves as scripted in the fn_taskRush i.e. they move to contact with the stance reset to auto. When I do the same with fn_taskHunt & fn_taskCreep the group moves as requested BUT they remain in the "DOWN" position through their approach (which if they've a large distance to cover is very time consuming). If I leave the group simply standing on start they move normally. Can u give them a default setunitpos line plse? (I'd not have a clue how to start). Many thanks for your work.
  15. Hi, I'm trying to use a trigger to remove a custom objective named CustomObjectiveTatters I've been calling the script (described here - (http://alivemod.com/forum/2684-alive-and-scripting/0) with this in the trigger activated option ["CustomObjectiveTatters","GUER"] call cjb_RemoveObjectiveToSides; I'm getting this error 20:39:08 File C:\Users\Pete\Documents\Arma 3 - Other Profiles\Pistol%20Pete\mpmissions\Checkpoint%20Sandybottom.Takistan\Scripts\opcomrem.sqf, line 17 20:39:08 Error in expression <ctive", _id] call ALiVE_fnc_OPCOM; }; } forEach _factions; } forEach OPCOM_INSTA> 20:39:08 Error position: <forEach _factions; } forEach OPCOM_INSTA> 20:39:08 Error Generic error in expression I've packed up the script in a .sqf named opcomrem (below) ----------------------------------------------------------------------------------- //Example:["ID_Name","SIDE"] call cjb_addObjectiveToSides; cjb_RemoveObjectiveToSides = { private["_factions","_faction","_opcom","_opcomSide"]; _id = _this select 0; _factions = _this select 1; { _opcom = _x; { _faction = _x; _opcomSide = [_opcom,"side",""] call ALiVE_fnc_HashGet; if( _opcomSide == _faction) then { [_opcom, "removeObjective", _id] call ALiVE_fnc_OPCOM; }; } forEach _factions; } forEach OPCOM_INSTANCES; }; -------------------------------------------------------------------------------------- I've been using the other 'addobjective' option via a similar script described on that page in the same trigger without difficulty, but can't figure out what's wrong with the remove option. Can anyone help and or suggest another option to switch off an objective no longer required in scenario? Many thx
  16. I've enjoyed this mod immensely, thanks for all your hard work. I've been trying unsuccessfully for a number of weeks to get this mod working with @Alive for a simple MP mission. I'm using the faction descriptors as defined on the @alive homepage. Are these still current ? as I've not been able to find a list elsewhere & for example can't see the option for choosing the winter uniforms/desert one etc? No matter what I do I can't get any IFA units to spawn. Has anyone got this to work ? (I'd be extremely grateful if someone could point me in a direction of a simple working template/mission so that I can stop pulling out my non existant hair). Any & all help appreciated. Again, thanks for the mod & looking forward to the next update.
  17. guttersnipe

    Discover, Play, Promote missions and mods withSIX

    Quick query : Is it possible to select multiple download locations on different drives ? I'm running out of space on main drive & would like to add further mods to a separate drive. I can see how to add a custom mod location, but not how to set individual mod destination locations. I can manually download to the other drive then add the mod to my collection, but I'm loosing the (wonderful) synch/update features of PwS...
  18. Thanks for the reply Nod.. Not sure what I'm doing wrong, but it's definitely tied up with using the trackir - when I'm flying with no stick or Trackir I can't reproduce the error, targets lock fine using Tab in FCR/G with AQS set to FCR & L type Hellfires. I can switch between targets no probs. re:using keyboard or click action - I'm only aware of the keyboard option, is there a button for switching between targets on the TSD ? Step by step: - Boot up the aircraft using the starting sequence in the manual. Switch IHADSS on, Set left mfd to WPN page, right MFD to TSD, switch on FCR (visible cue moving), cycle optics key till FCR/G, manual fire on, switch to Hellfires, LOBL DIR, Target filtering to All, Gun Tracking to FCR, attempt to cycle between visible targets... not working. With the TRrackir things go odd the second I lock my first target - I can't switch with the same settings for TSD. In particular I noticed that a lockable object (in fact the only object thereafter that the missiles will lock to) appears some distance (usually 2-3 km) behind the aircraft. When I fly up to this object it's just a blank space/not affected by missle strikes. I'm suspicious that this might be a radar related shadow of the helo as it usually coincides with the place I switched on the FCR?? Way out of my depth lol.. Any pointers appreciated...
  19. I'm having trouble with the switches/buttons ceasing to work after a short time into flight (arma 3 version). (the blue helper txt just disappears & clicking does nothing. (using user action 20 mapped to windows key). Also the FCR/G ceases to respond to switching target highlighted with the Tab function. Not sure what I'm doing wrong.. ? ---------- Post added at 21:30 ---------- Previous post was at 20:51 ---------- Ok, think I found the problem with my switches - similar to post No.790 my track IR was offsetting the marker x from true center & pressing num5 & turning off head tracking allows me to interact again... Not sure of the other issue, prob down to my lack of familiarity with the flight systems... Super mod, many thanks for all your efforts...
  20. My problem solved : User error (my 'clean install" was calling a mod folder from another drive) & ASR_AI was the mod causing the patrol lock-ups. Ditched ASR for now, but hoping for a fix...
  21. Same problem as Kavoriken here - had been playing arma 3 with alive successfully 2 months ago, just reinstalled everything (fresh install, all@alive files up to date. When I open the included examples in the editor (assault on pygros) & play everything seems normal, until I try copying the setup to one of my own missions. Even my own ai team will freeze up periodically no matter how many times I call them back to group...help!
  22. Thx for the reply lala..... My god, I can't believe I've been such a spas! - I had the pip graphics option disabled.... aye that'd do it alright, dooh!
  23. Hi, not sure what I'm doing wrong - I'm not getting any feed from camera - I can swictch on the pod, connect to it & control it via the UAV menu, but the picture in picture camera says 'no connection. ? thx
  24. Thx for the reply Gunny - I was referring to the "Combat Support console via user interaction menu' as described on Page 13 of the menu. Also I assumed that this is where I'll see the orders given by the OFCOM to the player, but perhaps I'm doffing again....
  25. Enjoying this immensely, especially the CBQ module thanks guys. Had a quick look through the manual & this thread, but can't find any info on a 'simple' query :- Managed to define the Admin button to Windows button via custom keys (wasn't working before on my UK board setup), by mapping to key 20. Can you tell me which custom key number I need to define/change to get the interaction button functionality - I have a spare function/program button on the right side which isn't working as described & I need the number of the key command. Cheers for any info...
×