Search

Search found 962 matches

by bibim
27 Feb 2024, 13:37
Forum: Lobby Clients & Server
Topic: springLobbyLanSrv (lightweight Spring lobby server running in LAN mode)
Replies: 0
Views: 375

springLobbyLanSrv (lightweight Spring lobby server running in LAN mode)

springLobbyLanSrv is a fully autonomous Spring lobby server running in LAN mode (no account management, passwords are ignored). Its main purpose was to ease non-regression and lobby protocol compliance tests for SPADS, and I've been using it for a while for that. However, I guess it could be useful...
by bibim
26 Feb 2024, 23:11
Forum: SPADS AutoHost
Topic: Official plugins releases
Replies: 22
Views: 17422

Re: Official plugins releases

New SPADS plugin available: LanServer - implements a lobby server running in LAN mode (allows SPADS to operate autonomously) This plugin makes it possible to run a SPADS instance connecting to its own lobby server (implemented by the plugin), thus allowing you to run a fully autonomous game server f...
by bibim
18 Apr 2023, 21:41
Forum: SPADS AutoHost
Topic: Variables for !promote messages
Replies: 5
Views: 49341

Re: Variables for !promote messages

I followed the instructions to update from 0.12.x to 0.13.9. They worked except point 4. Spads wouldn't start after removing the extra ":" from users.conf : 20230416164545 - ERROR - [SPADS] Unable to parse fields in following configuration data "|140" 20230416164545 - ERROR - [S...
by bibim
09 Apr 2023, 08:39
Forum: SPADS AutoHost
Topic: Variables for !promote messages
Replies: 5
Views: 49341

Re: Variables for !promote messages

No, the only placeholders available for the "promteMsg" global setting are the ones described in the documentation.
But I just added %P, %S and %U as requested in SPADS 0.13.6 (cf promoteMsg global setting documentation).
by bibim
01 Apr 2023, 14:58
Forum: SPADS AutoHost
Topic: automatic/unattended SPADS install
Replies: 3
Views: 35000

Re: automatic/unattended SPADS install

As new features get added to SPADS installer, new settings must be added to the "spadsInstaller.auto" file to perform full automatic installations. Instead of updating this post to add the exact list of settings required currently, I decided to make the installer automatically generate a f...
by bibim
20 Mar 2023, 21:56
Forum: SPADS AutoHost
Topic: SPADS AutoHost
Replies: 68
Views: 142264

Re: SPADS AutoHost

New major SPADS version (0.13.*) is now available in "unstable" release. "Major version" means it requires manual actions such as updating config files, that's why SPADS will not update automatically. Instead, it will log a message explaining how to proceed and will point you to...
by bibim
12 Jul 2022, 21:08
Forum: SPADS AutoHost
Topic: Can we have an arm64 version
Replies: 1
Views: 2493

Re: Can we have an arm64 version

SPADS should work just fine on arm64, as long as you manage to get a version of the engine built for this architecture.
by bibim
26 Oct 2021, 00:09
Forum: SPADS AutoHost
Topic: Official plugins releases
Replies: 22
Views: 17422

Re: Official plugins releases

New SPADS plugin available: ClientStatusEvents - extends the plugin API with new event-based callbacks on client status changes This plugin can be very useful if you need to detect specific client status changes in your plugins, because it does all the hard job of comparing the previous and new clie...
by bibim
13 Oct 2021, 11:36
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 9841

Re: TrueSkill: ranking, replay upload, inactivity penalties...

I've updated spads to 0.12.39, but it doesn't seem to have fixed the issue. It didn't work for any of the games you listed above. Not sure exactly how you are testing it, but I tested the plugin you provided here without any modification except renaming the file to .pm, and it worked as expected on...
by bibim
11 Oct 2021, 17:02
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 9841

Re: TrueSkill: ranking, replay upload, inactivity penalties...

