i havent found an anwer on google or forum-search
As my Internetconnection at home is very slow i downloaded the game on another location, is it possible to transfer the files to my homePC so i can play without redownloading everything. Hope it will, my connection at home interrupts too often to say let it load and go to sleep or something like that its just enough to play, ok it was for BF2

Ok Regestry is a very special Searchterm for this
But thank you for the answer i will try it
(08-06-2011 09:46 AM)bf_Klag14 Wrote: [ -> ]Ok Regestry is a very special Searchterm for this 
But thank you for the answer i will try it
After you copied the game folder and created the registry keys, make sure to also run the
pbsvc_p4f.exe in your game folder (or the pb subfolder) and select "Install/Re-Install PunkBuster Services". You might otherwise get problems with PunkBuster

No matter how or where I try, the installer demands in downloading and my South Africa link is VERY SLOW!
(08-06-2011 09:17 AM)Tanis Wrote: [ -> ]For 64bit Windows:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Electronic Arts\EA Games\Battlefield Play4Free]
"Installation Dir"=C:\\Program Files\\EA Games\\Battlefield Play4Free"
"Language"="EN"
Tanis,
you forgot to put a quote mark before "C:\\Program Files\\... etc"
so for those that are trying to do this on 64-bit, then it should be like:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Electronic Arts\EA Games\Battlefield Play4Free]
"Installation Dir"="C:\\Program Files\\EA Games\\Battlefield Play4Free"
"Language"="EN"
Thanks guys! REALLY HELPED!!

Btw, for 64 bit comps, if you may face some trouble if you put your the folder into Program Files (x64) .. the (x64) is pretty important!!!
(11-11-2011 06:43 PM)metrostation Wrote: [ -> ]installation dir
Could you be a bit more specific about your problem?
cannot import C:/user bla bla bla (((THE SPECIFIED FILE IS NOT A registery script you can only import binary registry files from within registry editor))) i am running 32bit windows 7
[HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA Games\Battlefield Play4Free]
"Installation Dir"="C:\\Program Files\\EA Games\\Battlefield Play4Free"
"Language"="EN"
Read my reply to your other post. You didn't copy
the complete code 
Quick question, HomeSen..
Would this still work if you were going from a 32bit to 64bit OS? It doesn't affect me right now but it will when I build my new rig. Just checkin'.

(07-02-2012 05:22 AM)Ghostrider0067 Wrote: [ -> ]Quick question, HomeSen..
Would this still work if you were going from a 32bit to 64bit OS? It doesn't affect me right now but it will when I build my new rig. Just checkin'. 
Jupp. Just make sure to copy the "64-bit code"

On 64-bit Windows OSes, the 32-bit applications have their own "kind-of-sub-registry" that gets loaded into the "Wow6432Node" key. When they ask for the "Software" sub-key, they actually get what is below that additional node.
This already once caused me a huge headache, when writing a [url=http://en.wikipedia.org/wiki/Computer_telephony_integration]CTI[/b] client. I had to check several registry values (like e.g. phone number formatting, country and region code, etc.). But since I use a 64-bit version of Windows, and compiled the executable as 32-bit binary, I always just got an empty result

Took me almost 2 days to figure that one out.
Nice. Thanks for the reply. Once I go the route of 64bit OS, I'll definitely be moving it over.