Jump to content

imthenewguy

Creator
  • Posts

    3,445
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. imthenewguy

    fixed close please

    Changed Status from Pending to Closed
  2. I would highly recommend switching to the steam workshop image system and upload the images to steam workshop. It will put all of the heavy lifting on the client and it get cached in their client between sessions which is nice. Ill look at putting a guide in my discord if you aren't familiar with how to do it.
  3. Yeah I probably haven't handled the monohebaviour properly for it. Let me suss it out.
  4. I can't replicate the issue on my end. Have 1 point in the skill. I go into the water. It counts down until it displays -2 at the top. My client oxygen starts to deplete. I die. Got a video or something?
  5. imthenewguy

    Low grade - chainsaw

    Think its an oversight with EventHelper. If everything else is being restored correctly then I probably need to fix it on my end. I have added something to the next release that should hopefully sort it out.
  6. Hey mate happy to assist. Mind making a support ticket on here or my discord?
  7. Changed Status from Pending to Closed Changed Fixed In to Next Version
  8. Hey mate i have another version I plan to release which disables saving, so it will remove the entities on restart.
  9. Changed Status from Pending to Closed
  10. I mean if its being called there should be no logical reason why it isnt working. Did you want to pm me on discord @BeePsy so we can test?
  11. Changed Status from Pending to Closed
  12. imthenewguy

    Stores dont despawn

    Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  13. imthenewguy

    wipeoldarena

    Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  14. imthenewguy

    some times i see error

    Changed Status from Pending to Closed
  15. imthenewguy

    Blacksmith

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  16. Changed Status from Pending to Closed
  17. Changed Status from Pending to Closed
  18. imthenewguy

    Error in Console

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  19. imthenewguy

    Error in Console

    Will hopefully have it fixed in the next release.
  20. imthenewguy

    XP supply drop

    So the plugin uses OnLootEntity to handle the locking, by telling the player to stop looting on the following frame. It should be using the CanLootEntity hook and returning a false value to prevent the looting to begin with. Would be worth mentioning it to the developer, as with the current method the player will always get xp.
  21. Its an intended feature. The XP is based on the amount of time spent crafting an item. If the craft time is instant, the xp is less.
  22. Are you calling the RecycleThink method from the Recycler class, or is that a method inside of your monobehaviour? If it's the latter, are you calling the OnItemRecycle hook?
  23. Changed Status from Pending to Closed
  24. The hook still triggers though, so players would still be added to the dictionary for when the recycler is functioning. How are you handling the Invoke for recycling - are you using the vanilla invoke (recycler.InvokeRepeating) like I am, or are you using handling it yourself via a monobehaviour?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.7k

Files Sold

Total number of files sold.

2.4m

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.