搜索结果: *

  1. Modding Q&A [For Quick Questions and Answers]

    Hi, noob here.

    I've re-added undead into my personal mod. But the undead faces have white spots on the nose and jawline. So I'm not sure if I installed it right. I got the files and followed the instructions from the wiki:

    http://mountandblade.wikia.com/wiki/Undead

    I think I might be missing a .brf file for the face, if that's a thing. If I did install it correctly, is there a new "face" or head I can download that works better?
  2. Modding Q&A [For Quick Questions and Answers]

    I think this is where I ask short question right?

    Some of the troops I have given spears as well as 1-handed weapons, but it seems they don't always spawn with the spears, as I don't see the spears on their backs that often even if that particular troop is only supposed to have 1 type of 1-handed weapon and spear. How can I make them always spawn with spears and another "secondary" weapon like a sword? I also seem to have this problem if a troop has 1-handed and two-handed weapons.
  3. Modding Q&A [For Quick Questions and Answers]

    I modded multiplayer to play with me and my cousin. For some reason he can't spawn in when it's the Sarranid faction. I guess he can select all the equipment and everything, but just can't spawn. I think this is the only faction that he has the problem with. We should have the same copy of the modded game.

    So I'm not sure what the problem might be. Any help?
  4. How to Change Time of Day for Custom Multiplayer Scene?

    I'd really like to make my snow scene night time, cause it's so bright. Any links to a guide that explains how would be good, unless it's simple enough to give a quick solution.
  5. Shortening(/Disabling) weapons on ground timer?

    Thank you. Does this also effect horse timers? I'll have to check when I get home. I'd like to get rid of them crowding the streets on urban maps.
  6. Can Someone Point Me to Where I Can Find Multiplayer Maps to Download?

    Thanks for all the links. Are AI meshes like AI pathfinding so the bots know where to go and what to avoid?
  7. Can Someone Point Me to Where I Can Find Multiplayer Maps to Download?

    I would really prefer bot-friendly ones. So maps with stairs or many obstacles might not be the best. Regardless, I've been unsuccessful locating many maps. I'm hoping someone could point me to where I could find a list of them.
  8. Shortening(/Disabling) weapons on ground timer?

    I notice as I play the game during battles, that my fps starts get lower and lower. I assume it's do to all the junk on the ground that's piled up. Is there a way I can disable or shorten the timer duration for weapons to be on the ground? Sorry if this thread is in the wrong area.
  9. Some Items Won't Show Up in Multiplayer. How to Fix?

    I was able to figure it out. So for future reference...

    Near the top of the module_script, is some lines where you need to add in items not already in multiplayer, for them to show up. Looks like this:

          #arrows
          (item_set_slot, "itm_arrows", slot_item_multiplayer_item_class, multi_item_class_type_arrow),     
          (item_set_slot, "itm_barbed_arrows", slot_item_multiplayer_item_class, multi_item_class_type_arrow),     
          (item_set_slot, "itm_bodkin_arrows", slot_item_multiplayer_item_class, multi_item_class_type_arrow),
          (item_set_slot, "itm_khergit_arrows", slot_item_multiplayer_item_class, multi_item_class_type_arrow),

    And you can add your item line at the bottom of those or anywhere along that area. I made mine in a group with #custom at the bottom of the "item_set_slot" lines, so they'll be easy to find.
  10. Some Items Won't Show Up in Multiplayer. How to Fix?

    All the other items I've added so far into the multiplayer section of module_script have worked, and shown up on the equipment selection multiplayer menu. NPC's can wear it fine, just not the player. How can I fix this so players can also use it? Thanks in advance. EDIT: Also seems that the...
后退
顶部 底部