Jump to content

MrLiquid

Member
  • Posts

    1,325
  • Joined

  • Last visited

Everything posted by MrLiquid

  1. MrLiquid

    Card reader spawn?

    so does this not work then? "Preset Name": "crateelite_default", "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_elite.prefab", "Do you need to use a space card to open the box? [true/false]": true,
  2. MrLiquid

    Card reader spawn?

    but if its only on those, the loot boxes shown above on other presets wont open unless there is a space card swiped. I will change to that preset then.. but how can a players open the loot boxes without the card reader? The preset is below, default with plugin { "Preset name": "station", "Display name": "Fragment of the space station", "Duration [sec.]": 3600, "Probability": 30.0, "Set of sputniks": [ "debris_2", "debris_3", "debris_4" ] },
  3. MrLiquid

    LATEST BUG

    where can I send my server log?
  4. let me check
  5. I had the same problem, except this is what caused the server to fail ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
  6. MrLiquid

    LATEST BUG

    Im not sure what happened with your plugin to cause this but it was bad, something in your code is causing that. PAGES AND PAGES OF THIS ON MY CONSOLE ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
  7. MrLiquid

    Card reader spawn?

    No Card Reader
  8. Players always ask this.... Nola5o4: what happen to the air field event Nola5o4: i kill half of them and then everything just randomly is gone Can we please have the 'Event End timer' reset to a specific time when a player is interacting with the event. For example if the event is due to run for 3600 seconds and right before that timer expires a player decides to interact with the event, rather than the event ending and player is left dissatisfied, have a configurable globally announced event timer extension that will allow the player to complete the event. PLUS lock the loot to whoever is the event owner/team. Kind Regards
  9. MrLiquid

    close button

    Players can be 'stupid' close button would be good as another method to close the UI
  10. MrLiquid

    Card reader spawn?

    I cant, because if the card reader is not there.. it wont show on a screen shot
  11. MrLiquid

    Few noticeable bugs

    yes you can re equip, just scroll through the items and all goes back to normal, for reference the vanish on Umod doesn't do it, maybe you can compare that code to this one.. just a thought?
  12. MrLiquid

    Card reader spawn?

    Sometimes the card reader doesn't show up at a debris field, how can players access the loot if loot requires space card?
  13. MrLiquid

    Newest bug

    After a conversation with Nivex, developer of Raidable Bases, we have a solution, thank you He will make changes in his new release, but until then, this change will fix that problem in RaidableBases.cs if (assets.Exists(colName.Contains) && (e.IsNull() || entityName.Contains("/treessource/"))) changed that to this: if (assets.Exists(colName.Contains) && (e.IsNull() || entityName.Contains("/treessource/")) || e != null && e.skinID == 2404906710 && e.OwnerID == 0)
  14. MrLiquid

    Newest bug

    I think I found the problem, Sputnik is landing in Raidable base locations
  15. MrLiquid

    Newest bug

    I use raidable bases and after installing sputnik, I get this error Calling hook CanEntityBeTargeted resulted in a conflict between the following plugins: RaidableBases - True (Boolean), Sputnik (False (Boolean)) Calling hook CanEntityBeTargeted resulted in a conflict between the following plugins: RaidableBases - True (Boolean), Sputnik (False (Boolean)) Calling hook CanEntityBeTargeted resulted in a conflict between the following plugins: RaidableBases - True (Boolean), Sputnik (False (Boolean)) Calling hook CanEntityBeTargeted resulted in a conflict between the following plugins: RaidableBases - True (Boolean), Sputnik (False (Boolean)) Sputnik.json
  16. MrLiquid

    Few noticeable bugs

    Sometimes when in Vanish, players can see me or other mods just floating and other times we are not visible. The hotbar is the 6 spots that are presented in front of you when playing, Lets say I am holding a gun, and then I go into Vanish.. the gun I was holding is no longer visible to me, but I can still shoot from it. come out of vanish and the gun that I am holding is again visible. I would have thought regardless of my vanish state I should always be able to see what I am holding, and for example if the gun has a flashlight attachment, while in vanish I should be able to use that flashlight to see in the dark. (mentioned below by another example) The picture above shows a player holding a gun, not in vanish the player can see his gun, then the other picture is the same player but he can no longer see his gun, he is now in vanish. another example is I have a flashlight attached to my gun while its dark and i'm not in vanish, I then go to INTO vanish mode and the gun and flashlight disappear and I can no longer see where I am going as the flashlight which is attached to the gun is gone. While the gun remains in my HOTBAR its no visible, nor is the light which emits from the flash light. I hope this gives you more clarity to the situation.
  17. MrLiquid

    can you please

    If there is an event owner, can you please add the player it to the map maker, or some other way to show who the event owner is please?
  18. MrLiquid

    Can you please

    If there is an event owner, can you please add the playername to the map maker, or some other way to show who the event owner is please?
  19. MrLiquid

    Please

    If there is an event owner, can you please add the player it to the map maker, or some other way to show who the event owner is please?
  20. MrLiquid

    Few noticeable bugs

    sometimes when going into vanish, players can still see the mod in vanish floating, Also when going into vanish and if your holding a something from the hot bar, it totally disappears but remains in the hot bar and you can use it, however it just doesn't render like your holding it, your no longer holding type of thing. Picture 1 with vanish disabled Picture 2 with vanish enabled. BetterVanish.json
  21. same here. just flooded the crap out of my console Calling hook OnHelicopterRetire resulted in a conflict between the following plugins: HeliSignals - False (Boolean), Convoy (True (Boolean)) Calling hook OnHelicopterRetire resulted in a conflict between the following plugins: HeliSignals - False (Boolean), Convoy (True (Boolean)) Calling hook OnHelicopterRetire resulted in a conflict between the following plugins: HeliSignals - False (Boolean), Convoy (True (Boolean)) Calling hook OnHelicopterRetire resulted in a conflict between the following plugins: HeliSignals - False (Boolean), Convoy (True (Boolean)) Calling hook OnHelicopterRetire resulted in a conflict between the following plugins: HeliSignals - False (Boolean), Convoy (True (Boolean))
  22. MrLiquid

    BUG

    After alot of testing and bashing my head against a brick wall, its not convoy that was screwed up, but the plugin called BradleyDrops was causing all this!.. my lord.. thank you for your patience
  23. MrLiquid

    New bug for you

    while players enjoyed them joining the copter. thank you for attending to that
  24. MrLiquid

    BUG

    the loot crates from bradley are dropping on the map, but they are not able to be opened, also you can walk through them like they are not even there, something is acting up bad..
  25. MrLiquid

    BUG

    PLUS the loot from the bradleys cant be opened even though I am the event owner
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.8k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.