Search found 13 matches
- Mon Mar 08, 2010 11:01 pm
- Forum: General discussion & notices
- Topic: bf42 ingame browser
- Replies: 6
- Views: 18768
Re: bf42 ingame browser
Yeah, I'm only getting about 116 active server, out of what should be 400-500 something.
- Wed Feb 24, 2010 7:06 pm
- Forum: Make a Request!
- Topic: Battlecraft Vietnam
- Replies: 3
- Views: 13079
- Wed Feb 24, 2010 1:24 am
- Forum: General discussion & notices
- Topic: Modding for servers
- Replies: 2
- Views: 6995
Re: Modding for servers
You should really look over this awesome tutorial by Iced Earth on how to make a patchfile. If the server is running on a Linux system, be sure to name the file operation_hastings_099.rfa, instead of Operation_Hastings_099.rfa, as the Linux system won't read the map name capitalised.
- Tue Feb 23, 2010 8:33 pm
- Forum: 1942 Modding Discussion
- Topic: Carrirs/Ships/Cars Flolt On Sky?
- Replies: 9
- Views: 36798
Re: Carrirs/Ships/Cars Flolt On Sky?
so it would look like this if i put it on a car: ObjectTemplate.create ObjectSpawner willy ObjectTemplate.setObjectTemplate 2 willy ObjectTemplate.SpawnDelay 30 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 120 ObjectTemplate.Distance 200 ObjectTemplate.holdObject 1 Yes, that will wo...
- Tue Feb 23, 2010 8:07 pm
- Forum: 1942 Modding Discussion
- Topic: Carrirs/Ships/Cars Flolt On Sky?
- Replies: 9
- Views: 36798
Re: Carrirs/Ships/Cars Flolt On Sky?
You would put it in the OST.con, and the code would look like this: ObjectTemplate.create ObjectSpawner m110Spawner ObjectTemplate.setObjectTemplate 2 m110 ObjectTemplate.SpawnDelay 30 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 120 ObjectTemplate.Distance 200 ObjectTemplate.holdObj...
- Mon Feb 22, 2010 1:46 am
- Forum: General discussion & notices
- Topic: Registry keys
- Replies: 2
- Views: 8691
Re: Registry keys
CD Key is usually located here: HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA GAMES\Battlefield Vietnam\ergc Do not create a new string. Just enter the CD key (without the hypens!) in the default string which is normally blank for empty registry folders For some odd reason it works when I create a...
- Mon Feb 22, 2010 12:05 am
- Forum: General discussion & notices
- Topic: Registry keys
- Replies: 2
- Views: 8691
Registry keys
Could someone quite possible give me the registry layout for Battlefield Vietnam, because I recently updated to Windows 7 and backed up my games and I always get invalid CD Key even after using BattlefieldVietnam_Code 100 times. 

- Sun Feb 21, 2010 11:19 pm
- Forum: 1942 Modding Discussion
- Topic: Looking for expert BFV modder
- Replies: 1
- Views: 6132
Re: Looking for expert BFV modder
If I were you, I'd learn to mod yourself; but if you need anything feel free to hit me up on xfire(sasha1123).
- Sun Feb 21, 2010 6:58 pm
- Forum: 1942 Modding Discussion
- Topic: Nadeless
- Replies: 1
- Views: 6235
Re: Nadeless
Code: Select all
ObjectTemplate.Active GrenadeAllies
ObjectTemplate.magType 1
ObjectTemplate.Active GrenadeAxis
ObjectTemplate.magType 1

- Sun Feb 21, 2010 6:56 pm
- Forum: 1942 Modding Discussion
- Topic: How to Modify kits
- Replies: 10
- Views: 28181
Re: How to Modify kits
I'm not on my computer with all my modding stuff on it, so I will check and post later on how to do it.MajorBummer867 wrote:Ok, I made the kits, I think, how do i add them to the mod?

Edit: I'm actually not sure on how to pack it individually to a map, as I have only done it to a mod.