I tried installing the mod into my game and everything looked like it had worked. However, when I opened up the inventory none of the things were there.
I had followed all the instructions to the letter. Do you have any ideas what I did wrong?
I have a problem with the mod. I use the WW2 Pack and when i shoot (with the gun of a plane) the axis of aim is inverted. For exemple when I place the plane and if i dont move... it shoot forward : normal. But when i turn to the left and i shoot again, it aim to the supposed target but on the right on the X axis.
I searched here and on all of the internet but nothing... A guy visibly had the same problem but nobody answer him.
Yet I have no problem with land vehicles and weapons on foot.
Minecraft : 1.4.7
Flans mod 2.1.1
Minecraft Forge : 6.6.0.517
Does or can anybody help me with a content pack, I am trying to add Hot Air Balloons, i made a model but ot keeps crashing when i placed the item down, i just need some tips, I created the model, exported as a .java then created an empty .class and placed the contents of the .java in it, I changed the code from the biplane (ye olde pack) too be more like a balloon any ideas?
Does or can anybody help me with a content pack, I am trying to add Hot Air Balloons, i made a model but ot keeps crashing when i placed the item down, i just need some tips, I created the model, exported as a .java then created an empty .class and placed the contents of the .java in it, I changed the code from the biplane (ye olde pack) too be more like a balloon any ideas?
You did it incorrectly.
1. model balloon (use Minecraft-SMP template package for direction + elevation)
2. texture balloon
3. export as turbomodelthingy
4. use Minecraft-SMP toolbox to convert turbomodelthingy export to plane .java file
5. set up Modeling Helper for MCP
6. place model .java (should be named ModelNAME.java) into src/minecraft/co/uk/FlansMods/client/model or something like that
6.5 place texture file in bin/minecraft/skins
7. compile, start client to test
8. if satisfied, obfuscate and take .class from reobf/minecraft/co/uk/FlansMods/client/model and move to models folder in content pack
9. move texture file to the skins folder
10. finish up the planes file in the content pack
Though you'll have to wait until Flan updates his Modeling Helper to 2.3.2.
Hi People Kirby859 gave told me how to make the model for my Hot Air Balloon, but I can't do it my computer is really bad and won't let me download anything I was wondering if any of you could change this .tcn into a working .class file for the model,
thanks!
Hi People Kirby859 gave told me how to make the model for my Hot Air Balloon, but I can't do it my computer is really bad and won't let me download anything I was wondering if any of you could change this .tcn into a working .class file for the model,
thanks!
Hi guys, I'm having a weird problem with the modern weapon pack, I looked on the web, read a bit the topic to see if anyone is having the same problem but couldn't find anything.
I'm on 1.5.2 with the latest forge for that version. I have other mods installed but all forge coremods or forge mods. I have installed flans mod as instructed and unzipped simple parts, ww2 add on, and modern weapons addon in the flan folder. As far as I'm concerned, I think everything is installed correctly.
In game, I can get the planes craft boxes and the player spawners items, I can see the parts, the planes and the guns. All is working fine when testing with TMI but the gunbox is missing from the list and not craftable with the recipe. So basically I can get the guns via TMI but I cannot craft them because I cannot get the gunbox. I even changed the IDs in the config file to try but the gunbox is still missing.
I had such high hopes for my content pack, I was going to make it perfect. it was going to be so good, but then. TRADGEDY! the new guns that I made wouldn't fire. it was glitched, it seemed as if the gun didn't realize that I had the ammo in my inv, anybody have any suggestions? I made the content pack myself, it has 3 guns and 2 of them have this bug
You made the content pack incorrectly. There is no such bug. Send me the content pack and I'll take a look to see what you did wrong.
Hi guys, I'm having a weird problem with the modern weapon pack, I looked on the web, read a bit the topic to see if anyone is having the same problem but couldn't find anything.
I'm on 1.5.2 with the latest forge for that version. I have other mods installed but all forge coremods or forge mods. I have installed flans mod as instructed and unzipped simple parts, ww2 add on, and modern weapons addon in the flan folder. As far as I'm concerned, I think everything is installed correctly.
In game, I can get the planes craft boxes and the player spawners items, I can see the parts, the planes and the guns. All is working fine when testing with TMI but the gunbox is missing from the list and not craftable with the recipe. So basically I can get the guns via TMI but I cannot craft them because I cannot get the gunbox. I even changed the IDs in the config file to try but the gunbox is still missing.
I have forge 7.8.1.737, Optifine D5, TMI, MAtmos, Underground Biomes, BiomesOPlenty, Buildcraft, IC2, Traincraft, Railcraft, Twilight Forest, Inventory Tweaks, Dynamic Lights, TreeFeller, Sim-U-Kraft, Pam's mods, CraftGuide, Mine Painter, Chisel, Multi-Mine, EE3, Fossil & Archeology, Project Zulu, Mo Creatures, CraftGeraldry, Carpenter's Blocks, Cartographer, Bibliocraft, Archimede's Ship, Ropes+, GrowthCraft, Dragon Mounts, Double Doors and Iron chests. That's about it and as far as I know, all are running on Forge.
Did you unzip the content packs?
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
/teams getSticks
take stick of destruction (the one with the flame)
right click flag parts until gone
Flan hasn't released an updated modeling helper, so we (content pack makers) can't compile vehicles and planes for the newest version of Flan's Mod.
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
It was probably fixed in a newer version.
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
I did and I get the same thing,
here:
I'm going to assume that you installed it incorrectly, because it works for everyone else.
Forge is installed to the minecraft.jar.
Flan's Mod .zip goes into the mods folder.
Flan's Mod content packs are extracted to the Flan folder.
There's not much that can go wrong.
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
No problem
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
You did it incorrectly.
1. model balloon (use Minecraft-SMP template package for direction + elevation)
2. texture balloon
3. export as turbomodelthingy
4. use Minecraft-SMP toolbox to convert turbomodelthingy export to plane .java file
5. set up Modeling Helper for MCP
6. place model .java (should be named ModelNAME.java) into src/minecraft/co/uk/FlansMods/client/model or something like that
6.5 place texture file in bin/minecraft/skins
7. compile, start client to test
8. if satisfied, obfuscate and take .class from reobf/minecraft/co/uk/FlansMods/client/model and move to models folder in content pack
9. move texture file to the skins folder
10. finish up the planes file in the content pack
Though you'll have to wait until Flan updates his Modeling Helper to 2.3.2.
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
Much !!!!
Thanks,
that would be great.
thanks!
https://dl.dropboxusercontent.com/s/dva8i2xcybxs5bp/Balloon.tcn?token_hash=AAF6nzsuQPYrCzHAzdNRcLQr6ffZJmda4Fh3Va4fH6MhGQ&dl=1 I will of cource do the textures
I'm on 1.5.2 with the latest forge for that version. I have other mods installed but all forge coremods or forge mods. I have installed flans mod as instructed and unzipped simple parts, ww2 add on, and modern weapons addon in the flan folder. As far as I'm concerned, I think everything is installed correctly.
In game, I can get the planes craft boxes and the player spawners items, I can see the parts, the planes and the guns. All is working fine when testing with TMI but the gunbox is missing from the list and not craftable with the recipe. So basically I can get the guns via TMI but I cannot craft them because I cannot get the gunbox. I even changed the IDs in the config file to try but the gunbox is still missing.
Does anyone have any ideas?
Thanks
No, because it hasn't been released.
You made the content pack incorrectly. There is no such bug. Send me the content pack and I'll take a look to see what you did wrong.
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
Sorry to bump but does anyone have a solution?
What mods are you running?
And bumping is okay as long as you contribute; we appreciate the bumps. (:
Kirby859's Content Packs - Battlefield 3 Pack 3, European Theatre Pack, and more!
I have forge 7.8.1.737, Optifine D5, TMI, MAtmos, Underground Biomes, BiomesOPlenty, Buildcraft, IC2, Traincraft, Railcraft, Twilight Forest, Inventory Tweaks, Dynamic Lights, TreeFeller, Sim-U-Kraft, Pam's mods, CraftGuide, Mine Painter, Chisel, Multi-Mine, EE3, Fossil & Archeology, Project Zulu, Mo Creatures, CraftGeraldry, Carpenter's Blocks, Cartographer, Bibliocraft, Archimede's Ship, Ropes+, GrowthCraft, Dragon Mounts, Double Doors and Iron chests. That's about it and as far as I know, all are running on Forge.