• Me2 dragon knights
    35 replies, posted
Hmm, whenever I use Umodel, I drag the wanted file onto the exe, it runs through the little startup stuff, then closes, anything I'm doing wrong that I can fix?
run umodel from the commandline. Just running it will give you a number of switches which tend to be useful for extracting stuff. Uh from the top of my head -extract and -md5 Also don't drag the files on umodel, instead make a bat file and drag the files on that. [code] c:\tmp\umodel.exe -export -md5 %1 [/code]
I really wish that somebody will make this a playermodel.
[QUOTE=wraithcat;23067107]run umodel from the commandline. Just running it will give you a number of switches which tend to be useful for extracting stuff. Uh from the top of my head -extract and -md5 Also don't drag the files on umodel, instead make a bat file and drag the files on that. [code] c:\tmp\umodel.exe -export -md5 %1 [/code][/QUOTE] Alright, I did that, it still doest stay open, it runs thru, closes, and nothing new comes up...
in that case try piping stuff into log c:\tmp\umodel.exe -export -md5 %1 > log.txt and check it out. Might give you some pointers at what's going wrong.
Alright, it made the log, and it made a notify thing, this is what it says ******** C:\tmp\BioA_PrsCvA_101Admin.pcc ******** ERROR: assertion failed: size >= 0 && size < (256<<20) appMalloc:size=762580364 <- FArray::Empty <- FString<< <- Name:1 <- ReadNameTable <- UnPackage::UnPackage:BioA_PrsCvA_101Admin.pcc, game=1000 <- UnPackage::LoadPackage:C:\tmp\BioA_PrsCvA_101Admin.pcc <- Main What does that mean? EDITED Havnt been replied to, buti managed to screen cap what it shoes, and this is it c:\tmp\umodel.exe -list -export -nomesh -noanim -nostat %1 All it says
Sorry, you need to Log In to post a reply to this thread.