Editing/adding items, help.

Users who are viewing this thread

Status
Not open for further replies.

brunoxyz

Veteran
Hello
  I have been trying to create items/weapons for the game using BRFedit but I am having a hard time previewing them in game. I have used as an option editing the itemskind.ini file and taking values from other items and assigning them to my models, but I cannot create new values for my items etc.  I heard there is an Item editor?  what is the best way to test and get them in game? 

  thanks in advance.
 
hey, anyone knows how can i do a custom banner...any programs? i have brfedit an wings3D...does that work? please respond...thanks
 
You could add the flag merchandise in the editor.

That will make the item show up in shops. Unless it's a fire arm. Then you have to add it into module_triggers.py

But armour and all other items should work.
 
Well, here's my Handy Dandy Little Guide of Fixing Old MBRepository Links
In three simple steps!
Step 1. Take old MBR link.
Code:
https://www.mbrepository.com/file.php?cid=3&id=567
Step 2. Notice the &id=xxxx part. This is the file's ID which we need.
Code:
&id=567
Step 3. Remember the id number (
Code:
567
) and then add it at the end of
Code:
http://www.mbrepository.com/file.php?id=
In the end, we have a
Code:
http://www.mbrepository.com/file.php?id=567
.

Hope I've been helpful. Now edit your links as much as you want and enjoy! :lol:
 
Status
Not open for further replies.
Back
Top Bottom