Jump to content

Yue

Members
  • Posts

    2,449
  • Joined

  • Last visited

Everything posted by Yue

  1. You can show us the model in question.
  2. In blender put the character at ground level, that a grid that this and represents the floor, put the mesh, your feet on that grid.
  3. Yue

    Pawn

    Test Menu.mp4
  4. Yue

    Pawn

    Simple menu.
  5. Yue

    Pawn

    Test Batery - Thanks You havenphillip.mp4 The battery credits for havenphillip, that's when I understand why for a game there must be several people with different abilities.
  6. I want to support the project, but the only possible means of payment I have, is by steam. Is it possible to put a product, for example a Turbo card to be sold by steam?
  7. Yue

    Pawn

    It's not like we can say I'm an expert in 2D design. But I think it's a little better. ?
  8. Yue

    Pawn

    Under development
  9. Yue

    Pawn

    Off Energy.mp4 Energy Off
  10. Yue

    Pawn

    New Hud Energy.mp4 New Hud energy.
  11. The center of the character, in the middle of half his feet.
  12. if ventana:KeyHit(Key.F1) then zoom = 4 elseif ventana:KeyHit(Key.F2) then zoom = 2 elseif ventana:KeyHit(Key.F3) then zoom = 0 end self.PivoteCamara:SetPosition(0,0,zoom) self.PivoteCamara:Move(0,0,-5) It's the easiest thing I can do. I guess it's not that bad.
  13. Yeah, thanks, it'd be great to get the rar scripts.
  14. Yue

    Pawn

    Test Jump.mp4 Improving the jump system. For Pawn. 0.1
  15. What happened, is that apparently an update of Windows 10 puts to use the hard disk to 100% in that moment the system collapsed, it was all very slow, and the led of the hard disk this ignited, but it could not do anything. So after a long time of trying, I went to the windows updates and suspended the updates and this was fixed. But when I entered Leadwerks, the script files were blank, they didn't have any content inside. What you have to do now is save manual copies of the scripts and save them somewhere else. So it's my turn to start again, but something strange happens here, this is going faster than the first time, because I already have experience in how leadwerks work, and I can better organize the design of the program. I suppose that not everything is so bad from the experience something is learned anyway.
  16. The map does appear, but the scripts contain nothing inside.
  17. All the scripts of my project are blank, do not contain anything inside, happened at a time when the rate of hard disk usage rose to 100% This is really a shame. Somewhere Leadwerks keeps copy of these scripts?
  18. I have a problem, I wish that when moving the wheel of the mouse the camera gets closer or further away from the character. This I want to do with the mouse wheel, and is a kind of zoom, but I can not set things to work. I welcome any possible suggestions, and if possible a simple script code. zoomCamara = ventana:GetMousePosition().z /500.0 --zoomCamara ~= zoomCamara then -- Zoom / Se mueve el pivote de la cámara. if self.pivoteCamara:GetPosition(false).z < -2 then self.pivoteCamara:Move(0,0,zoomCamara) end
×
×
  • Create New...