Announcement

Collapse
No announcement yet.

Problem after Package Game

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

    Problem after Package Game

    After Package Game my hero no paw in game
    Scripts

    Who can see my scripts and find error? Please i dont know what do

    #2
    You had 2 default properties in saak.uc also post what errors you have when you build your game or try with -nullrhi
    PHP Code:
    class SAAK extends UDKWeapon;

    DefaultPropeties
    {
       
    Begin Object Class=SkeletalMeshComponent Name=GunMesh
            SkeletalMesh
    =SkeletalMesh'WP_LinkGun.Mesh.SK_WP_Linkgun_3P'
            
    HiddenGame=FALSE
            HiddenEditor
    =FALSE
        end object
        Mesh
    =GunMesh
        Components
    .Add(GunMesh)

        
    FiringStatesArray(0)=WeaponFiring //We don't need to define a new state
        
    WeaponFireTypes(0)=EWFT_InstantHit
        FireInterval
    (0)=0.1
        Spread
    (0)=0.3

    I will try to fix the other scripts

    Comment


      #3
      Originally posted by Zeqzy View Post
      You had 2 default properties in saak.uc also post what errors you have when you build your game or try with -nullrhi
      PHP Code:
      class SAAK extends UDKWeapon;

      DefaultPropeties
      {
         
      Begin Object Class=SkeletalMeshComponent Name=GunMesh
              SkeletalMesh
      =SkeletalMesh'WP_LinkGun.Mesh.SK_WP_Linkgun_3P'
              
      HiddenGame=FALSE
              HiddenEditor
      =FALSE
          end object
          Mesh
      =GunMesh
          Components
      .Add(GunMesh)

          
      FiringStatesArray(0)=WeaponFiring //We don't need to define a new state
          
      WeaponFireTypes(0)=EWFT_InstantHit
          FireInterval
      (0)=0.1
          Spread
      (0)=0.3

      I will try to fix the other scripts
      can you fix all scripts and send me?

      Comment


        #4
        now i delete all my scripts and copy from UDN
        After package my camera start outside the map
        is my scripts and ini files, and log
        All in one arhive

        is position player start


        1600x900(482.94 kB)


        is play in editor


        1600x900(476.90 kB)


        is play on PC


        1600x900(450.36 kB)


        is after package


        1600x900(200.71 kB)

        Comment


          #5
          ok, yesterday i create new level from pattern, with my scripts. After compile and package, all work normal. Why my old level no work?

          Comment


            #6
            i find error, in one place my Blocking Volume intersected, i delete they and all work

            Comment

            Working...
            X