UT2Vote58

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
I'm thinking of releasing a UT2Vote58 beta version to the public and let them do the testing etc.
It may also help generate interest.
What do you guys think or should we test it rather ?

Any suggestions, requests, bugs etc... ?

Fixes to date:

1. Fixed UT2Vote image overlapping counter.
2. Fixed 'Unban Player' in Kickmenu.
3. Added BanPlayers option to Semi Admin.
4. Added Silent SpecSpy for Admin (so admin can spy on cheaters)
5. Added so Semi Admin can Pause/UnPause a game.
 

tdw-socke

Member
Nov 21, 2003
994
0
16
atm, i can only test things at home. Maybe a public test for "the last" version is a welcome thing ;)

What about the "maplist-loading-timer" ?
 

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
atm, i can only test things at home. Maybe a public test for "the last" version is a welcome thing ;)

What about the "maplist-loading-timer" ?
The only timer wait I can find is the one we put back in the last version (5.7)
If you check the release notes in the history topic:
7. WaitForLevel
This option has been put back in the IniOnly section and is used for slower servers that tend to dump their players if the level takes to long to changeover.
Default is 60, but if difficulties are experienced, this should be increased to 90.

The only difference here is I dont display the timer counting down anymore as before, simply because before the timer countdown was clientside so everyone had a different time, in this way we use the server time hence everyone is treated the same.
 

tdw-socke

Member
Nov 21, 2003
994
0
16
i ran out of time, and i'm on the road for buisiness the next days. But it's not much to test, and if noone else checks the 5 points, i'll do it at the WE at home, but all alone, sorry.
 

[PHX]Big_Deal

Member
Feb 13, 2008
71
0
6
Germany
www.phoenix-4ever.de
I have installed ut2004 again, but i have some questions:
1. Fixed UT2Vote image overlapping counter
What was wrong here?
2. Fixed 'Unban Player' in Kickmenu
Was this not possible?
3. Added BanPlayers option to Semi Admin.
Semin Admin is this the Clanadmin?
4. Added Silent SpecSpy for Admin (so admin can spy on cheaters)
How do i silent login?

Sorry, a long time i didn´t work with it and i forgott some stuff ;)
 

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
1. In 57 the counter overlapped the UT2Vote image.
2. Unban Player - I cannot remember exactly what was wrong here but it was reported by several people and I fixed it.
3. Added BanPlayers option to Semi Admin.
The Semi Admin which was a big feature addition in 57.
4. Added Silent SpecSpy
This is when a player gets a message to tell him that a specator is following him with his camera.
Now basically if the spectator is an Admin, the player will not be told he is being watched.

You guys have forgotten how UT2Vote works :D
 

[PHX]Big_Deal

Member
Feb 13, 2008
71
0
6
Germany
www.phoenix-4ever.de
Hi Ben
I could check some things, but not all
1. Fixed UT2Vote image overlapping counter.
OK
2. Fixed 'Unban Player' in Kickmenu.
NOK
When you go to kickmenu and than to banlist you see the button unban, but when you klick on the player you want unban, the button change from unban to kick. When you klick the button, the player will unbaned anyway
3. Added BanPlayers option to Semi Admin.
NOK
Only kick available
4. Added Silent SpecSpy for Admin (so admin can spy on cheaters)
Couldn´t test
5. Added so Semi Admin can Pause/UnPause a game.
OK
 

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
Ahh.. thanks for this :)

2. Fixed 'Unban Player' in Kickmenu.
NOK
When you go to kickmenu and than to banlist you see the button unban, but when you klick on the player you want unban, the button change from unban to kick. When you klick the button, the player will unbaned anyway
Ok thanks on that as its only a button issue and will fix it.
3. Added BanPlayers option to Semi Admin.
NOK
Only kick available
That is correct as it will now default to this.
For the Semi Admin to be able to ban a player you have to set:
Code:
[UT2Vote58B1.UT2VoteSemiAdmin]
SemiAdmin=(Password="Whatever",SwitchMaps=True,SwitchMuts=False,SwitchGames=False,KickPlayers=True,[b]BanPlayers=True[/b],GamePassword=False)
 
Last edited:

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
Beta 2

1. Fixed the Unban button going to a Kick button.
2. Changed all the Console commands for AntiTCC

Just check that some of the Admin menu commands work and also some random commands in the following menus:

Top Maps Menu
Admin Menu
Admin Game Menu
Client Menu
Games Menu
Kick Menu
Map Menu
Message Menu
Mutator Menu
New Maps Menu
Clan Setup Menu
Spectators Menu

I changed every console command and there were a total of 92 of them so its a major change this.

http://www.proasm.com/files/beta/ut2v58b2.zip

Manu thanks ;)