Jump to content

Home

carcass problems


KenshinHimura03

Recommended Posts

Okay lets start off with: Yes i searched already. I found some stuff but it was all way to complicated for me. Alrighty heres my error: I have my disarmkick.car. I open it and it has a folder symbol next to a +. The caption of the folder is (null): (Unknown Mode - Prefs not Setup? ). I click the + sybol. There is a sybol that looks like a stick figure with incircled in a red circle with a slash through it. The caption is (Frames: Target 0, Count 27, Loop -1, Speed 20) DISARMKICK ((BAD: DISARMKICK))

 

My prefs are :

Enum file: c:/program files/lucasarts/star wars jedi knight jedi academy/gamedata/jka-universalsource/jka-universalsource/codemp/game/anims.h

 

Compiler: c:/projects/jedi_academy_sdk/tools/carcass.exe

 

Quake Dir c:/program files/lucasarts/star wars jedi knight jedi academy/gamedata/base/

 

disarmkick.car is located in the base/ directory

 

When I click build it says...

 

Process Returned Error: 1

 

("C:\projects\JEDI_Academy_SDK\Tools\carcass.exe -silent C:\Program Files\LucasArts\Star Wars Jedi Knight Jedi Academy\GameData\base\disarmkick.car")

 

btw, if i dont want it to loop, should i set loop to 0?

Link to comment
Share on other sites

I think you are trying to make a new animation?

 

First follow these steps:

 

"Setting up the work path

 

Since Jk2 is based on the Quake 3 engine, we need to create a base folder to hold the player model.

 

-So go ahead and create this directory structure:

 

"c:\base\models\players\"your player model"

 

-the next step is to add the animation file to:

 

"c:\base\models\players\_humanoid"

 

-Where is the _humanoid.gla file you ask? in the assets0.pk3 file in your gamedata\base folder of JK2, a .pk3 file is a zip file that's been renamed. All you need to is do open it with winzip, find the file _humanoid.gla...just sort the files by type and look for gla you can also extract the .cfg file (animation sequence file). Make sure it's in "base\player\_humanoid".

 

-I installed the Raven tool kit in c:\base which should give you c:\base\tools

 

Once installed look for the following files: carcass.exe and assimilate.exe, copy these files to base\models\_humanoid. Take the XSIImporter.dli plugin and place it in your 3D Studio Max plugin dir.

 

Open up assimilate.exe, go to properties and change the compiler line to this: c:/base/models/players/_humanoid/carcass.exe

Remove everything for the "Quake 3 dir" path.

 

You should now be ready to start your project."

Link to comment
Share on other sites

geocities.com/kenshinhimura034/weirdthing.html

 

Thats the error i get, follow the link

When I press any key to continue it says the same process returned errors 1

 

-This is a new animation

-This is for JKA

-It wanted me to rename my car file to root so i did

 

Thanks for all your help, and for the detailed response

Link to comment
Share on other sites

Probably a setting that you need to change within assimilate:

 

double click where it says single-player mode...check "Keep motion bone" and "make it's own skeleton" change the path to "models/players/_humanoid/"the name of your new animation"

 

make sure you remove c:

(under "Path eg "models/blah..." (no extenstion)

 

Your welcome, hopefully this will fix your new problem :).

Link to comment
Share on other sites

Alright, this usually happens when you are making a player model, every model needs to go through a rigging process.

 

That includes:

Detaching the hierarchy, weight the meshes and tags to the skeleton, creating caps for dismemberment and finally linking the hierarchy.

 

Before i go into all the details, i need to know what you are working with:

 

Are you using keshire's biped setup?

 

or

 

Are you trying to create new anims with your own player model, by simply animating the skeleton and exporting as usual?

Link to comment
Share on other sites

Step 1:

 

Place humanoid.car, boneswsaber.xsi and your exported animation file in same folder as the carcass.exe compiler.

 

Step 2:

 

Edit .car file to suit your needs, you might have to remove this line, i dunno why but that seems useless:

 

"$aseanimref_gla models/players/_humanoid/_humanoid.gla"

 

Then rename the part where it says "forward_dive.xsi" replace with the name of your file, edit some more:

 

models/players/_humanoid/xsi/boneswsaber

 

remove the /xsi/ folder unless you want to use the same path.

 

More editing.....

change the part where it says fdive (_humanoid/fdive) and replace by your anim's name. Save file.

 

Finally, to compile, load the dos prompt, change dir where you put all that crap and type carcass humanoid.car...hopefully this will spit out the new anim.

Link to comment
Share on other sites

JKA_bip_skeleton.max is keshire's setup ;).

 

I just tried it and it works fine :confused:

 

I think you made a mistake in the .car file, just grab this one:

http://www3.sympatico.ca/psykopat/downloads/humanoid.car

 

put everything in "base\models\players\_humanoid"

-Rename your animation to animation.xsi or it wont work (or edit the .car file ;) )

 

Also the skeleton NEEDS to have the "base pose" at frame 0 or it wont work right, see JKA.bip for base pose.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...