Hello soldateers.
About a year ago I started this project but never released it. It's another soldat admin client with support for linux and windows. I currently updated it to work with and only with server 2.7.0 / soldat 1.6.0. It's written in C++ and uses the Qt framework.
Screenshots:
(Note HWID might look weird on some lines, this is because those players are bots. Should appear normal on usual players)
Features:
- Soldat 1.6.0 support
- Spectator view
- Easy to manage multiple servers
- Cross platform support
- Open source
- Colour coded log
Missing features that some might miss (doubtful that I'll still implement those):
- No flags in player table
- No scripting features
- No extended commands list available, gotta have that knowledge yourself
Getting it to work:
I currently compiled 2 versions, One for win32 and one for linux 64 bit. You can find those here:
If you don't know which one you need, you'll need the Win32 one. It has to be extracted using an extractor supporting 7zip (freely available). After that all you need to do is run the executable.
For linux it should also be as easy as running the executable. You might need to install the Qt libraries if you haven't done so already. Do that using your distributions' package manager!
Note: if your soldat isn't installed in C:\Soldat then please edit the settings! Otherwise it won't be able to load the spectator view as it can't find the maps.I've got fairly little feedback of how well it works on other computers so if any issues getting it to run pop up please tell!
You can find the source here:
SourceIt's a linux netbeans project. So if you use that it should be fairly easy to run, otherwise you might need to do some extra work to get it to compile.