Jump to content

ninco90

Creator
  • Posts

    368
  • Joined

  • Last visited

Everything posted by ninco90

  1. ninco90

    Craft Panel

    It would be a bit complicated to check the code. And overload the server a bit. Currently, when you check if the player has the resources, you do it item by item, and if you don't have one item, you automatically stop checking and return the message that you don't have the necessary items. So the process doesn't know if you really have the rest or not, it only cancels if 1 is missing. You could make them always check and once everything is checked, the ones that you don't have are listed, but I think the current approach is more efficient, even if it doesn't provide as much information. Once that's done, you could update the view accordingly (which would consume resources) and you could put a red background on the item that you don't have. But you can't make shadows as you propose.
  2. ninco90

    Plugin Bug!!

    Changed Status from Pending to Fixed Changed Fixed In to 1.4.7
  3. ninco90

    Plugin Bug!!

    Your problem should now be solved with the latest update.
  4. Hi! Changing color is really like applying another skin, so the internal process is the same. It should be noted that the container skin is the worst optimized in the game, I personally advise against using it if you don't want low FPS on large bases. This problem motivates even more players not to be constantly changing colors for free since the more variety of colors a base has or the more you play with the color change, the more I have been able to verify that it affects the FPS. However, if you do not want to apply costs you could use the permission bettertc.reskin.nocost this will make changing skins and colors free.
  5. ninco90

    Plugin Bug!!

    We are in the same boat, you have to constantly check while the action is being carried out to improve or repair.
  6. ninco90

    Plugin Bug!!

    This is correct, it is programmed this way so that no one starts the repair at that time. The reason for this and for not checking while it is improving is for optimization and performance reasons. If for each building block you have to check if it is in RaidBlock it would consume more server resources. This is why the check is only done once when you click.
  7. ninco90

    Compatability

    Changed Status from Pending to Closed
  8. Changed Status from Pending to Closed
  9. ninco90

    Duplicate Auth players

    Changed Status from Pending to Not a Bug
  10. ninco90

    How to set up help

    Hi, what a lot of messages. I'll answer you: 1. The plugin is not designed to work like this. However, you can extend the Warning Time Before Damage and see if that can help you. Although I wouldn't recommend extending it that much, since the player won't know that being in that area will cause damage. 2. I don't understand what you mean by this. Can you give me a graphic example? 3. I imagine you mean a first warning when you enter the area that you will suffer damage after a while, I seem to remember that a message already appeared when you entered. 4. I don't understand what you mean at this point. Do you want the damage to stop if there is no one in the safe zone? This would be expensive for the server's performance since you would have to constantly check if there is a player nearby. 5. Maybe I can make it so that when it is destroyed the doors break if that is how it is configured in the config. I'd have to look into it though and I don't have much time at the moment, but I can put it on my to-do list. 6. Players don't usually use vanish so it shouldn't be a problem. 7. Oops, looks like you've found the real bug. This is because it needs to know which player was driving it so it can notify them and so on. I need to look into how to fix this, it's more complex than it seems. 8. The sphere is rendered globally for all players, it's not possible to limit it to just the player in the tugboat.
  11. ninco90

    Effects Prefab not work

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  12. ninco90

    Effects Prefab not work

    Thanks for reporting! They've likely changed the effect prefab path in this February update.
  13. ninco90

    help

    Changed Status from Pending to Closed
  14. ninco90

    help

    Hola! Así es, estamos teniendo problemas con el servidor, es por eso que no funciona correctamente. Aunque ciertamente me preocupa que en estos casos suceda una inundación de paquetes. Intentaré ver como puedo solucionar esto por si en un futuro el servidor web vuelve a fallar que no repercuta de ninguna manera. Podrías probar ahora? El servidor web medio funciona ahora. En caso de error dimelo y vemos como podemos solucionarlo.
  15. ninco90

    Duplicate Auth players

    Hi! The plugin itself does not add any authorization for anyone. It simply displays the stored auth information that the TC has. It is likely that another plugin is duplicating that information. Have you tried to delete plugins and add new TCs to test?
  16. ninco90

    BetterTC

    They were added before they were officially released 😛 Just make sure you click the blue refresh button. This should add the new wallpapers for you. (However, if you edited the settings manually, they probably won't be added if they use the same ID.)
  17. ninco90

    BetterTC

    Do you have any plugin that automatically authorizes players? It's probably registering twice for some reason. BetterTC reads the information of registered users in TC. It doesn't add or duplicate as such. I just tested it on my modded server with oxide though and it looks like this.
  18. Hello! Thanks for contacting me, I'm glad you like this plugin and find it useful. Regarding your question, I added several wallpapers that I made myself, with some textures existing in the game and other images made with AI. However, I don't intend to be able to add any steam wallpaper, since most of them, from what I've seen, lack quality and don't even respect the use of patterns (so that when they are next to each other they are displayed correctly). Therefore, I don't intend to add any command to facilitate the addition. You can still do it manually by editing the plugin configuration and indicating the skinid. My intention is to add new patterns in the future as soon as I have some time, I wanted to have added some with Christmas motifs but I'm quite busy with my servers. I will still add more designs in the future. If there is something you would like to see, you can tell me and I will analyze it to see if it is possible to add it.
  19. ninco90

    BetterTC

    Hi! I think you don't have the config file updated. I would recommend you delete it and make sure you have the latest version of the plugin. Several updates ago I integrated an improvement in the loading of some images where instead of using images with Image Library they are loaded directly from the client itself, reducing this problem and optimizing the loading speed. Take a look and let me know.
  20. ninco90

    Compatability

    I don't have that plugin purchased to be able to test it myself. Does Better TC crash when trying to upgrade? Maybe that plugin is using the OnStructureUpgrade Hook. Since my plugin uses Interface.CallHook("OnStructureUpgrade", block, player, grade) To block upgrades if another plugin blocks with that (for example Raid Block). I have asked the developer privately, to see if we can fix it. Although any details of the problem would be appreciated.
  21. ninco90

    Barges

    Hi! I don't have this plugin purchased, but what error does it show? It doesn't let me upgrade the build to a certain level? Or change the skin? If you can show me a video... Although there may be something blocking it.
  22. ninco90

    BetterTC

    I added the one that facepunch was going to add but that they didn't add in the end. Check with Check Update and review the wallpapers that I added 😄
  23. Changed Status from Work in Progress to Closed
  24. Changed Status from Work in Progress to Closed
  25. ninco90

    Wallpaper breaking

    Hi! The game's wallpapers can be broken, that's true. I can investigate if I can find a solution to prevent them from being broken, if I find it I will add it as an additional option in the configuration. I'll leave it noted as a task
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

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.