How To add items to a mod (solved)

Users who are viewing this thread

pegas20

Veteran
Hello every one i was wondering how can i add some items i made my self to PoP 3.6 Mod

- I opend my mesh using openbrf and applied the texture saved it and past it in the resource folder and the dds in the  texture folder
- opend the module.ini file and add the load_resource = "mybrf file name without extention"
- add the item in Morghs editor
-open the game and i'll get and error saying that can't load "mybrf file"

I tried to add my mesh to an exesting brf and repeat the same process the game loads but there is no item IG ...

Can Someone tell me where the problem is i even tried to scale my item but the same problem
 
If you added a new brf to a module, you need to load it with load_mod_resource. Command load_resource is for Native brf files in CommonRes folder.

And what do you mean there's no your item in game? That it doesn't show up? It won't show up immediately even if you did everything correctly, as the game needs up to 7 days to repopulate merchants inventory. But there are plenty of mistakes that could prevent your item from ever appearing in shops.
 
Hello Sir Lav
first of all thanks for the tip "load_mod_resource" but when i saved my mesh in "a2k stuff.brf" doen't it means that the mesh will load with the brf files?.

Well i Start a new Campaign and use the CheatMenu and searched every item IG but nothing
 
pegas20 said:
Hello Sir Lav
first of all thanks for the tip "load_mod_resource" but when i saved my mesh in "a2k stuff.brf" doen't it means that the mesh will load with the brf files?.

Well i Start a new Campaign and use the CheatMenu and searched every item IG but nothing
You need to import your mesh into a brf file, save that brf file in Resource folder of your mod, and copy your texture files to Textures folder of your mod. Then you must modify module.ini and add the command to load your brf file - it won't load automatically.

And items that you add via Morgh's editor do not normally show up in cheat menu - unless you replaced some pre-existing item with your new one. They do however appear in shops if marked as merchandise (after some time passes), and in regular troop's equipment if added there.
 
You need to import your mesh into a brf file, save that brf file in Resource folder of your mod, and copy your texture files to Textures folder of your mod. Then you must modify module.ini and add the command to load your brf file - it won't load automatically.
already done

And items that you add via Morgh's editor do not normally show up in cheat menu - unless you replaced some pre-existing item with your new one. They do however appear in shops if marked as merchandise (after some time passes), and in regular troop's equipment if added there.
i tried to add items wont show up so i tried to replace the mesh of a bastard sword and swing number  when i  checked the item in cheatmenu the mesh still the same even the swing number wasn't  changed in (native and PoP3.6)
 
pegas20 said:
i tried to add items wont show up so i tried to replace the mesh of a bastard sword and swing number  when i  checked the item in cheatmenu the mesh still the same even the swing number wasn't  changed in (native and PoP3.6)
Then you are doing something wrong - if you change an item in Morgh and restart the game the item must be changed. I'm not the best to give advice on Morgh's though - I only used it twice or thrice several years ago. :smile:
 
Then you are doing something wrong - if you change an item in Morgh and restart the game the item must be changed. I'm not the best to give advice on Morgh's though - I only used it twice or thrice several years ago. :smile:
Well Sir it's obvious but can't figure out where is the problem since i followed this tutorial on morgh
https://www.youtube.com/watch?v=mE47BiOkG2s
 
Then you are doing something wrong - if you change an item in Morgh and restart the game the item must be changed. I'm not the best to give advice on Morgh's though - I only used it twice or thrice several years ago

Solved thanks to you i gived write permision to my steam folder

 
Back
Top Bottom