HungryCoyote
Members-
Posts
191 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by HungryCoyote
-
DML - Mission Creation Toolbox [no Lua required]
HungryCoyote replied to cfrag's topic in Scripting Tips, Tricks & Issues
For some reason, it works in MP if hosting from the main game server but not on dedicated server. -
DML - Mission Creation Toolbox [no Lua required]
HungryCoyote replied to cfrag's topic in Scripting Tips, Tricks & Issues
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 -
DML - Mission Creation Toolbox [no Lua required]
HungryCoyote replied to cfrag's topic in Scripting Tips, Tricks & Issues
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? -
Slots with password question
HungryCoyote replied to HungryCoyote's topic in Multiplayer Server Administration
Ok I'm dumb. Tried that a few times with no luck. Have to hit enter. Thank you. -
If you password a slot in mission editor, how do you access it on dedicated server. Plane does not show in list.
-
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
-
Guess it's time to roll back my version.
-
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
-
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
-
Please bring back the ability for the Ka-50 to sling load containers. I really enjoyed this.
-
Complete Transport and Logistics Deployment - CTLD
HungryCoyote replied to Ciribob's topic in Scripting Tips, Tricks & Issues
Anyone been able to sling load with the Ka-50 lately? Was working last month. I no longer get the All Cargos list. -
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
-
-
Displaying message on server question
HungryCoyote replied to HungryCoyote's topic in Mission Editor
Thank you. -
Displaying message on server question
HungryCoyote replied to HungryCoyote's topic in Mission Editor
I know how to use lua via triggers. I just don't know how to write them. -
Displaying message on server question
HungryCoyote replied to HungryCoyote's topic in Mission Editor
That's over my head. I understand what you are saying but know idea how to do it. -
Ah, I see. Can't help you there. I know nothing about writing lua.
-
Did I misunderstand you post? I thought that you were trying to drop units from the Herc. @cfrag
-
batumi drop.miz This does exactly what you want, both troops and vehicles. @cfrag
-
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?
-
DCS Super Hercules mod by Anubis
HungryCoyote replied to Eight Ball's topic in Flyable/Drivable Mods for DCS World
@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. -
DCS Super Hercules mod by Anubis
HungryCoyote replied to Eight Ball's topic in Flyable/Drivable Mods for DCS World
@skypickleWhat do you mean by Instant Mission? -
DCS Super Hercules mod by Anubis
HungryCoyote replied to Eight Ball's topic in Flyable/Drivable Mods for DCS World
@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. -
DCS Super Hercules mod by Anubis
HungryCoyote replied to Eight Ball's topic in Flyable/Drivable Mods for DCS World
