You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament > UT Server - Windows Specific

View Poll Results: Was This Patch Useful?
Yes - Works Perfectly A+ 0 0%
No - This isn't Helping!, Restored Backup.. D- 1 50.00%
Maybe - Didn't notice any Difference in gameplay. C- 1 50.00%
Voters: 2. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1  
Unread 21st February, 2010, 03:32 PM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Arrow Multicore Dissabler for Version 451 (only)

This seems to be a common Problem with these Newer/Faster/Better Computers

*Edited*

Refer to this post here, for a better alternative.

Last edited by back4more : 1st March, 2010 at 09:13 PM. Reason: it's all in the timing...
Reply With Quote
  #2  
Unread 21st February, 2010, 10:30 PM
SoNY_scarface SoNY_scarface is offline
Holy Shit!!
 
Join Date: Mar 2007
Posts: 1,726
Default

Why would you need to install this when you can set affinity?
__________________




Reply With Quote
  #3  
Unread 21st February, 2010, 10:34 PM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Arrow Repetition was my initial thought process...

Quote:
Originally Posted by SoNY_scarface View Post
Why would you need to install this when you can set affinity?
10 rem -*set affinity 101,102,103-999*-
20 Open TaskManager > Processes
30 OnClick [RMB] > UnrealTournament.exe > Select Affinity
40 rem -*Deselect all cores except one.(0-16)*-
50 On_Error Goto 10
60 On_Load Goto 10
70 rem -*RMB = RightMouseButton*-
80 rem -*>*- = Select

BTW-The above patch assigns CPU-0 to the load.

something about those Grey area's...I can't quite put a finger on it .

Last edited by back4more : 22nd February, 2010 at 12:00 AM. Reason: answer as many questions in less then many wordz.
Reply With Quote
  #4  
Unread 21st February, 2010, 10:49 PM
SoNY_scarface SoNY_scarface is offline
Holy Shit!!
 
Join Date: Mar 2007
Posts: 1,726
Default

Use a batch file to start ut then :s

start /affinity 1 <program name>
__________________




Reply With Quote
  #5  
Unread 21st February, 2010, 10:56 PM
AnthraX's Avatar
AnthraX AnthraX is offline
Administrator
 
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
Default

This is a HORRIBLE way to patch the game
Reply With Quote
  #6  
Unread 21st February, 2010, 11:06 PM
SoNY_scarface SoNY_scarface is offline
Holy Shit!!
 
Join Date: Mar 2007
Posts: 1,726
Default

Quote:
Originally Posted by AnthraX View Post
This is a HORRIBLE way to patch the game
I agree....batch file would be much better
__________________




Reply With Quote
  #7  
Unread 21st February, 2010, 11:17 PM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Thumbs up

Quote:
Originally Posted by AnthraX View Post
This is a HORRIBLE way to patch the game
why Horrible?

Quote:
Use a batch file to start ut then :s
start /affinity 1 <program name>
That looks better. Will Try that. Might improve it a bit more.

The Dual_Core_Patch @ Skillz is for version 432 I think.
So it would replace the 436/451 .EXE and Replace it with the Patched 432 ver. instead.

The Original_Dual_Core_Patch has helped Alot of players with dual-core performance issues
this was intended as a quick fix.Hopefully it works... in saying that ...
Someone could always zap us up a a menu in ut that allows for core selections

Last edited by back4more : 21st February, 2010 at 11:38 PM. Reason: things... to add.
Reply With Quote
  #8  
Unread 21st February, 2010, 11:36 PM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

Quote:
would be if you experience degradation of game play.
for example: Slugish Movement / Constant Lag / or Skipped Frames.
and what else ... is not a product marketing
Reply With Quote
  #9  
Unread 21st February, 2010, 11:42 PM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Question point being?

Quote:
Originally Posted by admin View Post
and what else ... is not a product marketing
if you don't like it . Delete it.

'perhaps a sandbox with packet logging would help ease the *unknown's*'

Last edited by back4more : 22nd February, 2010 at 12:03 AM. Reason: /
Reply With Quote
  #10  
Unread 22nd February, 2010, 12:45 AM
AnthraX's Avatar
AnthraX AnthraX is offline
Administrator
 
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
Default

Disabling cores completely degrades performance by a lot. Contrary to popular belief, UT is NOT a single threaded application. If you disable cores you will force all threads (rendering, sound, networking, input, mods, cheatprotection) to run on the same CPU core. Depending on how much work these threads have to do this might in fact result in worse performance than a completely "clean" UT.exe would.

Second thing is that this doesn't really fix the problem in any way. The real problem with UT is that it uses the RDTSC instruction to calculate the time. As in, it reads the cycle counter of the processor to calculate how late it is. This is an ancient method and it no longer works for two reasons.

