Inbound

Moved

Total Downloads: 2,590 - First Release: Nov 14, 2015 - Last Update: Feb 18, 2017

5/5, 5 likes
  1. Wulf

    Wulf Community Admin

    The arrow shows when the drop is within a certain height of the ground.

    That sounds like something for the other plugin to add.
     
  2. Wulf

    Wulf Community Admin

    Not that I know of, this just calls whenever that entity is spawned.
     
  3. I can't seem to get the arrow(s) to show since I got it installed
    Using latest version of Oxide and Rust, using below settings of Inbound which should be correct?

    {
    "HelicopterAlerts": false,
    "SupplyDropAlerts": false,
    "SupplyDropArrow": true,
    "SupplyDropArrowLength": 15,
    "SupplyDropArrowSize": 4,
    "SupplyDropArrowTime": 15
    }
     
  4. Wulf

    Wulf Community Admin

    Should be. I think some graphic settings don't show them, but not sure.
     
  5. Graphic settings for the user?

    I gladly test out it, only been running the game on DX11 with max settings (with few settings off)

    Edit: Same issue under DX9
     
    Last edited by a moderator: Oct 22, 2016
  6. Is it possible to post a different message if the airdrop is summoned?
     
  7. Wulf

    Wulf Community Admin

    It wouldn't know how it is called, so that may be something for the plugin you are using that calls it.
     
  8. I dont have any plugin that calls them, only the random event and /kit giving a supply signal.
     
  9. Wulf

    Wulf Community Admin

    I may be able to track who threw a supply signal, but I'm not sure if I can tie that to a specific plane or not.
     
  10. would it work via coordinates?

    if coordinate is random or assigned to a SS?
     
  11. Wulf

    Wulf Community Admin

    Coordinates could be added to the messages, sure.
     
  12. how do i add them? and i guess it would be to the .cs file?
     
  13. Wulf

    Wulf Community Admin

    I'd have to add support for them to the plugin.
     
  14. Code:
    (03:23:35) | [Oxide] 03:22 [Error] Failed to call hook 'OnEntitySpawned' on plugin 'Inbound v0.2.0' (FormatException: Input string was not in a correct format.)
    (03:23:35) | [Oxide] 03:22 [Debug] at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0
    at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
    at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
    at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Inbound.Lang (System.String key, System.String id, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Inbound.OnEntitySpawned (.BaseEntity entity) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Inbound.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Nov 27, 2016
  15. Wulf

    Wulf Community Admin

    Did you modify the lang files at all?
     
  16. oxide/lang/en
    {
    "HelicopterInbound": "<color=#FF4949>Патруль вылетел</color> <color=#F9DBDB>Будь осторожен!</color>",
    "SupplyDropInbound": "<color=#FFB300>На острове сброшен груз</color>"
    }
     
  17. Wulf

    Wulf Community Admin

    I'd recommend leaving the English one as default and create a copy under the ru folder instead. Then, please test with the English translation to verify it works.
     
  18. The plugin works, but in the console displays this error periodically
     
  19. Wulf

    Wulf Community Admin

    Could I see the language files you have for it now please along with your latest oxide/logs?