Your plugin should now work as expected with SPADS >= 0.12.39
by bibim
10 Oct 2021, 19:50
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 9841

Re: TrueSkill: ranking, replay upload, inactivity penalties...

Just took a look at your plugin, it's because you are actually calling Spring cheat commands directly and not through SPADS commands.
I will fix SPADS so that it correctly handles this case also.
by bibim
07 Oct 2021, 22:44
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 9841

Re: TrueSkill: ranking, replay upload, inactivity penalties...

No you shouldn't need to let it on some time. I will take a look in a few days when I'm back home.
by bibim
06 Oct 2021, 12:42
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 9841

Re: TrueSkill: ranking, replay upload, inactivity penalties...

I've wrote a simple plugin for it and it's apparently workin Of course it works, and it is quite simple (finally you believe me ;) ) I strongly recommend using plugins instead of directly modifying SPADS core, otherwise you have to disable auto-update to keep your modifications. However, as I said,...
by bibim
04 Oct 2021, 22:31
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 9841

Re: TrueSkill: ranking, replay upload, inactivity penalties...

TS should actually just be seen as a part of the balancing algorithm. It totally makes sense to prefer hiding the skill values used by the balance algorithm so that players don't think they are in a competitive environment as you said, but then you must hide them from everywhere (all autohosts etc.)...
by bibim
30 Aug 2021, 10:30
Forum: SPADS AutoHost
Topic: Problem when installing IO::Socket::SSL for SPADS
Replies: 1
Views: 4158

Re: Problem when installing IO::Socket::SSL for SPADS

No idea why, but in Ubuntu (recently upgraded to 21.04) neither apt-get nor cpan was able to build the required IO::Socket::SSL. That's strange, apt-get shouldn't even need to build anything, it should just download and install Perl modules and associated pre-compiled binaries for your distribution...
by bibim
04 Apr 2021, 11:35
Forum: Lobby Clients & Server
Topic: TLS will be required for battle hosting
Replies: 8
Views: 16457

Re: TLS will be required for battle hosting

It seems only the notAvault103 host is using an obsolete version of SPADS (from 2016), which doesn't support TLS. Other hosts aren't using TLS because I guess they are missing the IO::Socket:SSL Perl module (required by SPADS to enable TLS). For the record, instructions to install the IO::Socket::SS...
by bibim
30 Mar 2021, 23:12
Forum: SPADS AutoHost
Topic: SPADS AutoHost
Replies: 68
Views: 142264

Re: SPADS AutoHost

The workarounds for lobby protocol limitations (team and ID numbers being limited to 16) have been improved in SPADS >= 0.12.32, which means the maximum number of teams and IDs allowed by the engine are now supported (250). Previously only the IDs numbers could go above 16, and only if the idShareMo...
by bibim
30 Mar 2021, 22:26
Forum: SPADS AutoHost
Topic: Official plugins releases
Replies: 22
Views: 17422

Re: Official plugins releases

New SPADS plugin available:

CustomTeamColors - makes it possible to customize the team colors applied by SPADS
by bibim
31 Jan 2021, 22:30
Forum: SPADS AutoHost
Topic: SPADS AutoHost
Replies: 68
Views: 142264

Re: SPADS AutoHost

Congrats to Beherith for deploying and using the ClusterManager plugin since a few weeks with great success for BAR :-) https://springrts.com/phpbb/download/file.php?id=11230 For the 18 instances [teh]cluster[XX] you can see on the image above, only one instance of SPADS needed to be configured and ...
by bibim
30 Jan 2021, 12:58
Forum: SPADS AutoHost
Topic: Spads 64bit
Replies: 8
Views: 6879

Re: Spads 64bit

Forboding Angel wrote: 03 Jan 2021, 02:36Edit: I did a yolo and did update.pl testing -a
That got me to 0.12.18
I don't really want to switch to unstable?
FYI current testing release includes the fixes for Windows 64-bit.

Go to advanced search