Reason 1: Every CPU core has its own cyclecounter and they're not necessarily synchronized with eachother. This means that at the same time Core 0 might say that it's monday 22/02 01:22:00 AM while Core 1 might say that it's monday 22/02 01:24:00 AM (yes this is an oversimplified example but it illustrates the point perfectly).

Reason 2: The clock rate is not constant (this has many causes, one of them being dynamic overclocking, others include powermanagement features like Cool'n'Quiet). This means that during one second the cyclecounter might increase by 1000 while during the next second the cyclecounter might increase by 1500. In other words, RDTSC based timing is not at all accurate unless you constantly measure the current speed of the CPU.

You can eliminate the first reason by editing your UT.exe like you did but you can't eliminate the second. There are several other problems with UT:

1: The "current time" is stored in a 32-bit float. Every modern games uses 64-bit double floats because the latter allows much greater accuracy and precision.

2: UT does not use the timeBeginPeriod/timeEndPeriod functions to request high resolution timers. As you may know the main rendering thread always renders a frame first during every iteration, then it "pauses" until it's time to render the next frame, but because UT doesn't request high resolution timers the game never really pauses as long as it wants to pause. If for example the game wants to pause for 15 milliseconds, the actual pause might take 5-25ms.

The only fixes that do work are the following:
1: Setting the affinity of the rendering thread. This eliminates one of the problems of rdtsc timing but not the second.
2: Disabling dynamic overclocking and power management. This reduces the effects of the second problem.
3: Using GetTickCount/timeGetTime/QueryPerformanceCounter instead of RDTSC timing. A good example of a GetTickCount based UT.exe can be found here: http://coding.hanfling.de/launch/

Last edited by AnthraX : 22nd February, 2010 at 12:48 AM.
Reply With Quote
  #11  
Unread 28th February, 2010, 06:13 AM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Default

ended up restoring back to original and downloading a Patch (after reading this post);

Code:
http://www.hardforum.com/showthread.php?t=983781
thanx for the input
Reply With Quote
  #12  
Unread 16th March, 2010, 02:25 AM
dU.Hitman dU.Hitman is offline
Unstoppable
 
Join Date: Aug 2008
Location: Sweden
Posts: 228
Default

Find psexec.exe and put it in your system folder then you can run it from the bat-file on the core you want ,in my bat its dedicated to core 1.
Looks like this in mine

C:
cd \HitmansMH\System
@echo off
set MTH=%DATE:~4,2%
set DAY=%DATE:~7,2%
set YR=%DATE:~10,4%
set HR=%TIME:~0,2%
set HR0=%TIME:~0,1%
if "%HR0%"==" " set HR=0%TIME:~1,1%
set MIN=%TIME:~3,2%
set SEC=%TIME:~6,2%
set MYDATE=%YR%%MTH%%DAY%-%HR%%MIN%%SEC%
@echo on
move ucc.log "..\logs\crash\(restart)_%DAY%-%MTH%-%YR%_%HR%-%MIN%-%SEC%.log"
:top
psexec.exe -a 1 ucc server MH-HitmanResetMap.unr?Mutator=MapVoteLA13.BDBMapVote ini=unrealtournament.ini log=ucc.log
@echo off
set MTH=%DATE:~4,2%
set DAY=%DATE:~7,2%
set YR=%DATE:~10,4%
set HR=%TIME:~0,2%
set HR0=%TIME:~0,1%
if "%HR0%"==" " set HR=0%TIME:~1,1%
set MIN=%TIME:~3,2%
set SEC=%TIME:~6,2%
set MYDATE=%YR%%MTH%%DAY%-%HR%%MIN%%SEC%
@echo on
move ucc.log "..\logs\crash\(crash)_%DAY%-%MTH%-%YR%_%HR%-%MIN%-%SEC%.log"
goto top
__________________





Reply With Quote
  #13  
Unread 28th April, 2010, 08:43 AM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Default

Nice Batch file there hitman

will definitely look into it
Reply With Quote
  #14  
Unread 28th April, 2010, 08:48 PM
dU.Hitman dU.Hitman is offline
Unstoppable
 
Join Date: Aug 2008
Location: Sweden
Posts: 228
Default

Thx
feel free to ask if it goes wrong,with this setting you don't need Actor-clp or set up the server to restart true nexgen if it crash
__________________





Reply With Quote
  #15  
Unread 29th April, 2010, 09:26 AM
Killerbee Killerbee is offline
Dominating
 
Join Date: Dec 2005
Location: Netherlands
Posts: 139
Default

Heej Hitman, nice batch man... yeah i noticed also that prob sometimes when a player leaves the server will get stuck... strange..
i have tried a local run on my testset and ure batch worked perfect... i will asap change my servers with it.
__________________
>>>> www.online-multigaming.com <<<<

We do nerd around!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:43 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.