![]() |
Static-Insert/Delete-Tool for Linux (Debian/Ubuntu) - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: General Discussion (/Forum-General-Discussion) +--- Forum: Sphere Tools (/Forum-Sphere-Tools) +--- Thread: Static-Insert/Delete-Tool for Linux (Debian/Ubuntu) (/Thread-Static-Insert-Delete-Tool-for-Linux-Debian-Ubuntu) |
Static-Insert/Delete-Tool for Linux (Debian/Ubuntu) - wuffel - 05-24-2016 06:32 AM Hello! I'm searching for a command-line tool for Linux(Debian/Ubuntu prefered ^^) which can do the following: - Insert a specified SCP-file into statics - delete a specified rectangle in statics The goal is to create a "process" to handle easy and fast static updates between a building-sphere-server, a game-server and a CentredServer. The only remaining problem is a tool which can also insert uo.scp-files and delete a specified rectangle. Of course I would share the complete Script and Update-Process in the end in the submission-forum. ![]() RE: Static-Insert/Delete-Tool for Linux (Debian/Ubuntu) - karma - 05-24-2016 04:39 PM There's a windows application to freeze scp: multool. To area delete statics... The thing gets more complicated. You can use the c++ version of UltimaSDK (or the c# one with mono) to ease very much operations on mulfiles and write a small app to do what you want. RE: Static-Insert/Delete-Tool for Linux (Debian/Ubuntu) - wuffel - 05-25-2016 06:32 AM There are multiple useful tools for static changes for windows. UO-Fiddler can do the trick as well. But - as the topic says - this is some special request. ![]() RE: Static-Insert/Delete-Tool for Linux (Debian/Ubuntu) - karma - 05-25-2016 06:06 PM Have you tried running it with mono? I think uofiddler is written in c# |