搜索结果: *

  • 用户:Ardor
  • 按日期排序
  1. Anfänger Tutorial (in Deutsch) - modifiziert (outdated)

    @svadil
    Ok, hier die Zeile über die er sich beschwert:

    插入代码块:
    ["mittelstarke_rüstung", "Mittelstarke Rüstung", [("mailb",0)], itp_merchandise| itp_type_body_armor  |itp_covers_legs ,0,
     1720 , weight(22)|abundance(100)|head_armor(0)|body_armor(43)|leg_armor(14)|difficulty(7) ,imodbits_armor ], ## Dark Century 9.2.10

  2. Anfänger Tutorial (in Deutsch) - modifiziert (outdated)

    Hab nen Problem. Wenn ich die Items deklariert habe und sie über die build_module Datei einbinden möchte, dann kommt das:

    插入代码块:
    Initializing...
    Traceback (most recent call last):
      File "process_global_variables.py", line 11, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Exporting strings...
    Exporting skills...
    Exporting tracks...
    Exporting animations...
    Exporting meshes...
    Exporting sounds...
    Exporting skins...
    Traceback (most recent call last):
      File "process_map_icons.py", line 6, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Exporting faction data...
    Traceback (most recent call last):
      File "process_items.py", line 4, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Exporting scene data...
    Traceback (most recent call last):
      File "process_scenes.py", line 15, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Exporting troops data
    Exporting particle data...
    Traceback (most recent call last):
      File "process_scene_props.py", line 7, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_tableau_materials.py", line 8, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_presentations.py", line 8, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Exporting party_template data...
    Traceback (most recent call last):
      File "process_parties.py", line 6, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Exporting quest data...
    Traceback (most recent call last):
      File "process_scripts.py", line 7, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_mission_tmps.py", line 8, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_game_menus.py", line 8, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_simple_triggers.py", line 5, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_dialogs.py", line 9, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    Traceback (most recent call last):
      File "process_global_variables_unused.py", line 3, in <module>
        from process_operations import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\process_operations.py", line 13, in <module>
        from module_items import *
      File "C:\Dokumente und Einstellungen\Tonio Weidler\Desktop\Mount and Blade\Mod
    uleSystem\module_items.py", line 379
    SyntaxError: Non-ASCII character '\xfc' in file C:\Dokumente und Einstellungen\T
    onio Weidler\Desktop\Mount and Blade\ModuleSystem\module_items.py on line 379, b
    ut no encoding declared; see http://www.python.org/peps/pep-0263.html for detail
    s
    
    ______________________________
    
    Script processing has ended.
    Press any key to exit. . .

    Am ANfang alles gut, dann lauter Fehler. KAnn mir einer helfen?
  3. Eigenes Objekt erstellen

    Hi, ich möchte gerne selbst das Modding versuchen und verzweifle grad bevor ich angefangen habe -.- Ich will eigene Objekte bzw deren Meshes erstellen und dachte das könnte ich über den BRF Editor tun. Aber mir scheint dem ist nicht so oder ich finde einfach keine Tutorials dazu, denn im...
  4. "Calradia under Siege" v1.8

    So, weil es einfach arg stört habe ich mich mal hier angemeldet um euch um Hilfe zu biitten :wink: Ich spiele seit langem Mount and Blade und nun mit wachsender Begeisterung CuS. Aber irgendwie hat das ganze einen enormen Nachteil. Wenn ich mit meinen Verbündeten angreife, dann kämpfen die nicht. Das letzte Mal waren 660 von uns gegen 150 Vaegir und diese Fürsten stellen ihre Leute in ne tolle Schlachtordnung und lassen sich dann gnadenlos von den gegnerischen Kriegsmachinen, Bogenschützen und Sonstwasschützen in Grund und Boden ballern. Wenn dann kaum noch was von uns da ist rennen sie ganz plötzlich los, aber erst nachdem sie auch schön alle vom Pferd abgestiegen sind^^ Und allein kann ich nicht angreifen, da ich den Schwierigkeitsgrad komplett hochgeschraubt habe (mit CuS ist das sonst VIEL zu leicht -.-) und dann sofort vom Pferd geballert werde. Und aufgrund der vielen Verbündeten sind in einem Kampf auch immer nur 3.4 Mann von mir dabei die ich befehligen kann^^

    Ist das nur bei mir so? Kann ich das beheben?
后退
顶部 底部