Urban Terror Forums: Optimized .exe; builds of ioq3 engine - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (142 Pages)
  • +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • You cannot start a new topic
  • This topic is locked

Optimized .exe; builds of ioq3 engine Rate Topic: ***** 17 Votes

With GoogleTranslate, Bumpy, dmaHD, iKALiZER, Raw Mouse, Bug Fixes, ..

#51 User is offline   M4D5e5+r1ch3k (old) Icon

  • Joined: 21-November 09
  • Posts: 1

Posted 21 November 2009 - 09:52 PM

only 2 words:THANK YOU!!! :laugh:

#52 User is offline   Well Cooked Nade Burgers (old) Icon

  • Joined: 28-September 09
  • Posts: 96

Posted 23 November 2009 - 02:09 AM

compile with the lastest ikaziser & vbo plox
Amd: Athlon II 250OC @ 3.4Ghz 1.34v
2Gb PC2-6400 @ 5-5-5-15-20-T1 1.8v
ATI: 5750OC @ 840Mhz core 1337Mhz mem ;)
OCZ slientXtream 550WATT psu

#53 User is offline   SubJunk Icon

  • Account: subjunk
  • Country:
  • Joined: 18-May 09
  • Posts: 1,642

Posted 23 November 2009 - 03:33 AM

View PostWell Cooked Nade Burgers, on 23 November 2009 - 02:09 AM, said:

compile with the lastest ikaziser & vbo plox

Now that would be sexy

#54 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 23 November 2009 - 11:02 AM

ikalizer appears to be largely closed source (only the part communicating with the engine appears to be released in source) making its incorporation in this problematic or impossible; also its capability is already partly included for Creative cards; similarly latest vbo patches are not released and if they were they'd be probably hard to include without heavy hacking since they are based on iourt, which is based on an earlier ioq3 version.

edit: I tried to fix the code available for ikalizer but now it kicks on the ikalizer library which is closed source.






btw a very small update happened yesterday which I didn't mention ('cause it'd be very unimportant for most); the meter's 'dynamic arrays'(pointers) get refilled with memory less often so there should be some minuscule performance increase with them on for calling realloc() less often; remember of course if absolute best fps is needed it's best to turn off all 2d meters (such as these and lagometer) since if they are not shown they are mostly not calculated internally either; expect though small or no noticeable difference.

This post has been edited by mitsubishi: 23 November 2009 - 03:13 PM


#55 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 24 November 2009 - 12:09 AM

now /cl_utradio prints the radio commands available:P

bullet_loaderAdvertisement

#56 User is offline   cake (old) Icon

  • Joined: 02-July 09
  • Posts: 23

Posted 24 November 2009 - 01:41 AM

makes my fps worse lol

#57 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 24 November 2009 - 03:07 AM

Posted Image

After the mighty inclusion of cl_utradio now Stopwatch!

It's of milliseconds accuracy, details on its use are on the 1st post under its image.




At first I thought of using the "real" clock of the OS to set its timer - to avoid /timescale having an effect on it - but then I realized timescale having an effect on it is precisely why it should be set on q3 clock. It's more relevant to gameplay that way and it's still equivalent to real time on timescale 1 anyway.

This post has been edited by mitsubishi: 24 November 2009 - 03:36 AM


#58 User is offline   Well Cooked Nade Burgers (old) Icon

  • Joined: 28-September 09
  • Posts: 96

Posted 24 November 2009 - 07:26 AM

12 hour clock with the ability to set a alarm plz
Amd: Athlon II 250OC @ 3.4Ghz 1.34v
2Gb PC2-6400 @ 5-5-5-15-20-T1 1.8v
ATI: 5750OC @ 840Mhz core 1337Mhz mem ;)
OCZ slientXtream 550WATT psu

#59 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 24 November 2009 - 07:31 AM

Hey mitsubishi
I found something that could help to solve one of the problems with all ioquake3 versions that are out at the moment(Iobumpy/iKALiZER/and your optimized version).
They come all with the old default size limitation
#define MAX_CMD_BUFFER	16384

but with the original UrT.exe we had
#define MAX_CMD_BUFFER 65536

my config is actually 64,0 KB (65.536 Bytes) I cuttet it down to 6kb and it startet working with your build.
here is a link with the old default 16kb you have to change it to the 64kb but look if there is a newer/better version.

This post has been edited by ObScUrE: 24 November 2009 - 07:35 AM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#60 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 24 November 2009 - 10:44 AM

View PostObScUrE, on 24 November 2009 - 07:31 AM, said:

Hey mitsubishi
I found something that could help to solve one of the problems with all ioquake3 versions that are out at the moment(Iobumpy/iKALiZER/and your optimized version).
They come all with the old default size limitation
#define MAX_CMD_BUFFER	16384

but with the original UrT.exe we had
#define MAX_CMD_BUFFER 65536

my config is actually 64,0 KB (65.536 Bytes) I cuttet it down to 6kb and it startet working with your build.
here is a link with the old default 16kb you have to change it to the 64kb but look if there is a newer/better version.


ok I changed it to 131072 (about 128KB); tell me if everything's fine with it.

(the filename(zip) is same so if you downloaded it recently, refresh browser's cache)




View PostWell Cooked Nade Burgers, on 24 November 2009 - 07:26 AM, said:

12 hour clock with the ability to set a alarm plz

good idea

This post has been edited by mitsubishi: 24 November 2009 - 11:11 AM


  • (142 Pages)
  • +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Sponsored link
https://www.urbanterror.info/members/donate/


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942