New Build Common Files (updated 2011-09-25)

Moderators: GSH, Ultraken

Post Reply
User avatar
Ultraken
Patch Creator
Posts: 373
Joined: Fri Feb 18, 2011 6:06 pm
Contact:

New Build Common Files (updated 2011-09-25)

Post by Ultraken »

These won't change often.

Most are compressed with 7-Zip.

Anet libraries (submitted by Dx):
Compiled with VC++ 2008 (includes new winets2.dll) (incompatible with stock game)

Miscellaneous files:
updated label.map (updated 2011-09-01)
Updated servers.dat
Suggested render.cfg
Broadband net.ini (updated 2011-09-25 to add RemovePlayerOnKick)
Xbox 360 Controller Configuration (copy to the "giddi" folder)
Updated input.map (binds weapon_special to middle mouse button)
Updated collision.cfg (removed)

Reminders:
1. If starting from a clean retail CD install, make sure to apply the 1.4 patch and large assets pack
2. These builds require the Visual C++ 2008 SP1 Redistributable Package
3. If using a retail install, rename the "splash" folder to "splash_" to disable Windows 7's compatibility layer
4. If running on Windows Vista or 7, make the install folder writable
5. If having trouble, try the DirectX End-User Runtime Web Installer

Edit: removed my registry changes since the one posted below is more accurate. Thanks! :)
SnakeEye
Rattler
Posts: 93
Joined: Sun Feb 20, 2011 1:05 pm
Location: Åhus, Sweden
Contact:

Re: New Build Common Files

Post by SnakeEye »

a thing i discovered when i reformatted and threw in 7 64bits was that the above indeo codec wouldn't work so i i scouted the web for answers and i found out that it should be "ir41_32.ax" instead of "ir41_32.dll" (probably cause "ir41_32.dll" doesn't exist) i dont think this matters in this case as it's probably for Indeo 4. What did matter was that you had to add "Wow6432Node" for 64 bits OS.


for 32 bits it should look like this:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"vidc.iv31"="ir32_32.dll"
"vidc.iv32"="ir32_32.dll"
"vidc.iv41"="ir41_32.ax"
"vidc.iv50"="ir50_32.dll"
for 64 bits it should look like this:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Drivers32]
"vidc.iv31"="ir32_32.dll"
"vidc.iv32"="ir32_32.dll"
"vidc.iv41"="ir41_32.ax"
"vidc.iv50"="ir50_32.dll"
Apollo
Sabre
Posts: 456
Joined: Sat Feb 19, 2011 9:51 pm

Re: New Build Common Files

Post by Apollo »

What 64bit systems have you tested this on?
SnakeEye
Rattler
Posts: 93
Joined: Sun Feb 20, 2011 1:05 pm
Location: Åhus, Sweden
Contact:

Re: New Build Common Files

Post by SnakeEye »

Only Windows 7 Ultimate 64-bit.
User avatar
Ded10c
Recycler
Posts: 3815
Joined: Sun Feb 20, 2011 11:05 am
Location: Stoke-on-Trent
Contact:

Re: New Build Common Files

Post by Ded10c »

Aah, that reminds me. Did you have any involvement in Battlegrounds, Ken?
User avatar
Ultraken
Patch Creator
Posts: 373
Joined: Fri Feb 18, 2011 6:06 pm
Contact:

Re: New Build Common Files

Post by Ultraken »

No, that was a separate project done by MacMillan Publishing.
User avatar
Ded10c
Recycler
Posts: 3815
Joined: Sun Feb 20, 2011 11:05 am
Location: Stoke-on-Trent
Contact:

Re: New Build Common Files

Post by Ded10c »

I'll go away now. :)
User avatar
Ultraken
Patch Creator
Posts: 373
Joined: Fri Feb 18, 2011 6:06 pm
Contact:

Re: New Build Common Files

Post by Ultraken »

:lol:
SnakeEye
Rattler
Posts: 93
Joined: Sun Feb 20, 2011 1:05 pm
Location: Åhus, Sweden
Contact:

Re: New Build Common Files

Post by SnakeEye »

Ken can you post a new net.ini, with the current setting?
User avatar
Ultraken
Patch Creator
Posts: 373
Joined: Fri Feb 18, 2011 6:06 pm
Contact:

Re: New Build Common Files

Post by Ultraken »

Done. I included all the new settings at their default values.
Post Reply