-
Posts
444 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ninco90
-
Thanks for reporting! They've likely changed the effect prefab path in this February update.
-
Changed Status from Pending to Closed
-
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.
-
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?
-
- 282 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 282 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
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.
-
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.
- 282 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
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.
-
- 91 comments
-
- 282 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
Changed Status from Work in Progress to Closed
-
Changed Status from Work in Progress to Closed
-
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
-
You didn't read the part about not updating until the update xD
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Not a Bug to Closed
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Yes it will update it, but it will not send the hook to the rest of the plugins to check if it can update or not.
-
I have good news. In the next update it will be fixed. I added an internal list of "incompatible" plugins that if detected will not call that Hook, preventing this problem from happening. "BuildingSkin" "BuildingSkins" "XBuildingSkinMenu" If in the future another plugin is found that interferes in the same way (using OnStructureUpgrade) it will be enough to add it to the list. Thanks to both of you for your time and I hope that with this everything works great. Regarding scalbox question I have checked and I see that BuildingGrades also calls OnStructureUpgrade, only when it is run by someone who does not have the BuildingGrades admin permission, maybe that is why it does not happen to you because I imagine that you have the admin permission. You would have to test if it also happens without admin permission and in that case add it to the list. Regarding the procedure to replicate it: Follow the steps I performed in the video. Yes, first clean the BuildingSkin Data folder, then reload the BuildingSkin plugin and don't configure anything. Try improving with betterTc as I did in the video and then once everything is improved and you see that it doesn't turn into sticks then activate BuildingSkin as I did.
-
Hi everyone! I just replicated the issue with BuildingSkin. This happens when the player has an upgrade set in Building Skin. Because every time BetterTC upgrades a building block the OnStructureUpgrade code is executed, just as I imagined. Here is the example: Knowing this I will try to find a solution so that it does not happen, perhaps that BetterTC does not call that Hook if it finds any of the incompatible plugins loaded on the server.
-
I appreciate the list of plugin names you use. I replied to you privately about it. dustyhansen if you would be so kind as to do the same and provide me with the list of plugins you use privately I could analyze the plugins that can affect the buildings and compare with the other player's. I will also be doing compatibility tests with Building Skins.
-
In the case of BuildingSkin, this plugin uses the hook OnStructureUpgrade, so every time a building block is updated, this hook is executed, which can change the grade and the building skin. Please, I ask you for the complete list of plugins privately, as well as the other person. This will allow me to compare and see the plugins that affect the construction. This way, if another user has the same problem, I will also ask them for the list of plugins and I will be able to determine which are the conflicting plugins that may be causing this problem. Once I have located the conflicting plugins, I will be able to contact the developers of said plugins to try to achieve a bypass so that they do not affect the changes that BetterTC makes. I understand that it is frustrating not knowing what is happening and that it means spending time fixing this problem for the players. But the exact reason must be found and I am afraid that something is interfering in the process.
-
If you can share the list with me privately, type: plugins in the RCON console and all the names will appear. I don't have XBuildingSkinMenu purchased, it's possible that this plugin performs some verification when trying to improve each building block and is the one that collaterally affects it. (It's possible, but I haven't seen its code or tested it) Other plugins that may be conflicting are: - EnhancedHammer - Building Skins - XPerience