-
cabal_msg.enc (2/3)
I edit my TGCabalEP8 cabal_msg.enc to try to fix my items wrong prefix (I use Cabal ENC Tool 1.0)
but after I do that the game stops working and "cabal_msg.enc (2/3)" is showing.
Edit:Here's an update.
1. I change my portuguese folder to english.
result = CGlobalMgr::CheckValidData() ##version Fail## cabal_msg.enc
2. I google it and google says to change the "file_version" to 1 (other says 3)
result = CGlobalMgr::CheckValidData() ##version Fail## cabal_msg.enc
But to properly show the item names you need to set it to 2..
Edit2: It seems changing the "version" from 3 to 2 or 1 is the cause of the problem.
But how will I make my item names right?
I try to use the multi language cabalmain file I found here, but the new problem is XTrap.
The cabalmain that I use right now is the ep 8 by zimrio and it's the only cabalmain that works, the rest gets an xtrap error.
-
Re: cabal_msg.enc (2/3)
use CabalMain without XTrap if you make it as test/offline server for development :)
-
Re: cabal_msg.enc (2/3)
Make ur own multilanguage + xtrap working xtrap.
Somewhere PX200 posted info how to enable multilanguage in ur cabalmain, edit it to ur purpose, also about xtrap string u can find information somewhere.
Make ur own localhost xtrap svr, and everything will work perfectly.