[mohaa] Simple startup config ?

Ryan C. Gordon icculus at clutteredmind.org
Tue Jul 16 12:43:21 EDT 2002


> Current search path:
> /usr/games/.mohaa/main
> /usr/games/.mohaa/main/pak6.pk3 (61 files)
> /usr/games/.mohaa/main/Pak5.pk3 (259 files)
> /usr/games/.mohaa/main/Pak4.pk3 (593 files)
> /usr/games/.mohaa/main/Pak3.pk3 (669 files)
> /usr/games/.mohaa/main/Pak2.pk3 (4722 files)
> /usr/games/.mohaa/main/Pak1.pk3 (772 files)
> ./main
> ./main/pak6.pk3 (61 files)
> ./main/Pak5.pk3 (259 files)
> ./main/Pak4.pk3 (593 files)
> ./main/Pak3.pk3 (669 files)
> ./main/Pak2.pk3 (4722 files)
> ./main/Pak1.pk3 (772 files)

You have the same pakfiles twice; don't set fs_basepath unless you've got
an exotic setup, mohaa_lnxded is smart enough to figure out where the
binary was run from and use that as the basepath.

> ASSERT: [fgame/g_main.cpp:94] ::LoadFile : Couldn't load global/mike_Legs.st

This should be in pak0. Go to /usr/games/.mohaa/main/Pak1.pk3 and punch in
this:

for feh in *.pk3 ; do echo "$feh:" ; unzip -v $feh |grep -i Mike_legs ; done

And see if it shows up in there.

--ryan.






More information about the Mohaa mailing list