Hi,
Does anyone know how long a cargo ship event goes out and whether there is a command to edit it for as long as the event is to be ?
Cargo Ship spawn time
Variables:
cargoship.egress_duration_minutes (10)
cargoship.event_duration_minutes (50)
cargoship.event_enabled (True)
cargoship.loot_round_spacing_minutes (10)
cargoship.loot_rounds (3)
ai.npc_spawn_on_cargo_ship Spawn NPCs on the Cargo Ship. (default: true) (True)
Yes but there is nowhere to edit that I want the cargo ship event to come out every 30 min.
what i do, disable it, and manually spawn them using the TimedEvents plugin like this
"10:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
"12:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
"14:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
"16:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
be sure to test first, or you may spawn a boat that runs through the map
Thanks and I'm sorry that there is no such plugin.
there is https://umod.org/plugins/timed-execute
which can be used to manually spawn or run commands, by using the section i showed as an example with this plugin
"10:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
"12:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
"14:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",
"16:15:00": "entity.spawn cargoship \"-3012.5, -50.0, 2443.9\"",this would for example spawn a cargo at the times listed on the left, and coordinates -3012.5, -50.0, 2443.9
Merged post
you can make that spawn as often as you want using this method, or other things too, like airdrops, attack helis, etc. anything you can run from an rcon command