Jump to content

HungryCoyote

Members
  • Posts

    191
  • Joined

  • Last visited

Everything posted by HungryCoyote

  1. For some reason, it works in MP if hosting from the main game server but not on dedicated server.
  2. What's the trick to getting dml to work on a dedicated server? I tried with the Smoke Em demo mission to be sure it wasn't a problem with my mission. But no smoke. No messages that the Do Scripts were loading. @cfrag
  3. Just started using this. Very impressive. One thing it needs, unless I missed it, is the ability to drop smoke on a map marker. Maybe in a future update?
  4. Ok I'm dumb. Tried that a few times with no luck. Have to hit enter. Thank you.
  5. If you password a slot in mission editor, how do you access it on dedicated server. Plane does not show in list.
  6. I downloaded this mission from the Moose github. It is a simple mission where a cargo is supposed to load onto a vehicle. When i run it, the cargo never moves. Can someone look at it and tell me why? CGO-300 - Crate Boarding.miz
  7. This will spawn the 20' camo container instead of generators. --- 3D model that will be used to represent a loadable crate ; by default, a generator ctld.spawnableCratesModel_load = { ["category"] = "Cargos", ["shape_name"] = "bw_container_cargo", ["type"] = "container_cargo" } --- 3D model that will be used to represent a slingable crate ; by default, a crate ctld.spawnableCratesModel_sling = { ["category"] = "Cargos", ["shape_name"] = "bw_container_cargo", ["type"] = "container_cargo" } @Miccara
  8. Guess it's time to roll back my version.
  9. I found this mission online. I can get the crates to spawn in front of Herc but for the life of me, can't figure out how to load them. Hercules_Logistics_with_CTLD_and_.zip
  10. Should be possible since we can transport vehicles in the Hercules mod.
  11. I run a dedicated training server especially for people new to dcs or multiplayer. Wolf Pack US 06.1. Hop on anytime. If you need some company, let me know and I will join you. @Indyplumber
  12. Please bring back the ability for the Ka-50 to sling load containers. I really enjoyed this.
  13. Anyone been able to sling load with the Ka-50 lately? Was working last month. I no longer get the All Cargos list.
  14. I am using Mist with this script. It works and shows up on map with alt 0. local vars = { type = "FARP", country = 'USA', category = "Fortifications", x = -281290.125, y = 646987.4375, name = "FARP-01", heading = 0.47123889803847, } mist.dynAddStatic(vars) edit: I forgot to change category.
      • 1
      • Thanks
  15. I know how to use lua via triggers. I just don't know how to write them.
  16. That's over my head. I understand what you are saying but know idea how to do it.
  17. Ah, I see. Can't help you there. I know nothing about writing lua.
  18. Did I misunderstand you post? I thought that you were trying to drop units from the Herc. @cfrag
  19. batumi drop.miz This does exactly what you want, both troops and vehicles. @cfrag
  20. Hello. I know how to display messages on server using a trigger. Is there any way to have a message displayed whenever a new person joins and only that person sees it?
  21. @skypickleI see what you mean about it not working. Not sure why. I opened the mission in Editor, then point the trigger to location of the lua file, it then worked for me.
  22. @skypickleWhat do you mean by Instant Mission?
  23. @BigMongostylerI had to install client on my dedicated server to get it to work but others have had it work without doing that. Try this first. Install mod on server. Copy Hercules_Cargo.lua on server under Scripts. If that does not work for you , try installing client, then opening mission on that machine and point trigger to location on server. Let me know if that is confusing.
×
×
  • Create New...