RuneStorm
http://www.runestorm.com/forums/

Problem with compiling Ballisticv21
http://www.runestorm.com/forums/viewtopic.php?f=69&t=74708
Page 1 of 1

Author:  SPAM [ Thu Dec 04, 2008 10:24 am ]
Post subject:  Problem with compiling Ballisticv21

Hello guys, could you help me with compiling uc source files to u package file? I have trouble with:
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter28''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter12''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter13''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter14''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter3''
Default Properties (IE_MinigunBulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27''
Default Properties (IE_MinigunBulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter14''
Default Properties (IE_MinigunBulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter3''
Error: BallisticV21.G5Bazooka: Missing '"' in string default properties : Description="G5 Rocket Propelled Grenade Launcher||Manufacturer: UTC Defense Tech|Primary: Launch Rocket|Secondary: Guiding Laser|Scope: Heat-Seeking Mode|Special: Rocket Camera||Based on the original design by the legendary maniac Pirate, Var Dehidra, the G5 has undergone many alterations to become what it is today. The original bandit version was constructed by Var Dehidra to blast open armo -its written in compile results log. :banghead: How do i fix that? :think:

Author:  Captain Xavious [ Thu Dec 04, 2008 11:11 am ]
Post subject:  Re: Problem with compiling Ballisticv21

How are your Edit Packages set up?

Author:  SPAM [ Thu Dec 04, 2008 11:29 am ]
Post subject:  Re: Problem with compiling Ballisticv21

D:\Unreal Anthology\UT2004\Ballisticv21\classes -here are packages of editing. And I added line in ut2004.ini file editpackages=ballisticv21. This problem for me takes place in UDE 3005 during compiling uc files in u package file. What I need to do?

Author:  OCAdam [ Thu Dec 04, 2008 3:12 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

You can fix the final error by simply adding " to the end of the description of the weapon. However, you probably want to finish that description that got cut off before doing that. As for the other errors, it's something to do with the IE_BulletConcrete and IE_MinigunBulletConcrete both using the same emitters, but aren't declared in the main UC file of IE_BulletConcrete.

Author:  Captain Xavious [ Thu Dec 04, 2008 3:14 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Well, before editpackages=ballisticv21 you need editpackages=BCorev21.

Not sure if this is the source of the problem, but it must be like this.

Author:  SPAM [ Thu Dec 04, 2008 3:37 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

For me this line (editpackages=Bcorev21) was already prescribed. That I must do, to avoid this problem? What needs to be done with emitter? :banghead:

Author:  SPAM [ Sat Dec 06, 2008 3:41 am ]
Post subject:  Re: Problem with compiling Ballisticv21

Now I have one main problem:
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter28''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter12''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter13''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter14''
Default Properties (IE_BulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter3''
Default Properties (IE_MinigunBulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27''
Default Properties (IE_MinigunBulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter14''
Default Properties (IE_MinigunBulletConcrete): Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter3'' -how it to correct? I can't compile with too many errors. :(

Author:  Captain Xavious [ Mon Dec 08, 2008 8:22 am ]
Post subject:  Re: Problem with compiling Ballisticv21

Hmm... that seems like some sort of edit packages problem still.

EditPackages=BCorev21
EditPackages=Ballisticv21
EditPackages=BWBPOnev21
EditPackages=BWBPTwov21
EditPackages=BWBPThreev21
EditPackages=BWBPFour
EditPackages=BWBPFourB

That's the order you should have for your edit packages.

Author:  SPAM [ Mon Dec 08, 2008 10:38 am ]
Post subject:  Re: Problem with compiling Ballisticv21

Image
It is done.
Image
Next...
Image
And the same problem... :(

Author:  Captain Xavious [ Mon Dec 08, 2008 10:59 am ]
Post subject:  Re: Problem with compiling Ballisticv21

Alright, this is weird... Um, try compiling BCoreV21 and BallisticV21 along with what you're trying to compile.

Author:  SPAM [ Mon Dec 08, 2008 11:15 am ]
Post subject:  Re: Problem with compiling Ballisticv21

BCorev21 compile results:
Image
And... OOPS!!! :shock:
Image
:shock:

Author:  Captain Xavious [ Mon Dec 08, 2008 11:58 am ]
Post subject:  Re: Problem with compiling Ballisticv21

AHH! Um... can I say this is not a good thing?

Maybe you got more edit packages than you need? Try trimming it down to just the BW ones and default ones. Maybe this is the problem?

Author:  SPAM [ Mon Dec 08, 2008 12:03 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Tell that needs to be done, I not very much well understand it.

Author:  Captain Xavious [ Mon Dec 08, 2008 12:11 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Hmm... well, could you post your EditPackages? I wonder if maybe you got some that shouldn't be there or something. I'm not really sure what could be the problem, or if that would have much to do with it, but just put your editpackages on here anyways.

Author:  SPAM [ Mon Dec 08, 2008 12:15 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Of course, link http://files.filefront.com/Ballisticv21 ... einfo.html

Author:  Captain Xavious [ Mon Dec 08, 2008 1:36 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Um, no, that's not what I mean. Find your UT2004 config file in your System folder, and look for EditPackages. You should find them, and then just copy+paste them on here.

Author:  SPAM [ Mon Dec 08, 2008 1:39 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

EditPackages=Core
EditPackages=Engine
EditPackages=Fire
EditPackages=Editor
EditPackages=UnrealEd
EditPackages=IpDrv
EditPackages=UWeb
EditPackages=GamePlay
EditPackages=UnrealGame
EditPackages=XGame_rc
EditPackages=XEffects
EditPackages=XWeapons_rc
EditPackages=XPickups_rc
EditPackages=XPickups
EditPackages=XGame
EditPackages=XWeapons
EditPackages=XInterface
EditPackages=XAdmin
EditPackages=XWebAdmin
EditPackages=Vehicles
EditPackages=BonusPack
EditPackages=SkaarjPack_rc
EditPackages=SkaarjPack
EditPackages=UTClassic
EditPackages=UT2k4Assault
EditPackages=Onslaught
EditPackages=GUI2K4
EditPackages=UT2k4AssaultFull
EditPackages=OnslaughtFull
EditPackages=xVoting
EditPackages=StreamlineFX
EditPackages=UTV2004c
EditPackages=UTV2004s
EditPackages=OnslaughtBP
EditPackages=BCorev21
EditPackages=BallisticV21
EditPackages=BWBPOneV21
EditPackages=BWBPTwoV21
EditPackages=BWBPThreeV21
EditPackages=BWBPFour
EditPackages=BWBPFourB

Author:  Captain Xavious [ Mon Dec 08, 2008 1:48 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Dang. Everything looks right... There goes that possibility...


Um, when you check packages to install, you just got Ballisticv21 checked off, right?

Author:  SPAM [ Mon Dec 08, 2008 2:26 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Yes, its right.

Author:  Captain Xavious [ Mon Dec 08, 2008 2:32 pm ]
Post subject:  Re: Problem with compiling Ballisticv21

Dang. I hope someone else knows whats wrong, because I'm pretty much clueless at this point.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/