Kalitos For some reason I always assumed IW4M-Admin was a local GUI tool. Now that I took another look at it it seems like it isn't just bloat. Thanks!
cachho
Posts
-
[Release] Simple Broadcast -
[Release] Simple BroadcastI made this script based on what I needed as a foundation to host my own servers. Although it is very basic I made it open source and I'm sharing it here for other beginning server admins.
This script sends a server message in a set interval. This could be used to announce your discord, rules or just to wish your players good luck.
I call this functionality a broadcast, but I'm sure there are other names for this. Extra features include the choice of random or sequential order, server name setup in the script as well as a special end of round message.
Github repo: https://github.com/cachho/mw3-simple-broadcast
Talking about basic scripts, my next project is a
!stats
script, is there an open source script for tracking player stats available already? -
[Release] IW5 MapvoteFirst of all, thanks for making this open source. It's a great script.
I'm running a vanilla server that's supposed to replicate the original feel, and as we know the original game only had the option to choose between 2 maps instead of 6.
So I made a fork that only gives you two maps to choose from. Most people would say that's taking away from the QOL, and well, you aren't wrong. But I like it better for my niche case, and it results in more variety.
Only having an A/B logic opens the door for easier controls, all buttons now move between A and B without being restricted to only up or only down. I also tried to take advantage of the simplifications to optimize the script, I'm sure there's more that can be done since this is my first .gsc script.
I'm sure you'll dismiss the 2-maps-only idea, but there's a change I made that you might want to consider: the text in the top right corner now shows total votes/players. Your version shows the index position of the cursor, which I don't really see the benefit of.
Another thing I did is select a random map in a tie instead of always picking the first one.
Link to the fork with more description: https://github.com/cachho/iw5-mapvote/
-
[Release] ChaiScript Player Data Managementnaccib said in [Release] ChaiScript Player Data Management:
Download
Here.Is this hosted elsewhere? Ghostbin.co is (temporarily?) down.
-
"linux builds are broken for now"I'm interested in hosting on my debian or ubuntu server as well. Any news in this regard?
I'll try the workaround proposed by Resxt in the meantime, but I have to admit I'm new to the whole wine thing.