Jump to content

JohnKalo

Member
  • Content Count

    1111
  • Joined

  • Last visited

  • Medals

Posts posted by JohnKalo


  1. 1- Try placing what you have in the init.sqf to the initPlayerLocal.sqf .

    2- Seems to be a known issue with the script that has not been fixed:

     

    Checked it out and it indeed has two lines of addAction seemingly doing the same thing. The thing is to change a script you have to have permissions and such, whereas the thread does not state we can alter it. Hence I did not research it any further. Best of luck with your project!

    • Like 1
    • Thanks 1

  2. But if the unit dies in the trigger area it is already in the area so the trigger to fire is expected.

     

    Maybe I got confused. What are you trying to do exactly? If you could more details would help. Maybe a simple:

    NameOfUnit1 distance nameOfHelpingInvisibleHelipad < NumberOfMeters or NameOfUnit2 distance nameOfHelpingInvisibleHelipad < NumberOfMeters or ...

    could work so as not to stall your project.

     

    Edit: Or if you mean if he dies in the trigger a latter condition is fired although he is killed maybe this can help:

     

    ({_x in thisList && alive _x} count units test1)

    not tested so it could just show an error. 

    • Like 1

  3. Quote

    thanks mate the objectname must i put the name of the pic there or does it stay like that.

    Place the name of the Rugged TV and if it does not have a name you can give the TV one.

     

    Then the code you can put in the activation field of a trigger. In the condition place true . That should work. If you do not want a trigger you can try placing this instead of the objectname if you place the code in the Rugged TVs initisalization field.

    • Like 1

  4. Maybe there is something missing:

     

    _objectname setObjectTexture [0, "\img\pic1.jpg"];

    the \ . Also when opening the screen at about the buttom there is a path you can use to insert the image directly. In Arma in general even if an \ is / it will not find the files. Common in programming I believe.  Other sort of issues are file formats like being a .png and not a .jpg .


  5. 21 hours ago, Hery387 said:

    Hello, I am going to look at the scripts, but it is just awkward to need script in order to have normally working AI. And the Second option is not really possible, the AIs take like 10 seconds to hop in and no one wants to look at black screen for 10 seconds.

    Ten seconds is not too much if you show the mission name, needed details, maybe an image or a loading screen and such.

    Oh and you can just:

    NameOfUnit disableAI "MOVE";

    for the units the leader orders to disembark and when the convoy is moving you can

    NameOfUnit enableAI "MOVE";

    it again. Or even:

     

    NameOfUnit enableSimulation false;

    for as long as needed. Unless one of those units is the driver. If so you can try this on the other unit and see if anything changes. Or just have them start with simulation false and after a few seconds enable it again. Also the

     enableSentences false;

    can help to hide him giving orders.


  6. For convoys some cool scripts exist out there like this one: https://www.armaholic.com/page.php?id=31925

    Now some times the AI just does its thing and there is not much you can do about it. You can however try to hide their reactions. A black screen with some text before the player sees whats going on for example. And in general anything simple no matter how crazy it sounds and that works is preferable. 


  7. Hi guys just a quick update

     

    Armaholic staff has not returned my emails. Maybe they are on vacations or something. But I placed a download all button in the initial post. It is a file with all missions included. There have been no glitches or bug reports so hopefully no fixes will be needed. If however ones appear we will update the big file too.


  8. Quote

    I quickly looked in my documents under arma3 in my multiplayer folder and the mission was there with all the folders and files but when I try to play the menu calls it the first name and there's no playable unit or anything on the map. WTF help.

    That must have hurt! Only thing I would do is change the name of the mission folder and try opening it again. Or place the mission in the SP folder and try again. Anything that might help. 

     

    The only similar thing that could have happened is erase not needed things so as to film a video, and then an autosave could destroy all efforts. Something similar happened to me once. That is why I keep a variety of backup files. Some times when the mission is nearly ready I even upload a copy on the web just to be sure. Oh and why edit the mission via the server option that has the lobby and such. Why not make the mission via the editor?


  9. Some may say that summer is over at the 15th of August so:

     

     

    fireworks.jpg

     

     

    After hundreds of editing hours and many emotions the final Campaign mission is:

     

     

    Episode 10 - Death Cream RELEASE!

     

    pic1.jpg

     

    In this mission we had to follow multiple strategies since the battlefield conditions were changing rapidly! Through heavy fire, smoke and grenades we managed to reach the end and ended up with a very hard call. The decision we made would change things dramatically! Gladly after all team members thought about it we took the right decision and had a great ending. It was not easy but we understood the quality of team work. I really wish you guys make the right call too!

     

    • As for the mission size two endings means double the size and hence the mission is rather big but not too big.
    • As for the steam and armaholic links, the steam ones are set (<<<) whereas the armaholic ones at a later date.
    • If possible please support us at our steam page via Rates, Likes and Subscriptions. It would really help.
    • There might be an upload of all missions in one but that needs to be a .rar file and not a .pbo file. .rar files are not liked so we might avoid it. One of the problems is that if one mission changes the whole .rar file will have to change too. So you can just subscribe at the steam collection and have all in one. The armaholic links either they are going to be one chapter each or a whole file.

     

    In any sort of case I hope you have an amazing time. Changes will most likely not occur but if anything comes up we will keeps our heads up!

×