So I've made a model with animations(with bones) and a texture.
So I got got the MyModel.X file and the texture skin/MyModelTexture.tga in the entitybank of fpsc. What I actually did was copy all the Aiko files (the greenclothed woman from scifi with a shotgun and brown hair i think) and just renamed the files and changed some text in the .fpe file.
When I try to load the MyModel in fps creator then after pressing okay, waiting to see my model in the editor so I can place it where ever i want, it crashes. I get that typical crashing error of 0 0. I just don't understand!
I hope you can help me out.
This is the fpe file:
;header
desc = MyModel
;ai
aiinit = appear1.fpi
aimain = people\pace.fpi
aidestroy = destroy\leavecorpse.fpi
aishoot = people\shootclose.fpi
soundset = female
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
;orientation
model = C:\Program Files\The Game Creators\FPS
Creator\Files\entitybank\user\anime\MyModel.x
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
scale = 80
fixnewy = 180
;cone of sight
coneheight = 53
coneangle = 50
;visualinfo
textured = C:\Program Files\The Game Creators\FPS
Creator\Files\entitybank\user\anime\skin\MyModelTexture.tga
effect = effectbank\bumpbone\bumpbone.fx
castshadow = 0
;decals
decalmax = 2
decal0 = red
decal1 = blood
;identity details
strength = 100
ischaracter = 1
hasweapon = scifi\autoslug
isobjective = 0
cantakeweapon = 1
;bodypartslimbinfo (1=head/2=body/3+4=armslr/5+6=legslr)
limbmax = 0
;animationinfo
animmax = 100
anim0 = 0,80
anim1 = 81,122
anim2 = 123,312
anim3 = 313,394
anim4 = 395,485
anim5 = 300,318
anim6 = 319,355
anim7 = 160,189
anim11 = 0,19
anim12 = 20,39
anim13 = 493,522
anim14 = 40,59
anim15 = 60,79
anim16 = 523,552
anim17 = 120,139
anim18 = 140,159
anim20 = 80,99
anim21 = 100,119
anim31 = 356,380
anim32 = 381,405
anim33 = 381,405
anim34 = 381,405
anim35 = 381,405
anim36 = 406,442
anim40 = 443,462
anim41 = 463,492
anim50 = 553,572
anim51 = 573,597
anim52 = 598,622
anim53 = 623,642
anim54 = 643,662
anim55 = 663,681
anim56 = 682,731
anim57 = 160,189
anim61 = 0,19
anim62 = 20,39
anim63 = 882,911
anim64 = 40,59
anim65 = 60,79
anim66 = 912,941
anim67 = 120,139
anim68 = 140,159
anim70 = 80,99
anim71 = 100,119
anim81 = 732,756
anim82 = 757,781
anim83 = 757,781
anim84 = 757,781
anim85 = 757,781
anim86 = 782,831
anim90 = 832,851
anim91 = 852,881
anim0 = 0,80
anim1 = 81,122
anim2 = 123,312
anim3 = 313,394
anim4 = 395,485
those are the animations i created in maya by the way.
Help please.