Tomixander的最近内容

  1. Tomixander

    M&B Warband Beta Application Re-Opens

    some European servers would be nice..  :grin:
  2. Tomixander

    Modding Q&A [For Quick Questions and Answers]

    oby009 说:
    I have an error with my python wich i just downloaded together with the module system 1010 or someting

    i followed the tutorial and everyting still when opening build module i get this:

    cannot find downloads\mb_module_system_1010_0\Modulesystem\*.pyc

    anyone got an clue on how to fix this is used search and came up with some german tutorial and since i aint german :/

    and i simply am to lazy to look through 184 posts(seriously i am still looking)

    Same thing here.. could any1 help??

    Edit:
    Found help already!! Everyone with the same problem, check here: http://forums.taleworlds.com/index.php/topic,33942.msg877152.html#msg877152
  3. Tomixander

    Modding Q&A [For Quick Questions and Answers]

    Can some1 please help me out? I'm stuck in "1.5 Creating a new module". I just simply can't get it. Would like if i get quick answers! Tyvm for ur replies in advance..
  4. Tomixander

    Modding Q&A [For Quick Questions and Answers]

    André de Cuyne 说:
    Tomixander 说:
    Hi all! I have a problem: at part 1.5, my build_module.bat can't find the .pyc file. Can some1 help please? :???: :???: :???:

    would like if this will be solved quickly... :neutral: :neutral:
    The .pyc files are only deleted by 'build_module.bat' at the end of the compilation process.
    These .pyc files are compiled Python files ; they are created during the mod's compilation (if all is allright in the mod Module System). You don't need them if you have the corresponding .py files (example : 'module_constants.pyc' = 'module_constants.py').

    Sometimes, Python builds .pyo files (Python optimized files). This depends on your Python configuration.

    Check your Module System folder to know if Python produces .pyc or .pyo files.
    You can edit 'build_modules.bat' to change the line 'del *.pyc' to 'del *.pyo'.


    Ain't helping... now it says "can't find *.pyo file." :???:
  5. Tomixander

    Modding Q&A [For Quick Questions and Answers]

    Hi all! I have a problem: at part 1.5, my build_module.bat can't find the .pyc file. Can some1 help please? :???: :???: :???:

    would like if this will be solved quickly... :neutral: :neutral:
后退
顶部 底部