Jump to content

Yue

Members
  • Posts

    2,303
  • Joined

  • Last visited

Everything posted by Yue

  1. Yue

    Pawn

    I can't create other skies so I left the one that's by default, because I have fissures in skybox.
  2. Yue

    Pawn

    Animation Walk / Box fragMOTION - C__Users_Yue_Downloads_91663_Abandoned_Robot_Abandoned Robot.ugh 10_04_2019 10_05_08.mp4
  3. Confirmed, it's the same here, I think this is already 4.7 Beta.
  4. Yue

    Pawn

    Kicking a box Pawn _ Alpha _ 0.0 09_04_2019 21_50_20.mp4 Nothing's perfect, but this is just a game. We don't have flying boxes anymore!
  5. There is a command to recover if an animation has reached the end of it, or in case you know in which frame the animation goes.
  6. Yue

    Pawn

    Walk and Run on game. Walk and Run on Game.mp4
  7. The best fight to defeat the z buffer is to physically bring the camera closer to the target. This involves making a sight, some hidden links the sides of the screen with an image.
  8. I think I could be more specific, at least show what message you get on screen or something like that. And in simple lack of more details, I think it's a lack of leadwerks knowledge.
  9. I have in a file declared a variable in the start function. function Script:Start() self.number = 100 end In another attached file the entity by means of the field. Script.player = nil --entity "Mesh Playerr" Later I try to recover the data from the variable, but it doesn't work. var = self.player.Script.number System:Print( var )
  10. If you totally agree, but it's the only solution at the moment, because it shouldn't be that way, it should work with any texture regardless of its size. But I don't know why this happens. In such a case it is a partial solution.
  11. Pawn _ Alpha _ 0.0 09_04_2019 10_35_11.mp4 My SkyBox.
  12. Final test with jpg 2.5 megas. I think it looks good. My hypothesis is that the cube is created for a predetermined size in relation to the texture, so it needs a large texture. Finally, the good thing about this is that I learned to create a skybox, I had reference to another method that seemed like a nightmare to me. Fishis!! Peón _ Alfa _ 0.0 09_04_2019 10_12_38.mp4
  13. Partial solution according to evidence. You need a very large texture, in my case I have a bmp of 144 megs, and exorbitant size, something very crazy for the sky box to look acceptable and the configuration for the texture Peón _ Alfa _ 0.0 09_04_2019 10_00_23.mp4
  14. Tests indicate that the problem is solved if the texture is usually too large, at that point the fissure is not visible, if the textures are small the fissure is larger. But you can also perceive a strange object that refers to the edge of the object of the skybox. Peón _ Alfa _ 0.0 09_04_2019 9_45_35.mp4
  15. This has been partially solved, you only see the fissure at a certain camera angle when viewing the scenario. the texture configuration is this. Peón _ Alfa _ 0.0 09_04_2019 9_16_39.mp4
  16. No this does not work, in the texture it seemed that it was going well, but already in the game you can see the fissure. Peón _ Alfa _ 0.0 09_04_2019 9_09_43.mp4
  17. It's definitely a texture problem, it's not correctly sized for the skybox, here I've created a terragen skybox and it works very well.It's definitely a texture problem, it's not correctly sized for the skybox, here I've created a terragen skybox and it works very well.
  18. Yue

    Pawn

    fragMOTION - C__Users_Yue_Downloads_91663_Abandoned_Robot_Abandoned Robot.ugh 08_04_2019 20_25_01.mp4 Animation Init Jump
  19. Yue

    Pawn

    Animation Running ?‍♂️ fragMOTION - C__Users_Yue_Downloads_91663_Abandoned_Robot_Abandoned Robot.ugh 08_04_2019 18_27_06.mp4 ?‍♂️
  20. My experience making custom skies is based on blitz3d, where the textures when loaded had the option to set a flag that was the number 49. With this was solved, can be something similar?
  21. One hypothesis is that it doesn't load because of the way fragmotion exports animations? In other mesh modelers, the fbx format is exported with its animations in a single row, that is, I can create 5 animations, but the model goes from frames 1 of the first animation to 250 of the fifth animation. In that case fragmotion starts all those animations and delivers them to me with five labels assigned to each animation. Translated with www.DeepL.com/Translator
×
×
  • Create New...