Jump to content

DD_Friar

Members
  • Posts

    754
  • Joined

  • Last visited

Everything posted by DD_Friar

  1. Sir, so for my campaign that uses persistence, when we get the mission running again, if I save with the DML save routine is that ok? or is my campaign now screwed?
  2. Over at the DangerDogz we are having the same issue of missions having ground units stripped out of them. We do not use any of the Su mods. Our "whitelist" was the A4, bronco, T45 and Herc. We did not have any missions that required any other mod.
  3. @cfrag Oh I do hope the latest patch and the API fixes that came with it have not broken our beloved tool. We had to abort my campaign tonight due to performance issues. We tried running another map that had a little DML and ran into the issue that has been reported by others (not necessarily using dml but mentioning mods) of missing ground and sea units from the mission. When reviewing the ME they had gone! but in other, older versions they were present. Fingers crossed it is some other conflict that is causing the issue.
  4. Salute, Is this a normal difference that the time I set in the mission editor is not reflected on the planes in the mission. I have created a mission with a time of 18:00 however when spawning into aircraft (I tried Apache, F16, F18) all are showing 15:00 on the clocks? nullnullnullnull
  5. @Javier A quick "google translate" gets me Hi, could we introduce a feature that allows units spawned in a trigger zone to select random landmarks within that zone to move to? Could you give a more detailed example of the scenario you are trying to achieve? ¿Podrías darnos un ejemplo más detallado del escenario que estás intentando lograr?
  6. @cfrag Is there a corner I can stand in please? Update: I had deferred scoring enabled. Works perfectly for both cloned and default units. Sorry to have asked and doubted you
  7. @ChuckIV I think this is going to be quite difficult without special coding, but to assist the process I can contribute the following; "A player dies they loose all their points" - is this ALL their points (i.e re-set their score to zero) or just the ones they have accumulated in that sortie? You do have the option of a "scoreSafe" zone where points can be deferred until you land in the safe zone. If you die before getting back to a safe zone a player will loose the points gained in that sortie only. Any thing else will require probably a new parameter to be added along the lines of "deathReset" true or false. If set to true when a player dies the score is reset, but that is @cfrag's call. "If a player lands in enemy territory" - A simple statement, but how do we define what enemy territory is? This may come when the Dynamic Campaign FINALLY lands but until then the only way I can think of it is by creating a large "ownedZone" that covers the enemy area. Players can get awarded "feats" for landing in an enemy controlled area. This can then award points, generate a description with wildcards built in, but there is no flag that can be triggered that could go to a RNDFlag to decide if the player escapes or not. As a "hack" you could add a radio menu option for the player to "roll the dice - did I escape?" that could trigger a flag that goes to a RNDFlag. That could trigger a flag using the "blueScoreFlags" or "redScoreFlags" zone that contains a list of flags, which when triggered can increment the score of the coalition (not the player though). Hope that helps to shine some light on what is quite a complex request. regards Friar
  8. @cfrag Hello Sir, Question ref playerScore Probably never designed for this but I don't think it works for combined arms units? Would that be the case?
  9. ha! Many thanks, I assume that you already had this feature in mind?
  10. @cfrag MODULE CHANGE REQUEST Module: heloTroops Request: Change of menu Description Request Details: I was wondering if you would consider amending the menu description used from "Airlift Troops" to "Transport Troops" (as per my example below) for this module so that it will work for when this module is used to put troops into player controlled APC's. It would also then be consistent with the rest of the language used in the module, for example "Request <unit> troops for transport" null
  11. Thank you for the considered reply. I am going to go with the cloneZone and template in the hope that you MAY be able to access the skins and load-outs from the template example when generating the cloned item.
  12. @cfrag Spawners or Cloners? In a Combined Arms mission I am currently working on, I will be providing the players the option to select from many ground units based on how the map is working out. Is there any noticeable performance benefit from using spawners (where I just provide the unit ID to be created when required) as opposed to cloneZones being triggered when required working off a template where I have to create the unit? I am talking about 5 locations each having either red or blue units available and 20 units for each side made up of 4 different unit types at each location (with unlimited numbers-one of 5 different slots at each location will be selected by random for each unit (to hopefully prevent clashing of generations)with the list being reset when all slots have been selected) Scenario: a side captures a location, they get the choice of units at that location, they loose the location and the other side gets units available (different units for the different sides) Your thoughts would be appreciated.
  13. Salute Sir, I seem to have solved it. I think it was a combination of two causes. I had lost the tick against "George AI Auto Handover" in the Specials section and I re-mapped the controls again but clearing the old contents and adding them back in. It now works and I can bring up the Heading / Altitude / Speed and mode dial in the bottom left hand corner. I will mark this thread as resolved. Cause Type: PICNIC "Problem In Chair, Not In Computer"
  14. @cfrag Whilst you mention radioMenus, is it possible for radioMainMenu to have the menuvisable, addmenu? and removeMenu? attributes so that they can be turned on and off in the same way that radiomenus can?
  15. @RUBIX Thanks for that heads-up, I will take a look and report back.
  16. Salute, Something has broken the ability to be able to sit in the front seat and bring up the George menu in order to issue flight commands. George can be controlled from the rear seat no problem. I have tried re-mapping my controls just in case. A squad mate checked this out for me and has discovered he too has the same issue. We have tried different maps as well.
  17. @cfrag Module Observation Module: cloneZone Description: When using the cloneZone to generate a Combined Arms tank using the template option and triggered via the radioMenu the load-out given is not the same as the one configured against the template. nullnullnullnull
  18. @cfrag Ref spawnZone Just a quick question that came to mind whilst working on my next project, is there any "easy" way to have a parameter that contains the name of the skin that is to be applied to a spawning unit?
  19. ok will double check. I know the error was down to my set-up but I thought I had better post it in case you wanted to add an "idiot-trap" to stop the script crashing. regards Friar
  20. @cfrag BUG REPORT MODULE: groundTroops V3.0 (from 2.44) ISSUE: Script Error caused by illegal country code? Description: I am just exploring another mission idea using Combined Arms. I am wanting to spawn red tanks belonging to Russia. I thought I had looked up the correct country code from the database (included in the screen shot) and added 68 into the spawnZone against country. I have since re-read the guide and realize that I should have just used code 0. 82 translates to the UN apparently. nullnull
  21. I have it as well if i helps null hummer.zip
  22. @cfrag BUG REPORT MODULE: playerScore Version: 5.21 (from 2.44) Brief Description: Script Error (see below) Full Description: I believe the issue is caused by the use of a "feat" zone. When used the spelling mistake comes into play and errors (see below) I made the correction to my version of the script (I removed the "c" in front of "thezone" and the mission now loads correctly. Regards Friar. null
  23. here, here. @ChuckIV cfrag spends a lot of time and effort updating the scripts and the matching user guides. It will really help you get to the bottom of your issue. An old quote I liked to use when I used to deliver training. "Give a man a fish and he eats for a day, teach him how to fish and he will eat for a lifetime."
  24. @cfrag Forget that. I have just got it to work. Not sure what I was not doing before, but I think I am ok now. Cheers Friar
  25. @cfrag Question (and NO, I am not asking for a change, I think I have used up all mine for a while), just config advice, if the answer is "No" I will work round it. Its just that I have tried combinations I can think of but may be missing something. I would like to generate a group of troops that can be seen by the heloTroops module menu as ready to load when the player lands within range, without them being requested first. Half way through typing this I thought about the CSAR module but that will only be 1 unit if I am correct. I would like to be able to send a 'Hook to a position to pick up the group of soldiers, without the player having to request them first for them to appear? Any thoughts? Cheers Friar
×
×
  • Create New...