NO
rename compatible_with_warband to compatible_module_version in maybe the third line!
Thats all you have to do! Keep autoupdate ON, don't install anything else.
Precisely. It worked perfectly for me.
And for those of you who are squidish about deleting your line of code, just comment that line and add in Garrus's line of code as follows:
module_name = cRPG
module_version = 1223
compatible_module_version = 1223
#compatible_with_warband = 1223
The ' # ' is how you start a comment line in Python like how % starts a comment line in C++ (or in my frequent case, Matlab
)
Just remember, Garrus' line of code replaces the line I highlighted in lime green!
UPDATE!
nvrmnd =)
Again, thank you Garrus for being so helpful and informative to the community.