搜索结果: *

  1. Metalloman

    2.54

    LoL! I've just chosen "noble father" as one of the background options!!!
    I've seen no problems, ATM..which kind of problem give this option in 2.54?

    and about backspace I've noticed nothing for now..Hope will not come out nothing buggy in the next game session!

    BTW, I've installed Floris 2.54 on M&BW 1.54 and it works, just to answer myself just some posts ago.. :mrgreen:
  2. Metalloman

    2.54

    @monlamar:

    Oh, man! Thanks for the fast answer!! :grin:

    now I try to install everything and I will see! Thanks!  :grin:
  3. Metalloman

    2.54

    Sorry guys I've read lots of topics but I didn't understand if the latest version of this mod is compatible with M&BW 1.54 too or just 1,53, cause I have a steam version and obviously I can't downgrade it to 1.53..

    If not, have I to wait until Floris mod 2.55 is released (hoping that is 1.54 compatible)?


    LOL sorry for the noobish question but I return to M&BW after two whole years and I can't remember anything..!  :mrgreen:
  4. Metalloman

    Tutorials not updated..

    Well..I thought it too.. :sad:
  5. Metalloman

    Tutorials not updated..

    Specify which tutorial first.

    As I have said, it's the tutorial in the "module system documentation" thread, Part 2..sorry if it wasn't too clear..

    You can get it going in:

    Taleworlds Forum\Module Development\The Forge - Mod Development\Module System Documentation\Part 2: Editing Module System Files..

    Well, I can give you the link!! :mrgreen:

    http://forums.taleworlds.com/index.php/topic,11422.0.html

    As you can see the tuples are different..!! :shock:

    However, I'll get a look to the link you gave me, thanks for any help you can give!! :grin:
  6. Metalloman

    climbing...possabilaty?

    Congratulations on reviving a four-year-old thread.

    eeh..Thanks? XD  :razz:

    sorry, this post just let me curious to know more about it.. I'm really new in modding and every info is important for me..

    I was searching for a solution to a beginner-problem(I think) and I have just made a new post..

    I hope it was not already posted and solved because if it is so.. I've made a mistake.. :oops:
  7. Metalloman

    Tutorials not updated..

    Hello, I'm new in modding and I'm following the tutorials in the "module system documentation" thread.. when in the part 2 i' ve noted some differences in the module_map_icons.py described in the tutorial and mine.. the differences are: in the tutorial description in my module_map_icons.py...
  8. Metalloman

    climbing...possabilaty?

    No- one, I see, have thought of the type of movement sequence needed for the climbing action.. the character can not just walk in horizontal position on a 90° wall and go forward to the top..

    you need a different animation that emulates the climbing action... and a different "rallentation value"(I don't know, actually, how to name it) involving only the equipment weight and not the pendance degree, maybe..
  9. Metalloman

    How to fix "Python not recognized..." (now also for Windows 7)

    Hello!

    I have the same problem of Xzafierk: [ERRNO 2], I've checked the Read/Write privileges on my account and I have them on the Warband folder, the Modules folder and the variuos sub-folders.. the UAC is disabled, but the error still remains..  :sad:  :sad:  :sad:

    I have Vista 32bit, not 7 as XXzafierk..

    I've also noted that the Read Only box in the Property windows is checked..I've unchecked it (with the "all files and subfolders" option but when I've looked in the property vindow again (of any of the folders and files) the box is still checked.. does it means something?

    The error is this, in case.. Beware, it's huge!!
    Initializing...
    variables.txt not found. Creating new variables.txt file
    Compiling all global variables...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Traceback (most recent call last):
      File "process_global_variables.py", line 106, in <module>
        save_variables(export_dir, variables,variable_uses)
      File "C:\Users\Claudio\Desktop\Module_system 1.134\process_operations.py", lin
    e 171, in save_variables
        file = open(export_dir + "variables.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/variables.
    txt'
    Exporting strings...
    Traceback (most recent call last):
      File "process_strings.py", line 26, in <module>
        save_strings(strings)
      File "process_strings.py", line 9, in save_strings
        ofile = open(export_dir + "strings.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/strings.tx
    t'
    Exporting skills...
    Traceback (most recent call last):
      File "process_skills.py", line 32, in <module>
        save_skills()
      File "process_skills.py", line 15, in save_skills
        ofile = open(export_dir + "skills.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/skills.txt
    '
    Exporting tracks...
    Traceback (most recent call last):
      File "process_music.py", line 23, in <module>
        save_tracks()
      File "process_music.py", line 15, in save_tracks
        file = open(export_dir + "music.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/music.txt'

    Exporting animations...
    Traceback (most recent call last):
      File "process_animations.py", line 61, in <module>
        write_actions(animations,len(action_codes),action_codes,"actions.txt")
      File "process_animations.py", line 24, in write_actions
        file = open(export_dir + file_name,"w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/actions.tx
    t'
    Exporting meshes...
    Traceback (most recent call last):
      File "process_meshes.py", line 25, in <module>
        save_meshes()
      File "process_meshes.py", line 9, in save_meshes
        ofile = open(export_dir + "meshes.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/meshes.txt
    '
    Exporting sounds...
    Traceback (most recent call last):
      File "process_sounds.py", line 51, in <module>
        write_sounds(sound_samples, sounds)
      File "process_sounds.py", line 13, in write_sounds
        ofile = open(export_dir + "sounds.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/sounds.txt
    '
    Exporting skins...
    Traceback (most recent call last):
      File "process_skins.py", line 105, in <module>
        export_skins(skins)
      File "process_skins.py", line 45, in export_skins
        ofile = open(export_dir + "skins.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/skins.txt'

    Exporting map icons...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_map_icons.py", line 38, in <module>
        save_map_icons(variables,variable_uses,tag_uses,quick_strings)
      File "process_map_icons.py", line 9, in save_map_icons
        ofile = open(export_dir + "map_icons.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/map_icons.
    txt'
    Exporting faction data...
    Traceback (most recent call last):
      File "process_factions.py", line 70, in <module>
        save_factions(relations)
      File "process_factions.py", line 34, in save_factions
        file = open(export_dir + "factions.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/factions.t
    xt'
    Exporting item data...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_items.py", line 72, in <module>
        write_items(variables,variable_uses,tag_uses,quick_strings)
      File "process_items.py", line 19, in write_items
        ofile = open(itemkinds_file_name,"w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/item_kinds
    1.txt'
    Exporting scene data...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_scenes.py", line 77, in <module>
        save_scenes(variables,variable_uses,tag_uses)
      File "process_scenes.py", line 46, in save_scenes
        ofile = open(export_dir + "scenes.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/scenes.txt
    '
    Exporting troops data
    Traceback (most recent call last):
      File "process_troops.py", line 107, in <module>
        save_troops()
      File "process_troops.py", line 13, in save_troops
        file = open(export_dir + "troops.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/troops.txt
    '
    Exporting particle data...
    Traceback (most recent call last):
      File "process_particle_sys.py", line 61, in <module>
        save_particle_systems()
      File "process_particle_sys.py", line 29, in save_particle_systems
        ofile = open(export_dir + "particle_systems.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/particle_s
    ystems.txt'
    Exporting scene props...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_scene_props.py", line 32, in <module>
        save_scene_props(variables,variable_uses,tag_uses,quick_strings)
      File "process_scene_props.py", line 10, in save_scene_props
        ofile = open(export_dir + "scene_props.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/scene_prop
    s.txt'
    Exporting tableau materials data...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_tableau_materials.py", line 31, in <module>
        save_tableau_materials(variables,variable_uses,tag_uses,quick_strings)
      File "process_tableau_materials.py", line 11, in save_tableau_materials
        ofile = open(export_dir + "tableau_materials.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/tableau_ma
    terials.txt'
    Exporting presentations...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_presentations.py", line 33, in <module>
        save_presentations(variables,variable_uses,tag_uses,quick_strings)
      File "process_presentations.py", line 11, in save_presentations
        ofile = open(export_dir + "presentations.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/presentati
    ons.txt'
    Exporting party_template data...
    Traceback (most recent call last):
      File "process_party_tmps.py", line 46, in <module>
        save_party_templates()
      File "process_party_tmps.py", line 20, in save_party_templates
        file = open(export_dir + "party_templates.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/party_temp
    lates.txt'
    Exporting parties
    Creating new tag_uses.txt file...
    Traceback (most recent call last):
      File "process_parties.py", line 69, in <module>
        save_parties(parties)
      File "process_parties.py", line 12, in save_parties
        file = open(export_dir + "parties.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/parties.tx
    t'
    Exporting quest data...
    Traceback (most recent call last):
      File "process_quests.py", line 30, in <module>
        save_quests()
      File "process_quests.py", line 9, in save_quests
        ofile = open(export_dir + "quests.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/quests.txt
    '
    Exporting info_page data...
    Traceback (most recent call last):
      File "process_info_pages.py", line 26, in <module>
        save_info_pages()
      File "process_info_pages.py", line 9, in save_info_pages
        ofile = open(export_dir + "info_pages.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/info_pages
    .txt'
    Exporting scripts...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_scripts.py", line 40, in <module>
        save_scripts(variables,variable_uses,scripts,tag_uses,quick_strings)
      File "process_scripts.py", line 10, in save_scripts
        file = open(export_dir + "scripts.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/scripts.tx
    t'
    Exporting mission_template data...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_mission_tmps.py", line 64, in <module>
        save_mission_templates(variables,variable_uses,tag_uses,quick_strings)
      File "process_mission_tmps.py", line 38, in save_mission_templates
        file = open(export_dir + "mission_templates.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/mission_te
    mplates.txt'
    Exporting game menus data...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_game_menus.py", line 47, in <module>
        save_game_menus(variables,variable_uses,tag_uses,quick_strings)
      File "process_game_menus.py", line 22, in save_game_menus
        ofile = open(export_dir + "menus.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/menus.txt'

    exporting simple triggers...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_simple_triggers.py", line 24, in <module>
        save_simple_triggers(variables,variable_uses,simple_triggers,tag_uses,quick_
    strings)
      File "process_simple_triggers.py", line 8, in save_simple_triggers
        file = open(export_dir + "simple_triggers.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/simple_tri
    ggers.txt'
    exporting triggers...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Creating new tag_uses.txt file...
    Creating new quick_strings.txt file...
    Traceback (most recent call last):
      File "process_dialogs.py", line 193, in <module>
        save_triggers(variables,variable_uses,triggers,tag_uses,quick_strings)
      File "process_dialogs.py", line 47, in save_triggers
        file = open(export_dir + "triggers.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/triggers.t
    xt'
    Checking global variable usages...
    variables.txt not found. Creating new variables.txt file
    variable_uses.txt not found. Creating new variable_uses.txt file
    Exporting postfx_params...
    Traceback (most recent call last):
      File "process_postfx.py", line 27, in <module>
        write_postfx_params(postfx_params)
      File "process_postfx.py", line 13, in write_postfx_params
        ofile = open(export_dir + "postfx.txt","w")
    IOError: [Errno 2] No such file or directory: '../WOTS/Modules/Native/postfx.txt
    '

    ______________________________

    Script processing has ended.
    Press any key to exit. . .

    If anyone can help..  :smile:


    oh! I have the steam version of Warband, so the game path is:

    C:\Steam\steamapps\common\mountblade warband\

    and the Module_info.py file is:
    # Point export_dir to the folder you will be keeping your module
    # Make sure you use forward slashes (/) and NOT backward slashes (\)

    export_dir = "../WOTS/Modules/Native/"
    #export_dir = "C:/Steam/steamapps/common/mountblade warband/Modules/Graphical Pack Plus/"

    EDIT: Argh!! Understood!! XP the problem was in the Module_Info.py File!!
            I've modified that in:
    # Point export_dir to the folder you will be keeping your module
    # Make sure you use forward slashes (/) and NOT backward slashes (\)

    export_dir = "C:/Steam/steamapps/common/mountblade warband/Modules/Graphical Pack Plus/"
    #export_dir = "C:/Steam/steamapps/common/mountblade warband/Modules/Native/"

    and everithing goes OK..!!  :mrgreen:  :mrgreen: really sorry, my mistake!! but maybe , I hope, this can be helpful to those who run in this problem and don't check the directory path first..:razz:

    Thanks, however.. :smile:
  10. Metalloman

    Modding Q&A [For Quick Questions and Answers]

    Many thanks for your answer, Llew2!!
    I knew that will not be easy to do all that.. but.. now i'll check out the link you've posted and i'll try to learn how to do what I want to do..! :grin:

    About the Floris Mod Pack.. I've already looked at it and downloaded it too (in all the two version, basic and expanded) but it crashes really often!!

    it crashes at every location change(e.g. world map-tavern, city-inside court, everywhere-troop tree, fighting and so on..) but my pc can support all that stuff.. checked the bug thread but can't figure the solution.. so I thought to mix only the mods that really I want to play..and..here me are!! XD

    well..after this never-ending tale I want to thank you for answering and I will let you know if I will solve my problem!!

    obviously if someone can help.. I'm here!!

    thanks again!!

  11. Metalloman

    Modding Q&A [For Quick Questions and Answers]

    Hi everyone,

    I'm really new in modding and well.. i'd never tried to mod a game so..

    I want in the beginning to mix some mods into a brand new one with all the three mods features..

    How can I do that? I want to mix the Graphical Pack mod and OSPW - Native pack mod (with Custom Commander & Diplomacy) but I really don' t know where to begin.. :cry:  :cry:

    If anyone can tell me what tools I have to use and how I have to use it to mix those mods to a new one I'll be very grateful!!!! :grin:  :grin:  :grin:

    Many anticipate thanks!!!!
  12. Metalloman

    MB Guida [M&B] Tutorial: Aggiungere oggetti al gioco.

    Salve a tutti e scusate ma..

    potreste esser più specifici riguardo all' utilizzo dei tool per unire due o più mods?

    io nello specifico vorrei unire il Grafical Pack mod con Custom Commander e Diplomacy ma

    sono un neofita e penso di non avere capito molto bene.. :sad:  :sad:  :sad:
  13. Metalloman

    I nuovi utenti si presentino qui.

    Hail to You Jab!!

    come avrai sicuramente notato ho già registrato sia Mount&Blade sia Warband su Taleworlds! :mrgreen:

    ho però un problema con ii links che mi hai postato..mi rimandano alla pagina iniziale del Taleworlds forum, senza indirizzo specifico.. non è la prima volta che mi capita, su questo sito, ma ieri sembrava andasse tutto ok..!! :cry:
  14. Metalloman

    I nuovi utenti si presentino qui.

    Salve a tutti!!!

    Sono Claudio, 26 anni, aka Jorin Stronghammer, Nord di origine, ex vassallo Vaegir ed attualmente re del mio nuovo regno fondato di fresco: circa una settimana, comprende Rivacheg, Jeirbe castle, Mazen, Vezin, Fidsan, Shapeshte, Reindi castle, Ehlerdah, già vinto due guerre contro i Vaegir ed i Sarranid, terza in corso sampre coi Vaegir.. :twisted:  :mrgreen:

    Gioco da M&B:W da circa un annetto e mi prende ogni giorno di più!!! :grin:

    Sto anche provando ad inserire e mixare vari mod per migliorare la giocabilità ma fino ad ora pochi risultati..

    Ho anche inserito un post in questo thread..: http://forums.taleworlds.com/index.php/topic,126993.540.html
    ma ancora nessuna risposta.. se qualcuno può aiutare ben venga!!! :grin:

    è la prima volta che vedo il forum italiano e son contento che ci sia qualcuno che abbia pensato alla sezione italiana..ottimo!!!! :grin:

    Fatemi sapere, ok?
  15. Metalloman

    SP Native Native Mod Compilation - NMC 1.153 beta2 released

    Hi, I'm new to modding an I want to know how I can add custom commander and diplomacy to a mod that I have already used in M&B:W..

    the Grafical Pack mod.. how can I do? I've tried in different manners to mix the various files of the mods and to paste the different strings in the corrispettive files but obviously nothing..  :sad:

    can anyone tell me how can I paste these mods in the Grafical pack mod?

    I really can't figure it out!!! :cry:

    Many thanks to anyone that will help me!!! :smile:

    sorry if this isn't the right thread..

后退
顶部 底部