mod python setup help

正在查看此主题的用户

cyberr

Recruit
hi i finnaly decided to give modding a try and was looking at how to set this up with the tutorials that are offered but its not working it seems first i got cannot find file *.py which it seems was a problem with using the most current python so i downgraded to 2.6 and now when i get to the end of the tutorial and click build_mod its saying that no file or directory found c:/****/**/** post fix
and a few others files i have encluded a SS of this if anyone can help me out that would be greatly appreciated

~~Cyberr~~
pythonbuilderror.jpg
 
You need to compile into a folder that actually exists. The compiler doesn't create a folder.
Create a new folder, then make sure module_info.py correctly lists that folder as the Export directory.
 
LMFAO ya you would think that but naw i made the folder and copyed the content of the native folder to it i just double checked and the files its saying it cant find  i can see in the folder postfx for instance is right there,

im think maybe this has something to do with the module_system files but then i got 1.132 version of the game and the module files say 1.132

and i edited that module_info.py file heres a copy paste of it

# 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:/Program Files/Mount&Blade/Modules/Mymod/"
#export_dir = "C:/Program Files/Mount&Blade/Modules/mymod/"

so i dont know ima going to devote my saturday to trying to figure this one out (of course im the one who has the broken computer lol)

~~Cyberr~~
 
you every feel completly stupid and wanna delete what you wrote cause the solution to your problem was as simple as realizing that the correct path was not ***/mount&blade/mymod but ***/mount&blade warband/my mod LMFAO god damn i must have been tired when i didnt notice something that small  :oops:
sry for my stupidy
thanks for your help :smile:

~~Cyberr~~
 
后退
顶部 底部