Jump to content

Jbird

Creator
  • Posts

    2,199
  • Joined

  • Days Won

    17

Everything posted by Jbird

  1. Jbird

    Boss Monster

    I think perhaps they have a maximum value and that could be your problem. I will look into this to confirm or deny though.
  2. This is not a high priority but for some time now the buttons seem to be out of place on the prefabs. Mostly I believe just that they have been resized, or did I never notice it before? On the minicopter, which we use the most, is where it is the most noticeable. This one is certainly in a different place and is much lower. This also looks very odd from the 3rd person view as the lower part of the button sticks out quite a bit from the mini, the cord. Is this something that can be sorted? I don't have a terrible amount of minicopter plugins but I have a couple that could cause this issue. Again it is not a high priority but I wanted to bring it to your attention. Would you be able to add more options for the snowmobile? It looks amazing by the way just curious if it could be added to the config if nothing else, I do not want players to notice and take advantage of the free fuel if they get this permission. Thank you in advance.
  3. Jbird

    Boss Monster

    The great thing about all of these ideas is most all of them are already incorporated! Kits is already compatible by the way that sounded like a suggestion but it is already a part of the plugin. "Kit (it is recommended to use the previous 2 settings to improve performance)": "", Not sure on this one. The NPCs have to be created from existing NPCs, and most if not all of NpcSpawn NPCs have the same base. So it would be difficult to track this if I am not mistaken. It would require both dev's to possibly make it work but because they are using a common NPC just being modified from it's default look and settings. My recommendations are to use buidings, even puzzle buildings can work well for this. Some prefabs sold on sites like this are excellent for placing bosses inside. Anything that forces players to go inside to get to the boss, works very well. Leaving them to roam is fun, I have a few that roam, but the majority of mine are all inside so that players have to seek them out intentionally, and so that they do not have much of a chance to make the fight easy. Players would build bases like you described if I had them spawning at certain places in the open. So having them spawn randomly is best if they will be outdoors.
  4. Jbird

    CFuelUI

    As a note for anyone with larger stack sizes for fuel, it only displays the first 3 digits. But you can reduce the font size in the section of code in lines 193-197 a bit and it will fit four digits. { var container = UI.CreateElementContainer ( "cfuilui.amount", "0 0 0 0", "0.45 0.12", "0.53 0.21" ); UI.Label ( ref container, "cfuilui.amount", $"{GetFuelAmount ()}", 10, "0.3 0.28", "0.52 0.53" ); CuiHelper.AddUi ( player, container ); } I simply changed the font size from 12 to 10 and the whole number is now displayed.
  5. Jbird

    Boss Monster

    Absolutely, there are a few ideas even including being able to spawn a boss by command and potentially this being the only way to spawn them, or triggers to spawn them to make your own mini event. Then the question just becomes how difficult will it be to code these into the existing plugin and how much time would it take. All ideas are welcome though and KpucTaJl is one of the best developers at finding a balance between accepting and incorporating ideas, as well as explaining when they can't be done or just having to say no at times. Some developers take too many ideas on and it ends up turning the plugin into a mess that needs constantly updated. Still I think some of these ideas sound like they would be able to be added and are not overly complicated, so when he is home and when he has the time I would expect some of these ideas to be a possibility in a future update. I like the sound of that! I've certainly had several efforts to make mine difficult. I caught players trying to find easy ways to defeat them early on. One great thing to do with them for something like this is to place them in a small arena, or inside a building, so that accessing them forces players into true battle instead of giving them options to avoid battle and do distance from afar. Have fun with it!
  6. Jbird

    Boss Monster

    Currently there is not such an option built into the plugin. Though this might align with another suggestion so I will add this to the idea and update the Developer. What I would suggest though is to make a backup copy of the config, and then remove all but the one you would like to have active. Were you hoping to cycle through different bosses or were you just wanting one active boss?
  7. Jbird

    Marker color doesn't work

    This has been addressed in the most recent update.
  8. Jbird

    Air Event

    It would be pretty interesting no doubt, and several have had this idea including the developer. Unfortunately there is just no realistic way to move around all of those prefab items in the game so I unfortunately have to tell you this is not in the works. It does spawn in random locations though! But you probably already know that.
  9. Jbird

    Air Event

    Currently that would need to be done in the CS, but can I ask if there is something you are looking to achieve instead, like perhaps changing the loot table if you think the loot table is too generous. Just thinking out loud as there might be an easier fix if there is a reason like this that leads you to want to remove one of them entirely.
  10. Jbird

    Boss Monster

    My favorite way to customize their loot is to use your own loot table and create it. You can add each item you would like them to have a chance to get, give the probability, but most importantly you can add exactly the things that you want. Alternatively you can use the path to the prefab of the loot table that you would like to use. If you get stuck the Mad Mappers Discord is a great resource and you can open a ticket there for more help or advice.
  11. Jbird

    2 questions

    If that takes care of your questions or issues @Kobani feel free to check this off as closed.
  12. Jbird

    wrong spawn number?

    By the way @Marco Almeida if that takes care of this for you, would you mind changing the status to solved? You are of course welcome to ask any follow up questions you might have though 1st. No rush.
  13. Jbird

    Custom Magazine

    If anyone has issues with the skin being lost with using RestoreUponDeath plugin or even the Kits plugin from uMod you can reach out to me on Discord and I can get you a patch. They should hopefully be seen and released on uMod before too long but for now I want to get this to people so they are not waiting any longer. Jbird#2022
  14. Jbird

    2 questions

    "Which economy plugins do you want to use? (Economics, Server Rewards, IQEconomic)": For this setting in the config, if you remove the name of your economy plugin, it will not reward it. You can just remove all 3 if you'd like. "Calling a patrol helicopter to a locked crate?": true This needs to be set as above, for whichever locked crates you wish. There are the locked crates that will appear on the ship, as well as the final crate in the container for the event. So there are 2 settings for this option, configure as desired.
  15. Jbird

    wrong spawn number?

    Sorry that you answered your own question before I could, but it seems like you have covered most bases and have a good understanding of what is going on! Kudos for that. To answer your current question, each preset will all spawn. So you will total up all of the different presets and they will all spawn together. If you were interested in joining the Mad Mappers Discord I handle support there as well, and created a helpful guide when customizing organizing or trouble shooting configuration of the different monuments and profiles. I could share that with you there if you'd like. It is also pinned in at least one of the channels we use.
  16. Jbird

    Marker color doesn't work

    Suggestion is under consideration already. There are a few people lowkey losing their mind about it haha. Stay tuned. For now just keep in mind that the 2nd message about the event will give the grid point. I know that doesn't address the suggestion/complaint itself but just noting that. As far as size you can already configure that. "Radius": This is in the main config file.
  17. Jbird

    Advanced Hit Bar

    @RickJamesBitch all fixed! @ProCelle always happy to help brother. Keep up the great work!
  18. Jbird

    Defendable Bases

    Just for clarity and an example. This is a picture of the event on the map after launch. And a picture of the event on the map after activating with the button in the laptop. Inactive event. Active event.
  19. Jbird

    Marker color doesn't work

    The marker does work when the event is active. The marker surrounding the event is not active until someone starts the event and calls the support helicopter. Once the event is initiated the marker around the event will activate and be visible. Inactive event marker. Active event marker.
  20. Jbird

    Water Event

    If you want it to remain active until players complete the event, then this timer needs to be set to a length that this is possible. If you restart your server at certain intervals, as long as the timer is long enough to remain active until a server restart, the event will remain active. For example 86400 seconds is 24 hours. If you do daily restarts then set the timer to 86400 and the event will never end because a restart will happen 1st. "Duration of the event [sec.]":
  21. Jbird

    Harbor Event

    If you want it to remain active until players complete the event, then this timer needs to be set to a length that this is possible. If you restart your server at certain intervals, as long as the timer is long enough to remain active until a server restart, the event will remain active. For example 86400 seconds is 24 hours. If you do daily restarts then set the timer to 86400 and the event will never end because a restart will happen 1st. "Duration of the event [sec.]":
  22. Jbird

    Defendable Bases

    The marker does work when the event is active. The marker surrounding the event is not active until someone starts the event and calls the support helicopter. Once the event is initiated the marker around the event will activate and be visible. Those numbers and letters are not random, they are part of the event. Open up the laptop and the number pad in the laptop will have a corresponding single letter followed by two numbers. Match that to the correct code on the screen, and enter the matching number. Configuration of the plugin will decide how many times this needs to be completed for each wave, to unlock the rewards. The rewards will also be able to be configured within the data file for that base design. Once all passwords are entered correctly, the rewards for that wave are able to be claimed inside the laptop.
  23. Jbird

    Better Npc

    Allow your server to completely stand out from most other servers, and blow peoples mind who might come from a Vanilla server to find NPCs everywhere, even on a custom map you can create custom spawn locations easily in game! Outstanding plugin by an awesome developer. I may be partial but everything I say is true, and there is so much being left unsaid here. The only limit is your imagination!
  24. Jbird

    Defendable Bases

    Have forwarded this to KpucTaJl. He has several projects he is working on. I've taken over most all support and replies. I'll let the dude decide on this one before I assume but sounds doable!
  25. Jbird

    Harbor Event

    Have forwarded this to KpucTaJl. He has several projects he is working on. I've taken over most all support and replies. Will certainly be put into consideration though, thanks for the idea! I'm sure this could be slid into an update in the nearish future.
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

136.8k

Files Sold

Total number of files sold.

2.9m

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.