Jump to content

IIIaKa

Creator
  • Posts

    2,164
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. IIIaKa

    Stark: Incorrect monuments

    By @Stark
  2. IIIaKa

    Stark: No zone images

    Hello, as I understand it, you’re saying that all your monuments have the same image in the status bars? In the previous update, all status bar settings were moved to the files "\data\RealPVE\BarConfig.json" and "\data\RealPVE\BarProgressConfig.json" You can now configure all bars in one place and simply reference their keys in the desired status bars. This also helps reduce the size of "MonumentsConfig.json"(the monuments configuration), making it easier to navigate through those settings. For existing MonumentsConfig.json files, the keys are assigned as "_default". You can replace them with any of the keys defined in "BarConfig.json", or unload the plugin, delete "MonumentsConfig.json", and reload plugin, this will recreate the default configuration for all monuments. However, keep in mind that this will erase all your previous settings, so it’s probably better to manually replace the status bar keys instead. Note that there are two status bar keys: The first one is for regular bars(BarConfig.json) The second one is for progress bars(timers, BarProgressConfig.json)
  3. IIIaKa

    Stark: No zone images

    Changed Status from Pending to Work in Progress
  4. IIIaKa

    Zone Status

    Hello. I think it’s possible, but I can’t promise anything. Unfortunately, I’m currently busy updating other plugins. But once I get to this one, I’ll try to add your suggestion. Thank you!
  5. IIIaKa

    Stark: No zone images

    By @Stark
  6. IIIaKa

    Plugin Loading Loop

    Hello. Are you sure you're using the latest downloaded version? It works just fine for me.
  7. I can't check this myself, I haven't been able to reproduce this error. So please try replacing the OnEntitySpawned hook(lines 193–197) with this code: void OnEntitySpawned(BuildingBlock block) { if (block.OwnerID.IsSteamId() && IsRightBlock(block)) NextTick(() => { if (block.IsValid() && !block.IsDestroyed) TryInitBlockDecay(block); }); } Let me know what the result is.
  8. @Aelanna @Aeryn Sun Hello. Does this happen every time or just occasionally? Because during this whole period, I haven’t encountered such a message even once.
  9. Changed Status from Pending to Work in Progress
  10. IIIaKa

    Plugin Loading Loop

    If you have anything to add, feel free to write in this thread.
  11. IIIaKa

    Plugin Loading Loop

    Changed Status from Work in Progress to Fixed Changed Fixed In to 0.1.2
  12. IIIaKa

    Plugin Loading Loop

    The issue turned out to be caused by a single extra space during hook generation... Thanks for reporting the bug, the funniest part is that I added that space for aesthetics after all tests
  13. IIIaKa

    Error Message after update

    If you have anything to add, feel free to write in this thread.
  14. IIIaKa

    Error Message after update

    Changed Status from Pending to Fixed Changed Fixed In to 0.1.22
  15. IIIaKa

    Error Message after update

    If you have anything to add, feel free to write in this thread.
  16. IIIaKa

    Error Message after update

    Changed Status from Pending to Fixed Changed Fixed In to 0.1.22
  17. IIIaKa

    Plugin Loading Loop

    Changed Status from Pending to Work in Progress
  18. IIIaKa

    Error Message after update

    Hello, try redownloading the plugin.
  19. IIIaKa

    Error Message after update

    Hello, try redownloading the plugin.
  20. Hello, try redownloading the plugin.
  21. IIIaKa

    Plugin Loading Loop

    Hello, are you using Oxide or Carbon?
  22. IIIaKa

    bar_group

    If you have anything to add, feel free to write in this thread.
  23. IIIaKa

    bar_group

    Changed Status from Work in Progress to Not a Bug
  24. If you have anything to add, feel free to write in this thread.
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.3k

Files Sold

Total number of files sold.

3m

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.