[DiscordArchive] When keeping a server up to date. In visual studio what is the recommended option in studio? rebuild
[DiscordArchive] When keeping a server up to date. In visual studio what is the recommended option in studio? rebuild
Archived author: Sorg • Posted: 2025-05-04T17:07:37.040000+00:00
Original source
When keeping a server up to date. In visual studio what is the recommended option in studio? rebuild or build?
Archived author: Ryan Turner • Posted: 2025-05-04T17:16:50.694000+00:00
Original source
Just build should be enough
Archived author: Ryan Turner • Posted: 2025-05-04T17:17:09.785000+00:00
Original source
If you know the core and modules are updated adn you can't compile, then rebuild should do the job
Archived author: Tereneckla • Posted: 2025-05-04T17:18:36.810000+00:00
Original source
if that doesn't help, you have to run cmake again
Archived author: Sorg • Posted: 2025-05-04T17:27:11.723000+00:00
Original source
thanks
Archived author: Revision • Posted: 2025-05-04T18:06:17.126000+00:00
Original source
It doesn't hurt to run cmake whenever you update and before you build it, just to make sure it doesn't cause issues.
Archived author: Andre • Posted: 2025-05-04T18:28:05.722000+00:00
Original source
Hi, Is there any LUA addon for convenient placement - deletion of Objects in the game? Using GM commands for this is very inconvenient, especially since objects cannot be selected
Archived author: Ryan Turner • Posted: 2025-05-04T18:31:00.815000+00:00
Original source
.gobject near and if you know which object it is you can right click the information in the chat to delete it if i'm not mistaken
Archived author: Andre • Posted: 2025-05-04T18:37:25.779000+00:00
Original source
Yes, but maybe there are other ways? Let's say an addon that remembers the last object, performs operations with it - shift, rotation, etc.
Archived author: Ryan Turner • Posted: 2025-05-04T18:43:10.249000+00:00
Original source
If there's any addons like that, try looking at old TC videos or any TC addons related, or even older see if you find anything