Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9a1ab1cbd0 | |||
1e91385909 | |||
aadb0f68c2 |
@ -42,16 +42,16 @@ public function AddMutator(Mutator Mut)
|
|||||||
|
|
||||||
public function NotifyLogin(Controller C)
|
public function NotifyLogin(Controller C)
|
||||||
{
|
{
|
||||||
Super.NotifyLogin(C);
|
|
||||||
|
|
||||||
AAL.NotifyLogin(C);
|
AAL.NotifyLogin(C);
|
||||||
|
|
||||||
|
Super.NotifyLogin(C);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function NotifyLogout(Controller C)
|
public function NotifyLogout(Controller C)
|
||||||
{
|
{
|
||||||
Super.NotifyLogout(C);
|
|
||||||
|
|
||||||
AAL.NotifyLogout(C);
|
AAL.NotifyLogout(C);
|
||||||
|
|
||||||
|
Super.NotifyLogout(C);
|
||||||
}
|
}
|
||||||
|
|
||||||
DefaultProperties
|
DefaultProperties
|
||||||
|
@ -20,7 +20,7 @@ No. This mod is not whitelisted and will de-rank your server. Any XP gained will
|
|||||||
[/olist]
|
[/olist]
|
||||||
|
|
||||||
[h1]Setup (KFAAL.ini)[/h1]
|
[h1]Setup (KFAAL.ini)[/h1]
|
||||||
Config will be created at the first start.
|
Config will be created at the first start[b]*[/b].
|
||||||
[list]
|
[list]
|
||||||
[*]Use [b]AdminId[/b] to set the list of admins. You can use UniqueID or SteamID;
|
[*]Use [b]AdminId[/b] to set the list of admins. You can use UniqueID or SteamID;
|
||||||
[/list]
|
[/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]
|
[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]
|
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]
|
[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]
|
[h1]Sources[/h1]
|
||||||
[url=https://github.com/GenZmeY/KF2-AdminAutoLogin]https://github.com/GenZmeY/KF2-AdminAutoLogin[/url] [b](GNU GPLv3)[/b]
|
[url=https://github.com/GenZmeY/KF2-AdminAutoLogin]https://github.com/GenZmeY/KF2-AdminAutoLogin[/url] [b](GNU GPLv3)[/b]
|
Reference in New Issue
Block a user