Jump to content

Brutile

Members
  • Posts

    314
  • Joined

  • Last visited

Posts posted by Brutile

  1. Thanks shadmar. That's almost what I'm after, but is there any way of making it sharper? I'm looking to have solid pixels, without any kind of blending/combining. I'll try to figure it out myself, but in the mean time if you know how to do it, it would be greatly appreciated.

  2. I used to know how to do this, but don't remember exactly how. You need to create a second 'World' that only your gun goes in. The second world needs to only draw the gun, not anything else, including any background. That will prevent the gun going through walls, but won't fix the camera clipping issue. To fix that you either need to reduce the near range of the camera, or just move the gun further away. Creating a second world just for the gun will mean that the gun can be as big as you need it to be and it will still look normal. Hope this points you in the right direction

    • Upvote 1
  3. Mine was doing this (as you already know) and these were the things I did.

    - Exported project for a backup

    - Renamed the leadwerks projects folder to remove spaces

    - Leadwerks had an update

    - Imported the project that was already in the project folder that I renamed (not the one I backed up)

    - Published the game with a title, preview image and "test" as the comment. I was using the "only include used files"

     

    I don't think I ran the game after importing the project and before publishing.

    Not sure if this is going to help, but one or all of these steps has gotten me through the error message.

    But I think we need Josh's input on this, as it shouldn't be happening at all.

  4. Parameters

     

    • entity: the target entity to point towards.
    • axis: the entity's axis to orient. This may be 0, 1, or 2, for the X, Y, and Z axes, respectively.
    • rate: a multiplier to indicate how quickly the entity should orient itself.
    • roll: the rotation around the specified axis.

  5. There isn't really a 'norm'. That's why most games have graphics settings. You should pick a target device, i.e. your laptop, see what specs that's got, and go from there. As long as you are under the performance specs of your target, you should be fine. I'm no expert on performance, but I would say aim for under 80% of your target device's video memory.

  6. It's possible, but very difficult. Each room would be a prefab that would have doorways at different places. You would need to link each room by the doorways. You would need to stop rooms intersecting with one another and would need to make sure that you don't create dead ends that would stop you from getting to the end.

     

    I can't help you with this, as it is too big of a project just to help someone else do it, but this is something I may look into for one of my next projects.

  7. I've just tried to upload the FPS Template, and also a blank project with absolutely no assets except a start map and the required scripts. Both failed.

     

    Also, does anyone else get the error if they cancel the publish?

    Another thing to note is that my LE install in not on my C drive. Is this potentially causing an issue?

  8. When trying to upload my game to the workshop/game launcher, it starts uploading, then I get the error: "Failed to publish file." There's no error log or anything, so I have no idea what is happening. At first I thought it was timing out, because my internet was slow, but after reducing the file size, it just ends up erroring quicker. Just to note, this also happened in the last game tournament I tried to enter, so I couldn't upload my entry and just gave up. This time I really want to enter it, so getting past this error is a high priority.

  9. From what little I know about Substance Designer, I'm pretty sure it uses black and white as transparency and opacity, and doesn't actually use the alpha channel. I could be wrong, but it might be something to check, because if there's no alpha channel in photoshop, then something is not right.

×
×
  • Create New...