| RuneStorm http://www.runestorm.com/forums/ |
|
| need help: compile-ing with wotgreal http://www.runestorm.com/forums/viewtopic.php?f=27&t=76567 |
Page 1 of 1 |
| Author: | mzoltan22 [ Fri Dec 17, 2010 10:34 pm ] |
| Post subject: | need help: compile-ing with wotgreal |
Hello. I wanted to compile one modified g5 rocket script, so it would travel faster, but i couldn't. Despite all the directories are set properly, i get no selectable .int files at all when i try to compile (doesn't matter wich compile i choose). I use the 3.005 version Help me please. |
|
| Author: | Sgt. Kelly [ Fri Dec 17, 2010 11:20 pm ] |
| Post subject: | Re: need help: compile-ing with wotgreal |
Well first thing I would check for would be errors. If your code has errors it won't compile. Be sure to check package names and make sure everything is referencing the right package and class. Secondly, if WOTgreal is not working, you can always compile it by hand by adding your package to the EditPackages line in the UT2004.ini and then using a batch file configured for ucc.exe. That's how I do my coding. Notepad, woo! |
|
| Author: | mzoltan22 [ Sat Dec 18, 2010 7:15 pm ] |
| Post subject: | Re: need help: compile-ing with wotgreal |
Now im trying to do it your way. the problem is, that i downloaded ballistic source from this site, but it give eror messages here and there. One thing i don't yet know how to fix is a problem with IE_MinigunBulletConcrete, and it sais: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27''. If anyone has a source code wich can be compiled without errors, please let me know, since im new to ut modding. EDIT: Here is the compile log. After i fixed the Description faults, i still get these 9 errors: ..... Log: Importing Defaults for IE_BloodExplodeGreen Log: Importing Defaults for IE_BloodExplodePurple Log: Importing Defaults for IE_BulletConcrete Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'SpriteEmitter BallisticV21.IE_BulletConcrete.SpriteEmitter27': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'SpriteEmitter BallisticV21.IE_BulletConcrete.SpriteEmitter28': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter28'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'MeshEmitter BallisticV21.IE_BulletConcrete.MeshEmitter12': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter12'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'MeshEmitter BallisticV21.IE_BulletConcrete.MeshEmitter13': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter13'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'MeshEmitter BallisticV21.IE_BulletConcrete.MeshEmitter14': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter14'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'SpriteEmitter BallisticV21.IE_BulletConcrete.SpriteEmitter3': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter3'' Log: Importing Defaults for IE_BulletDirt Log: Importing Defaults for IE_BulletGlass Log: Importing Defaults for IE_BulletGrass ....... Log: Importing Defaults for IE_KnifeMetal Log: Importing Defaults for IE_M75General Log: Importing Defaults for IE_MinigunBulletConcrete Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'SpriteEmitter BallisticV21.IE_BulletConcrete.SpriteEmitter27': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter27'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'MeshEmitter BallisticV21.IE_BulletConcrete.MeshEmitter14': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'MeshEmitter'BallisticV21.IE_BulletConcrete.MeshEmitter14'' Warning: Failed to load 'BallisticV21': Can't find file for package 'BallisticV21' Warning: Failed to load 'SpriteEmitter BallisticV21.IE_BulletConcrete.SpriteEmitter3': Can't find file for package 'BallisticV21' Error: ObjectProperty Engine.Emitter.Emitters.Emitters: unresolved reference to 'SpriteEmitter'BallisticV21.IE_BulletConcrete.SpriteEmitter3'' Log: Importing Defaults for IE_ShellConcrete Log: Importing Defaults for IE_ShellDirt Log: Importing Defaults for IE_ShellIce ..... Log: Importing Defaults for BallisticCrosshairs Log: Compile aborted due to errors. Log: Failure - 9 error(s), 0 warning(s) Exit: Preparing to exit. Log: Purging garbage Log: Unbound to Core.dll Log: Unbound to Editor.dll Log: Unbound to Engine.dll ... Do you have any idea what could have gone wrong? i changed nothing in the files, and i only compiled Ballsiticv21 package. |
|
| Page 1 of 1 | All times are UTC - 6 hours |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|