Search found 645 matches
- Mon Feb 05, 2024 3:04 pm
- Forum: General discussion & notices
- Topic: Self flying planes
- Replies: 5
- Views: 32690
Re: Self flying planes
Haha, nothing so fancy. I actually still have the code for this little gimmick: https://pixeldrain.com/u/CpwfDNc6 This was actually one of the very first new "mods" that I did back then! Mod is a strong word, it's just cleverly combining a couple of things. The actual trick is very easy. I...
- Mon Feb 05, 2024 8:43 am
- Forum: 3dsmax (3dmax) Tutorials
- Topic: Soldier/weapon animation video tutorial
- Replies: 3
- Views: 52054
Re: Soldier/weapon animation video tutorial
Videos still exist, just the link above is dead for whatever reason. I'll update OP as well.
https://www.youtube.com/watch?v=89oXhuBsbDw
https://www.youtube.com/watch?v=T40RZdcKEnQ
https://www.youtube.com/watch?v=89oXhuBsbDw
https://www.youtube.com/watch?v=T40RZdcKEnQ
- Mon May 08, 2017 10:13 am
- Forum: 1942 Modding Discussion
- Topic: BFMDT 2.76 www.bfmods.com Development Thread
- Replies: 60
- Views: 494088
Re: BFMDT 2.76 www.bfmods.com Development Thread
I very much doubt I'll ever work on this again. I haven't touched BF42 in about five years now. Time to let it rest in peace :( If anyone else wants to keep working on it, the files are all there, there's nothing "hidden" or protected. License for the parts I modified is WTFPL , though the...
- Thu Apr 28, 2016 10:30 pm
- Forum: Modding/Mapping Tutorials
- Topic: Fast .RFA-packing with a .bat-file
- Replies: 1
- Views: 37189
Re: Fast .RFA-packing with a .bat-file
So I noticed that in these sites there isn't this necessary tutorial for fast .RFA packing. I used to pack my .RFA-files manually with winrfa for years.. Couple of months ago I got fed up with it and made a .bat file that packs automatically the folders you need. There is. It's a sticky thread, eve...
- Mon Mar 02, 2015 11:03 am
- Forum: 1942 Modding Discussion
- Topic: Request a permission
- Replies: 22
- Views: 63108
Re: Request a permission
fook has it right. Do whatever you want, nobody cares about their ancient BF42 stuff anymore.
Giving credits is proper etiquette, that should be done whenever possible.
Giving credits is proper etiquette, that should be done whenever possible.
- Thu Nov 27, 2014 5:22 pm
- Forum: 1942 Modding Discussion
- Topic: Converting the MG42 to a hand weapon
- Replies: 2
- Views: 9521
- Wed Sep 10, 2014 10:14 pm
- Forum: General Modding Tutorials
- Topic: How to Create a Mod Installer with Clickteam Install Creator
- Replies: 7
- Views: 42393
Re: How to Create a Mod Installer with Clickteam Install Cre
Use Inno setup compiler.
- Mon May 12, 2014 8:54 am
- Forum: General discussion & notices
- Topic: Death of GFMod domain....
- Replies: 21
- Views: 56121
Re: Death of GFMod domain....
The domain will not help you with the content, as duffman said. Contact the hoster and try to get some contact info soon, that's the only chance you have. They will not and can not give anyone access to the content except the original client.
- Sun Feb 02, 2014 12:21 pm
- Forum: 1942 Modding Discussion
- Topic: [Tool]Snip'n'Stitch v4
- Replies: 24
- Views: 48840
Re: [Tool]Snip'n'Stitch v4
Yeah, as said, better look for that in a C based language tool or a script, even. The task itself is fairly simple and should be a couple of kb of source code at maximum. You could even use a basic python script and image handling library. Even for a layman it's probably just a couple of hours of go...
- Tue Jan 21, 2014 12:51 am
- Forum: 1942 Modding Discussion
- Topic: [Tool]Snip'n'Stitch v4
- Replies: 24
- Views: 48840
Re: [Tool]Snip'n'Stitch v4
IIRC versions 1-3 could handle 8k images as well. The introduction of preview images ruined memory demand. Should be easy enough to make previews optional. If somebody wants to have a go at it and needs the source code, just contact me. Java isn't hard .