Jump to content

A Hamburgler

Members
  • Posts

    247
  • Joined

  • Last visited

Everything posted by A Hamburgler

  1. I have steam and I coped the DCSWorld folder and pasted it right in program files and I launch it from the exe in program files and it works.
  2. Thanks for the reply really appreciate it that’s probaly the reason why my if then did not work I’ll have to test it when I get home. If you don’t mind I just have two more questions then I’m done bothering you haha. 1. How do I script waypoints as in add them mid mission. I tried a couple methods in your scripts and looked at some examples but having a hard time understanding. I think I used buildwp function, move to zone function and one more can’t think of it. I get the unit to move to a location but can’t make them go from there as in add another waypoint. 2. How do I have a repeating script. So if I’m checking for a condition I want the script to repeat every 10 seconds and once the condition is met run my code and exit it. In other scripting language it looks somthing like this While {true} do { If () exitwith { code } Sleep 10 }
  3. Having an issue where my if then statements are not working. function BatumiResupply() local side = BatumiFlagS:Get() -- local supplies = BatumiFlagR:Get() US_CC = COMMANDCENTER:New( GROUP:FindByName( "BLUEHQ" ), "USA HQ" ) US_CC:MessageTypeToCoalition( string.format( "%s is the side", BatumiFlagS:Get() ), MESSAGE.Type.Information ) if ( 1 == 1 ) then US_CC:MessageTypeToCoalition( "ROH ****" ) end if BatumiFlagS:Is( 1 ) then US_CC:MessageTypeToCoalition( "Roger Resupply is on its way" ) else US_CC:MessageTypeToCoalition( "Roger Resupply is on its way22" ) end end As you can see im just using those messages as a debug. The first message is displayed when called but anything with if then does not work. I even tried doing if 1 == 1 then my message code end in triggers in the editor but nothing works.
  4. Does this work with 2.5?
  5. It’s a single player mission. Would that be possible still or no. Was also thinking of a workaround like removing the a10s fuel then when my condition is met have fuel in the jet.
  6. So wanted to know if there is a way to switch the players jet mid mission after a condition is met. So example once my certain condition is met the player will go from his av8b to an a10 that I had set up at another airbase. So basically just change the player to a different jet.
  7. Agree its fine with the A-10 but I have the same issue with the AV8B.
  8. So what does this mean I’m still confused on this hole thing. I’m thinking we have a a new Caucasus map for 2.5 with updated visuals and things.
  9. That would be the loosest thing ever.
  10. I was wondering the same thing. I thought we already had the updated Caucasus map but I guess not?
  11. I am on the steam version and the repair is not working. Never mind I have to verify the game files. Ok so did verify the game files and went into saved games and removed the DCS folder and it’s still crashing.
  12. Thanks for the reply. Ill test it out.
  13. I seem to be having this issue on other random missions too and I cant play more then 10-15 minutes without the game crashing. The only thing I have installed is VAICOM but the game crashes when I'm not even running it. Im more concered about this issue now and instead of making anew thread thought would put here. My system ASrock z370 killer I5 8600k 4.5 EVGA GTX 1060 FTW2 G.SKILL TridentZ Series 8GB 3200 WD Black 2TB Performance Desktop Hard Here my most recent LOG
  14. I have the i5 8600k running at 4.5 and it’s more then enough for any game even Arma. Never had an issue with my cpu in vr.
  15. I gotta look when I get home but it’s the georgian campaign like the 3rd or 4th mission.
  16. I have came into a issue recently where the jtac will stop responding mid mission. This happens at random times some times right away or after a while. I also had some issues with the ATC doing the same or just not responding at all from the mission start. I tried to search on this problem but all the threads were from a couple years ago. I have easy communications off and the radios are on and tuned to the right frequencies. I’m also using the a10c.
×
×
  • Create New...