Kabalon
Regular

Hey Guys!
I just created a new map icon and well figured out how to use OpenBRF finally.
Now I wanted to add this new map icon into my Mods Ressource Folder.
The Readme.txt within tells me:
"You can place your resource (*.brf) files in this folder
and make the game read them by putting a load_module_resource
directive in module_info.txt"
actually I can't find any module_info.txt
only the module_info.py within the module system sounds familiar. and I added the "load_module_resource" to it - but Build_module.bat throws out this error when I try to make it that way:
from module_info import *
File "C:\Users\Charlie\Desktop\Bushproject\modulesystem\module_info.py", line
8, in <module>
load_module_resource
NameError: name 'load_module_resource' is not defined
So what am I doing wrong??
greets Charlie
I just created a new map icon and well figured out how to use OpenBRF finally.
Now I wanted to add this new map icon into my Mods Ressource Folder.
The Readme.txt within tells me:
"You can place your resource (*.brf) files in this folder
and make the game read them by putting a load_module_resource
directive in module_info.txt"
actually I can't find any module_info.txt
only the module_info.py within the module system sounds familiar. and I added the "load_module_resource" to it - but Build_module.bat throws out this error when I try to make it that way:
from module_info import *
File "C:\Users\Charlie\Desktop\Bushproject\modulesystem\module_info.py", line
8, in <module>
load_module_resource
NameError: name 'load_module_resource' is not defined
So what am I doing wrong??
greets Charlie
