(unit): invalid sripelteretpr error help

Place to get help with not working mods / modding interface.
Jenssons
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Mar 05, 2016 6:13 pm
Contact:

(unit): invalid sripelteretpr error help

Post by Jenssons »

i am trying to make my own spitter with a custom sprite and i get this error (that is in the title) and idk how to fix it

this is what i believe needs to be fixed

Code: Select all

  return
  {
    layers =
    {
      {
        width = 20,
        height = 34,
        priority="very-low",
        frame_count = 24,
        direction_count = 16,
        shift = {scale * 1.01562, 0},
        scale = scale,
        still_frame = 4,
        stripes =
        {
          {
            filename = "__RA2__/graphics/entity/init/init-run.png",
            width_in_frames = 6,
            height_in_frames = 8
          },
          {
            filename = "__RA2__/graphics/entity/init/init-run.png",
            width_in_frames = 6,
            height_in_frames = 8
          },
          {
            filename = "__RA2__/graphics/entity/init/init-run.png",
            width_in_frames = 6,
            height_in_frames = 8
          },
          {
            filename = "__RA2__/graphics/entity/init/init-run.png",
            width_in_frames = 6,
            height_in_frames = 8
          },
          {
            filename = "__RA2__/graphics/entity/init/init-run.png",
            width_in_frames = 6,
            height_in_frames = 8
          },
          {
            filename = "__RA2__/graphics/entity/init/init-run.png",
            width_in_frames = 6,
            height_in_frames = 8
          }
        }
      },
    }
  }
end
Last edited by Jenssons on Sun Mar 06, 2016 2:09 am, edited 1 time in total.
keyboardhack
Filter Inserter
Filter Inserter
Posts: 478
Joined: Sat Aug 23, 2014 11:43 pm
Contact:

Re: (unit): invalid sripelteretpr error help

Post by keyboardhack »

We need the pictures aswell to fix this issue.
invalid stripeiterator can be a lot of things.
Waste of bytes : P
Jenssons
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Mar 05, 2016 6:13 pm
Contact:

Re: (unit): invalid sripelteretpr error help

Post by Jenssons »

keyboardhack wrote:We need the pictures aswell to fix this issue.
invalid stripeiterator can be a lot of things.
https://dl.dropboxusercontent.com/u/192 ... it-run.png
Post Reply

Return to “Modding help”