asking for tutorials
asking for tutorials
my bf1942 seems to have a problem with me modding it. Every time i try to make a new mod to mod origional objects in bf1942 the origional game seems to load over any changes i've attemted to make.
my usual way of modding a battlefield game is to copy the origional mod then edit stuff after changing the mod name and load path in the init.con, this works in every other bf game so i'm wondering is there a way of not loading the origional game files.
Strangley i can still mod the bf1942 origional game.
the other thing i want to know is if there are any tutorials on making kits from scratch?
my usual way of modding a battlefield game is to copy the origional mod then edit stuff after changing the mod name and load path in the init.con, this works in every other bf game so i'm wondering is there a way of not loading the origional game files.
Strangley i can still mod the bf1942 origional game.
the other thing i want to know is if there are any tutorials on making kits from scratch?
Re: asking for tutorials
To your first issue: Make sure your maps have the setMapID on your mod's name. Like this, for my Swaffy'sMod mod:
Original:
game.setMapId "bf1942"
New:
game.setMapId "Swaffy'sMod"
Find the line in the folder [bf1942/Levels/MAP_NAME/Menu/Init.con].
I believe there is a tutorial on new weapon kits if you click on the "Basic Tutorials" link on the top-right corner of this website.
Original:
game.setMapId "bf1942"
New:
game.setMapId "Swaffy'sMod"
Find the line in the folder [bf1942/Levels/MAP_NAME/Menu/Init.con].
I believe there is a tutorial on new weapon kits if you click on the "Basic Tutorials" link on the top-right corner of this website.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
Re: asking for tutorials
about the tutorial, i can't find anything refuring to making kits from scratch on the tutorials page, though i found i can do map mods and also found i already know how to make kits that way. just checked the post and found the other suggestion works for me, thanks for answering.
Re: asking for tutorials
Alright. This is how you make a new kit that is mod-based instead of map-based.
1 - Open up "Objects.rfa" in the Archives folder.
2 - find Objects/Items/
and choose a weapon kit that you'd like to use to create your new kit.
3 - Create a new folder for your weapon kit to place your new ".con" file in, then place your file there.
4 - Open the ".con" file, rename the weapon kit to your new kit name. You can change the weapon in the kit by messing with the "addTemplate WeaponName" lines.
I don't know if that is what you're looking for.
1 - Open up "Objects.rfa" in the Archives folder.
2 - find Objects/Items/
and choose a weapon kit that you'd like to use to create your new kit.
3 - Create a new folder for your weapon kit to place your new ".con" file in, then place your file there.
4 - Open the ".con" file, rename the weapon kit to your new kit name. You can change the weapon in the kit by messing with the "addTemplate WeaponName" lines.
I don't know if that is what you're looking for.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
Re: asking for tutorials
as i said before I already know how to make new kits i just thought it would help anyone who didn't to have somthing stickyed or in the tutorials section
Re: asking for tutorials
Greetings, i have the same problem, pack the modded objects folder with WinRFA, start my mod and i still have the original weapons/kits.mlmbug wrote:my bf1942 seems to have a problem with me modding it. Every time i try to make a new mod to mod origional objects in bf1942 the origional game seems to load over any changes i've attemted to make.
This is my Init.con
game.CustomGameName BF39-45
game.addmodPath Mods/BF39-45/
game.addModPath Mods/XPack1/
game.addModPath Mods/XPack2/
game.addModPath Mods/Bf1942/
game.setCustomGameVersion0.1
game.setCustomGameUrl "http://www.myMod.com"
game.setCustomGameInfo "My Mod's Description"
Anyone can help plz ?
Re: asking for tutorials
Stogie83 wrote:Greetings, i have the same problem, pack the modded objects folder with WinRFA, start my mod and i still have the original weapons/kits.mlmbug wrote:my bf1942 seems to have a problem with me modding it. Every time i try to make a new mod to mod origional objects in bf1942 the origional game seems to load over any changes i've attemted to make.
This is my Init.con
game.CustomGameName BF39-45
game.addmodPath Mods/BF39-45/
game.addModPath Mods/XPack1/
game.addModPath Mods/XPack2/
game.addModPath Mods/Bf1942/
game.setCustomGameVersion0.1
game.setCustomGameUrl "http://www.myMod.com"
game.setCustomGameInfo "My Mod's Description"
Anyone can help plz ?
read the WHOLE topic before you post, that was already answered (second post).
Re: asking for tutorials
Since i just wanted to use the original maps (i just modded weapons and kits in the objects.rfa), it doesn`t make sense for me. So, if i want to play my mod with the original BF42 Maps, i have to edit the set MapId in every map ?
Re: asking for tutorials
Yes. Welcome to the strange world of modding!
Even though Mr. Frustration isn't welcome in the world of modding, it still likes to take over the mind of modders.
I'm a victim myself. I've almost punched holes in my walls from frustration. Actually, I threw my phone at my walls many times.
Even though Mr. Frustration isn't welcome in the world of modding, it still likes to take over the mind of modders.
I'm a victim myself. I've almost punched holes in my walls from frustration. Actually, I threw my phone at my walls many times.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™