Search found 1715 matches
- Mon May 25, 2020 4:46 pm
- Forum: Mod Downloads
- Topic: Swaffy'sMod v0.38 (TBA)
- Replies: 145
- Views: 3813988
Re: Swaffy'sMod v0.4 (TBA)
I'm back in 2020 working during coronavirus :D since I've been working from home I've been working on my mod. Biggest issue is trying to add weapon kits to all maps, then I can release. I am about halfway through all the maps adding the pickup kits to all the bases. There is a lot of work since I la...
- Mon May 25, 2020 4:39 pm
- Forum: 1942 Modding Discussion
- Topic: Anybody who knows if the "M6 Heavy Tank" exists in a mod?
- Replies: 5
- Views: 21193
Re: Anybody who knows if the "M6 Heavy Tank" exists in a mod
Your best bet is to find a way to pull the 3D models from War ThunderSkull Kid wrote:Like the subject says, I'm looking for the American M6 Heavy Tank.
- Mon May 25, 2020 4:37 pm
- Forum: 1942 Modding Discussion
- Topic: 7 or more players in vehicle
- Replies: 3
- Views: 19804
Re: 7 or more players in vehicle
Some people will create a 2nd PCO and attach it to the "parent" PCO using an object spawner with holdObject attribute The parent PCO doesn't have an engine, only mobile physics so it can move ObjectTemplate.create ObjectSpawner FletcherLcvpSpawner ... ObjectTemplate.holdObject 1 this allow...
- Tue Mar 26, 2019 8:49 pm
- Forum: 1942 Modding Discussion
- Topic: Bots Won't Fire Rockets
- Replies: 2
- Views: 20097
Bots Won't Fire Rockets
Hey all, been a while. I've been working on my car and playing Forza Horizon 4 these days :D Decided to work on some modding for a bit, making good progress too. Well, I have a "tank" (more like a tank chassis with a plane as the turret) and I'm having an issue with the bots not firing. Th...
- Tue Mar 26, 2019 8:40 pm
- Forum: 1942 Modding Discussion
- Topic: a notice
- Replies: 1
- Views: 14476
- Tue Dec 25, 2018 3:33 am
- Forum: 1942 Modding Discussion
- Topic: What's the best free 3d modeling tool on bf1942
- Replies: 6
- Views: 35504
Re: What's the best free 3d modeling tool on bf1942
Just get a torrent for 3ds Max 7, lol.
If you are on Win 7 (no idea if this works on 10) then make a shortcut with this target:
C:\Windows\System32\cmd.exe /C start "" /affinity C "C:\Program Files (x86)\3dsmax7\3dsmax.exe"
This will run the program with a proper CPU affinity
If you are on Win 7 (no idea if this works on 10) then make a shortcut with this target:
C:\Windows\System32\cmd.exe /C start "" /affinity C "C:\Program Files (x86)\3dsmax7\3dsmax.exe"
This will run the program with a proper CPU affinity
- Wed Nov 28, 2018 11:37 pm
- Forum: 1942 Modding Discussion
- Topic: How to bring 3rd person (F10) cam closer?
- Replies: 4
- Views: 24758
Re: How to bring 3rd person (F10) cam closer?
Would this help? http://bfmods.com/viewtopic.php?f=6&t=631&hilit=chase+camera#p4447 Thanks dude but the last post in that thread is what I had to use for planes and tanks. I even uploaded a video of it a while back: boop If no one can find a solution to the F10 cam dragging a mile behind th...
- Wed Nov 28, 2018 12:53 pm
- Forum: 1942 Modding Discussion
- Topic: How to bring 3rd person (F10) cam closer?
- Replies: 4
- Views: 24758
How to bring 3rd person (F10) cam closer?
I should have asked this years ago, but is there a way to bring the 3rd person camera closer to the vehicle? Ever since I added a Template to my Ju 88A the 3rd person cam follows a mile behing the plane, I can't remove that template because it performs an important function.
- Sat Nov 17, 2018 12:28 am
- Forum: Mod Downloads
- Topic: Battlefield 1942 Mod Download Pool 2019
- Replies: 3
- Views: 29439
Re: Battlefield 1942 Mod Download Pool 2019
I know an easy way to fix it. Copy/paste it into a text file, then do a Ctrl+H (replace) and replace the " with nothing. Problem solved! I hope XD
- Tue Nov 06, 2018 4:16 pm
- Forum: 1942 Modding Discussion
- Topic: Custom Game Info bug
- Replies: 3
- Views: 19219
Re: Custom Game Info bug
I would remove the space in the mod name and path, to have something that looks like this instead: swaffys_mod. Remove the quotation marks too and see what happens. Yep that was the issue. Kind of stupid how it doesn't allow spaces, but ok. "Swaffy's Mod" doesn't work "Swaffys Mod&qu...