Author |
Message |
Roon3
Joined: Sun May 11, 2008 12:50 pm Posts: 899
|
Noob Error
When ever i run this code: Code: AddActor = Actor InstanceName = Rage Pixel Team = 3 PinStrength = 0 Mass = 43.54 RestThreshold = 0 HitsMOs = 0 GetsHitByMOs = 1 SpriteFile = ContentFile FilePath = Base.rte\Null.bmp FrameCount = 4 BodyAnimMode = 2 BodyAnimDuration = 500 SpriteOffset = Vector X = -7 Y = -7 Rotation = Matrix AngleDegrees = 180 HFlipped = 0 EntryWound = AEmitter CopyOf = Leaking Brain Pod ExitWound = AEmitter CopyOf = Leaking Brain Pod AtomGroup = AtomGroup AutoGenerate = 1 Material = Material CopyOf = Glass Resolution = 1 Depth = 5 DeepGroup = AtomGroup AutoGenerate = 1 Material = Material CopyOf = Glass Resolution = 4 Depth = 6 DeepCheck = 1 DeathSound = Sound AddSample = ContentFile FilePath = Base.rte/Actors/Brains/EnergyExplosion.wav Priority = 2 GibSound = Sound AddSample = ContentFile FilePath = Base.rte/Actors/Brains/BrainPop.wav Priority = 2 Status = 0 Health = 100 Team = 0 AimAngle = 0 AimDistance = 0 CharHeight = 50 HolsterOffset = Vector X = -0 Y = -0 GibImpulseLimit = 25 GibWoundLimit = 10
I get this Code: Abortion in file .\system\contentfile.ccp, line 647, because, Failed to load data file object with following path and name: Base\Null000 Last frame has been dumped to .....
Can anyone tell me whats wrong with this (I used the brain as a template) Thanks, ~ Roon3
|
Mon Jun 30, 2008 7:39 pm |
|
|
Alenth Eneil
Joined: Mon Dec 04, 2006 3:34 am Posts: 2378
|
Re: Noob Error
SpriteFile = ContentFile FilePath = Base.rte\Null.bmp FrameCount = 4
Should be..
SpriteFile = ContentFile FilePath = Base.rte\Devices\Null.bmp FrameCount = 1
|
Mon Jun 30, 2008 7:40 pm |
|
|
Roon3
Joined: Sun May 11, 2008 12:50 pm Posts: 899
|
Re: Noob Error
??? I don't need to tab it?
anyway thanks, ~Roon3
|
Mon Jun 30, 2008 7:42 pm |
|
|
Alenth Eneil
Joined: Mon Dec 04, 2006 3:34 am Posts: 2378
|
Re: Noob Error
Yes you need to tab it, I'm just too lazy to bother.
|
Mon Jun 30, 2008 7:42 pm |
|
|
Azukki
Joined: Sat Nov 03, 2007 9:44 pm Posts: 1916 Location: Flint Hills
|
Re: Noob Error
FrameCount needs to be 1, is what he's saying.
FrameCount = 4 makes the game look for Base.rte\Devices\Null000.bmp Base.rte\Devices\Null001.bmp Base.rte\Devices\Null002.bmp and Base.rte\Devices\Null003.bmp
FrameCount = 1 makes the game look for the exact filename typed in FilePath, Base.rte\Devices\Null.bmp
|
Mon Jun 30, 2008 8:20 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Noob Error
NO! Not devices\null.bmp! Base.rte/Null.bmp. The devices null doesn't exist unless you put it there, and you shouldn't have to.
|
Mon Jun 30, 2008 11:46 pm |
|
|
Alenth Eneil
Joined: Mon Dec 04, 2006 3:34 am Posts: 2378
|
Re: Noob Error
Duh102 wrote: NO! Not devices\null.bmp! Base.rte/Null.bmp. The devices null doesn't exist unless you put it there, and you shouldn't have to. You've got that backwards. Or not, I can't remember.
|
Tue Jul 01, 2008 12:25 am |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: Noob Error
Base.rte/Null.bmp is the filepath that should be used.
|
Tue Jul 01, 2008 1:18 am |
|
|
Exalion
Joined: Fri Mar 02, 2007 6:59 am Posts: 1726 Location: NSW, Australia
|
Re: Noob Error
Don't worry, not a Noob error really, i did this just the other day, then realised what I did. Oops.
|
Tue Jul 08, 2008 6:19 am |
|
|
NeoSeeker
Joined: Tue Jul 24, 2007 1:13 am Posts: 1183 Location: eating sock's face like a cupcake
|
Re: Noob Error
Grif wrote: Base.rte/Null.bmp is the filepath that should be used. If you already put it there...
|
Tue Jul 08, 2008 9:28 am |
|
|
|