Announcement

Collapse
No announcement yet.

Cannot open some compliled packages with Unreal Editor

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cannot open some compliled packages with Unreal Editor

    Hi, I'm currently working on a project on Unreal script. I have found some compiled packages which were created by a previous student in my course but I cound't open them with Unreal Editor. What will be the reasons? Is it possible that the compiled packages were created under Linux but I was trying to open them under Windows?

    #2
    Check the log file. If a package cannot be opened, the log usually gives a reason.

    Comment


      #3
      compiling unrealscript under linux is not possible (unless you use a Wine setup).

      reasons why a package can not be opened:
      - missing depending packages
      - corrupt package
      - created with a different game\engine generation
      - ...

      Comment

      Working...
      X