Jump to content

Angelwolf

Members
  • Posts

    262
  • Joined

  • Last visited

Posts posted by Angelwolf

  1. Ok, so after watching even more video tutorials, I found one which actually explains what all the numbers on the Action Editor actually mean. So although my model was rigged and animated, the 'brush' was not moving with the bone armature. Despite the two being parented, they also need to be linked within the Action Editor.

     

    For anyone struggiling with this the same way I am/was,

    was the one which finally gave me the answers I needed.

     

    Macklebee, you were essentially correct in suggesting that the model was exporting without the keyframes.

    • Upvote 1
  2. I uploaded my model here. Don't worry, no sign up or anything despite it being a free hosting service.

     

    it's the .blend file. It isn't UV mapped because that isn't something I know how to do yet. However I have, in the past, managed to export models with animations without doing that anyway.

     

    Blender seems to have had some kind of update where the export settings dont have the same options they used to so I'm wondering if the animations are not exporting at all - but I can't find out how to fix that. I have watched so many tutorials and read so many posts and nothing seems to be working.

  3. I've made a model in Blender with two basic animations. The model also has one bone armature which is the parent.

     

    Each of these animations shows in the dope sheet and has an F in front of them, which I believe is correct.

     

    When I export these (either as .fbx OR using the Leadwerks exporter) the export is successful, however when I add them to my game, the animations do not appear to be there.

     

    If I add an animated texture, the model disappears completely.

     

    What am I doing wrong?

     

    blender.jpg

     

    leadwerks.jpg

  4. Correct me if I'm wrong, but doesn't different hardware sometimes give different results from other bits of hardware?

     

    As an example, I'm fairly sure even Photoshop has challenges here and you can change your preferences in order to minimise any colour differences as your image will look one way on your computer and very visibly different on another.

     

    pshop.jpg

     

    I also thought this was the reason why in a lot of games these days, that you go through a gamma calibration before you can play (eg, move the slider to adjust the brightness until the logo is barely visible).

  5. Hey Angelwolf, sorry for the delayed response. This is a pretty old script so there may be something else wrong but did you add:

    Script.maxammo=200 --int "Max Ammo"
    

    into the FPSgun.lua?

     

    I have a feeling the crash is because the max ammo value is nil until you add that in.

     

    That was a quick response ;)

     

    And no, I'm a useless buffoon and completely forgot to add that code. Now I have done, it works great! Thanks!

    • Upvote 1
  6. My first solution attempt at this was to make the person firing the projectile to me immune from it, but my limited coding knowledge meant I couldnt quite work it out. The speed issue mentioned by nick.ace is definitely plausable; since removing the directional light the fps has increased.

  7. Ok, after pulling my hair out for hours and hours, I finally figured out what was causing this. And I honestly have no idea why, because it doesn't make sense.

     

    A directional light.

     

    Deleting the directional light fixed everything. I don't know why, but it did. Now... where did I leave my whisky?

  8. I have just noticed a very, very strange bug in my game which also appears to be affecting some of my other games.

     

    If I run and shoot (especially with the shotgun from the FPS Weapons Pack) then I actually shoot and injure myself. The faster the player move speed, the more the damage. With a run speed of 5, 50hp is removed from the player.

     

    I don't understand why or how this is happening. I'm completely clueless. I have tried using the original player FPS script, have tried loading the player prefab back in etc. Can't seem to get it to work normally.

     

    Has this happened to anyone else?

  9. So theres got to be a boss and others obeying his/her orders precisely.

    These things so often do not work out. I think I prefer to be a loner.

     

    Not so much orders, but a design criteria stated in the design document :)

     

    The design document could be created by the 'boss' or a team effort. But it is there to follow.

    • Upvote 1
×
×
  • Create New...