UCC can't find packages

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

SoSilencer

Harry Goz (1932 - 2003)
Nov 27, 2000
834
0
0
43
unrealdev.net
This is a really dumb question but how do I inform UCC that certain packages exist. For example my rockets play a certain sound file which resides in a soundpackage.uax in the sounds directory. UCC doesn't realise this though so it gives me errors and I have to comment out the code then go back in ued after it compiles and change it back and recompile it.

It's annoying and I'm sick of having to comment this stuff out. Can I tell ucc where this stuff is or even just tell ucc to ignore errors like this?
 

simianangel

New Member
Aug 12, 2001
46
0
0
46
Delaware, USA
works for textures too

#exec OBJ LOAD FILE=..\Textures\SoldierSkins.utx

just make sure the .uax file (or .utx) file is in your packages sounds (or textures folder respectively)

// i learned this when changing the sniper rifle's zoom crosshair