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

JLC

Member
  • Content Count

    20
  • Joined

  • Last visited

  • Medals

Everything posted by JLC

  1. Ok, this explanation is good for me
  2. I think that this can be fixed with the following thing  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_guner7 = (Units _groupAA) select ((Count (Units _groupAA)) - 1)  Please correct me if I am wrong. Or tell me why this happens.  Ok, I have just discovered why this happens.   The matter is that in the script buid.sqs the following thing is declared  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_groupAA = group nimitz  And I had named the carrier as nimitz, this brings conflicts as you can see. So already you know, you cannot use the name nimitz with this addon. Changes are not needed in the script.
  3. Great job Gnat!!! However I have two problems with this addon. One is that when beginning any mission, it leaves me the following error message:  I think that this can be fixed with the following thing  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_guner7 = (Units _groupAA) select ((Count (Units _groupAA)) - 1)  Please correct me if I am wrong. Or tell me why this happens.   The other one is that when any unit walks on the platform that is exactly behind the catapult number 4, beside the airplane elevator, a hole exists and everybody who walks in that area falls toward the sea. I believe that this was already reported. I wanted to know if some solution has been thought for this.
  4. JLC

    Object custom name

    Ok, I have just tried it. It is as you say. It seems that the person that wrote it, didn't know how to express how the command works.
  5. JLC

    Object custom name

    This is what says the official command reference
  6. JLC

    Object custom name

    You try with the name command?
  7. Thank you, I have just tried first. But I have a doubt, if we have an array it should have memory assigned to this. The problem is in that if we make this we are creating another array starting from the original one. Does some system for garbage collection exist in OFP?. I don't believe to have read anything of this. The command set has the option of being able to enlarge the arrays dynamically.
  8. I have an array of values and I want to upgrade it. Something like that as the following thing <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _pointList = [[21, 49], [20, 30], [33,12]] (_pointList select 0) = _pointList select 2 This gives me an error. And I am thinking that maybe these Arrays are static in the moment that they are declared. Does some form exist of being able to make this? If it is possible to make it in some form, they also interest me to make arrays that can grow when it is needed. Is this possible? If it is it, how to make it?
  9. Apologize, I thought that they were the same person. Thank you for the link, immediately I begin to work and then I tell to you
  10. Hello to all, I have a series of data in the game that I want to save to disk to analyze them later calmly. They are data that interest me that they are been upgrading in real time and I can hardly see them in the screen. Is there some form that data can be saved in the hard disk in some format type?
  11. Maybe if the other sections are named in the moment to create them, this could be made. I am not an expert in this but I think that it can take the name of the section that is named and to link it with some generic name like Section1,... SectionN. For example if the name of the vehicle is MyCarrier the rest of the sections they would be MyCarrierSection1,...., MyCarrierSectionN
  12. Yes, the link works. Thank you, have just sent him the PM, now it is necessary to wait
  13. I declare myself a beginner in this forum. In fact this it would be the first message that would send to somebody personally. How do I obtain the bigpopa address?
  14. I declare myself a beginner in this forum. In fact this it would be the first message that would send to somebody personally. How do I obtain the bigpopa address?
  15. I forgot a last thing The problem is in that I want to visualize many strings whose longitude doesn't exceed the 70 characters. These strings interest me that they are generated each one second or less during approximately 5 minutes.And of course I need to see them. I think that the best form is using the Vektorboson´s console.
  16. The problem this in that I don't have the Vektorboson´s console. I found this thread Vektorboson's announcement of debug console where Vektorboson announces the console version 2, I try to unload it but the link gives me an error that the files don't exist. Looking for a little there was the following message 02.04.2004 Update My work gets a new license, therefore downloads were removed. They will be up soon again. in the link Vektroboson's OFP Page Does somebody know some place I be able to discharge the two files in the Vektorboson´s announcement? Or Can somebody that has already unload them send them to my, or to put them in some place so that I can unload them?
  17. Thank you, at once I go to unload the tool and to see that there is with that. I also found another function textLog with the same signature form that debugLog and apparently they make the same thing. The problem is where this the debuggin output.
  18. Softegg - I don't have idea how to make a text box in OFP. I think that this can solve the problem, because all the output that interests me is already in strings. I will take a look to the command reference to see what I find. MSMS_KDXer - I will also try your idea, and God willing it is not like says joltan. I before writing this was trying to lower the debug console of Vektorboson but their site tells me that that link doesn't exist. Does some alternative place exist? Somebody knows that it happens with this site.
  19. JLC

    Nogova 2004

    bmgarcangel - That is the idea, to show a nogova that makes use of their facilities for their development. It is for that reason that I wanted to take a look to the harbor and the airport. Because those they are the main communication ways of Nogova with the rest of the world.
  20. JLC

    Nogova 2004

    Hello I'm new here and this is my first message. I think that this is a great addon, maybe one of the best island mod in this game. I have seen many images and discussions about what should be made and that that nr. But I have not seen any image on the work in the airports neither in the harbor. Could you show some views of these? Forgive my English so bad, since I am not English-speaking
×