3 Commits

Author SHA1 Message Date
9a1ab1cbd0 fix login/logout order 2022-08-16 10:01:59 +03:00
1e91385909 update description 2022-08-14 14:43:18 +03:00
aadb0f68c2 update description 2022-08-14 12:42:19 +03:00
2 changed files with 13 additions and 6 deletions

View File

@ -42,16 +42,16 @@ public function AddMutator(Mutator Mut)
public function NotifyLogin(Controller C)
{
Super.NotifyLogin(C);
AAL.NotifyLogin(C);
Super.NotifyLogin(C);
}
public function NotifyLogout(Controller C)
{
Super.NotifyLogout(C);
AAL.NotifyLogout(C);
Super.NotifyLogout(C);
}
DefaultProperties

View File

@ -20,7 +20,7 @@ No. This mod is not whitelisted and will de-rank your server. Any XP gained will
[/olist]
[h1]Setup (KFAAL.ini)[/h1]
Config will be created at the first start.
Config will be created at the first start[b]*[/b].
[list]
[*]Use [b]AdminId[/b] to set the list of admins. You can use UniqueID or SteamID;
[/list]
@ -36,8 +36,15 @@ SteamID can also be obtained from the player's profile, look at the URL:
[img]https://raw.githubusercontent.com/GenZmeY/KF2-AdminAutoLogin/master/PublicationContent/ID2.png[/img]
If a player uses a nickname in a link to their profile, then add this to the profile url: [b]?xml=1[/b]
SteamID will be at the beginning:
[img]https://raw.githubusercontent.com/GenZmeY/KF2-AdminAutoLogin/master/PublicationContent/ID3.png[/img]
[h1]Troubleshooting[/h1]
[b](*)[/b] If your config is not created for some reason, create it manually with the following content:
[b][AAL.AAL]
Version=0
[/b]
Then start the server and check the file again - config content should be generated.
[h1]Sources[/h1]
[url=https://github.com/GenZmeY/KF2-AdminAutoLogin]https://github.com/GenZmeY/KF2-AdminAutoLogin[/url] [b](GNU GPLv3)[/b]