i want remove pc2.epk
i want this PC.epk unpack and have pc and pc2
i arleady change this and dont work i have a problem
##############
# WARRIOR
##############
chrmgr.CreateRace(RACE_WARRIOR_M)
chrmgr.SelectRace(RACE_WARRIOR_M)
chrmgr.LoadLocalRaceData("warrior_m.msm")
SetIntroMotions(chr.MOTION_MODE_GENERAL, "d:/ymir work/pc/warrior/intro/")
chrmgr.CreateRace(RACE_WARRIOR_W)
chrmgr.SelectRace(RACE_WARRIOR_W)
chrmgr.LoadLocalRaceData("warrior_w.msm")
SetIntroMotions(chr.MOTION_MODE_GENERAL, "d:/ymir work/pc2/warrior/intro/")
now
##############
# WARRIOR
##############
chrmgr.CreateRace(RACE_WARRIOR_M)
chrmgr.SelectRace(RACE_WARRIOR_M)
chrmgr.LoadLocalRaceData("warrior_m.msm")
SetIntroMotions(chr.MOTION_MODE_GENERAL, "pc/warrior/intro/")
chrmgr.CreateRace(RACE_WARRIOR_W)
chrmgr.SelectRace(RACE_WARRIOR_W)
chrmgr.LoadLocalRaceData("warrior_w.msm")
SetIntroMotions(chr.MOTION_MODE_GENERAL, "pc2/warrior/intro/")
sysser:
0304 09:35:15958 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc/warrior/intro/wait.msa) ERROR
0304 09:35:15958 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc/warrior/intro/selected.msa) ERROR
0304 09:35:15958 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc/warrior/intro/not_selected.msa) ERROR
0304 09:35:15965 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc2/warrior/intro/wait.msa) ERROR
0304 09:35:15965 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc2/warrior/intro/selected.msa) ERROR
0304 09:35:15965 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc2/warrior/intro/not_selected.msa) ERROR
on pc.epk i have this pc>>warrior>>intro>>wait.msa
on pc.epk pc2>>warrior>>intro>>wait.msa
solved this problem but i have next problem.