Jump to content

Recommended Posts

Hello people
wanted to add official character selection get this problem can someone help me with it

root/networkModule.py(line:195) SetSelectCharacterPhase - import introSelect

root/system.py(line:134) __pack_import - newmodule = _process_result(compile(pack_file(filename,'r').read(),filename,'exec'),name)

root/system.py(line:110) _process_result - exec code in module.__dict__

root/introSelect.py(line:35) <module> - if localeInfo.IsJAPAN():



networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'IsJAPAN'



0317 15:25:06175 :: ============================================================================================================

0317 15:25:06175 :: Abort!!!!

 

if localeInfo.IsJAPAN():
    NOT_NEED_DELETE_CODE = True
elif localeInfo.IsHONGKONG():
    ENABLE_ENGNUM_DELETE_CODE = True
elif localeInfo.IsNEWCIBN() or localeInfo.IsCIBN10():
    ENABLE_ENGNUM_DELETE_CODE = True
elif localeInfo.IsEUROPE():
    ENABLE_ENGNUM_DELETE_CODE = True

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.