Jump to content

imthenewguy

Curator
  • Posts

    4,698
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by imthenewguy

  1. Will happen if I get the motivation to create the icons for the items. That is the only annoying part of implementing new items.
  2. The anchor position is set to the bottom-middle of the screen. Offset min is the top left of the icon (x,y) and the offset max is the bottom right (x,y). The difference between the min/max values dictates the size of the button. For example: Min: "-100 25" Max: "-50 -25" This would make the icon slightly to the left of the middle-bottom, and have a size of 50. The challenge you will face with the current setup is that players resolution will make moving it to the left look very different, since it anchors from the middle. You are better off finding a spot for it that is closer to the hotbars. You can make it smaller by minimizing the amount between the min and max values.
  3. imthenewguy

    NpcRaiders

    Tyty. I assume you add the names to the displayName field to differentiate the NPCs? My plugin supports filtering using this name as well, so players can set loot drops based on the name of the NPC as well.
  4. imthenewguy

    NpcRaiders

    Hey mate, I have been asked to add support for this to my ItemPerks:Legendary Items plugin. What way can I identify Npc raiders to be able to add drops to them? Do they have unique names, or are they all setup the same?
  5. It should work fine in shop. What is the full command string you are putting into the shop plugin?
  6. Yeah that's a good idea. I will look into it.
  7. You don't have to. Join my discord and look at the announcements channel. https://discord.gg/jxD7MtaV9g
  8. Sorry I just realized you can change the hex colours in the lang file for these. ["AwarenessCorpse"] = "<color=#ffdc00>Corpse</color>", ["AwarenessBag"] = "<color=#ffdc00>Bag</color>", ["AwarenessAnimal"] = "<color=#ffdc00>Animal</color>", ["AwarenessHumannpc"] = "<color=#ffdc00>Human npc</color>", ["AwarenessItem"] = "<color=#ffdc00>Item</color>", ["AwarenessText"] = "<size=12>{0}</size>", ["AwarenessDescription"] = "<color=#ffff00>Tracked:</color> <color=#ffffff>{0}</color>",
  9. imthenewguy

    Gun Game

    Only 1 is a valid arena. The other is an old arena.
  10. It's 0-100. 1 = 1% chance. What source are they dropping a lot from?
  11. Try unloading all plugins and retesting. If it works, you have a conflicting plugin. If it doesn't, open up a support ticket.
  12. I can't think of a function way where my plugin will reward killing bradly or heli with skill points. Only source for skill points is commands or level ups.
  13. Sorry guys, I made changes to the plugin that were based on staging with the expectation that those changes would be pushed to main like always (a simple method name change). Alas they did not. It has been fixed.
  14. There is only 1 that respawns when you delete it. Change their spawn position in the config or disable the mobile workbench skill.
  15. Nah it uses a bool to determine if it's night time: TOD_Sky.Instance.IsNight Nah I don't think so, not if it's only happening to players with the instant untie skill. Submit a support ticket on here and see if you can grab a video recording for me so I can understand what is taking place. Ideally a recording showing the crates untying without the skill, then untying with.
  16. Do you have another plugin messing with the crates? The skill adds a behaviour to the player that ray casts what the player is looking at when they are underwater and the use button is down. If it finds a FreeableLootContainer it sets the buoyancy scale to 1 and disables kinematic on the rigid body so it floats to the surface. Try it with all other plugins unloaded to see if the issue persists.
  17. imthenewguy

    Gun Game

    You could give them the admin roles. It can be started via console, so if you have a shop plugin you could allow players to purchase the event to start it or something (running the console command). The maps for ZombieInfection, Paintball and (soon to released) King of the hill are all compatible with gun game. Just throw the json map file into the GunGame folder in data. The _Universal version.
  18. The prefab is no longer supported so I disabled purchasing. SurvivalArena is the replacement.
  19. The commands are listed on the main page of the plugin. pbstart / pbend
  20. In Paintball config: "Use EventHelper to schedule the events (recommended)?" to false.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.5k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.