Jump to content

Yue

Members
  • Posts

    2,307
  • Joined

  • Last visited

Everything posted by Yue

  1. Hi, I just have that file code, where the camera is implemented. Only file Script.
  2. Explorer On Mars 22_08_2018 11_09_26 a. m..mp4
  3. Apparently it's a delay in the camera that follows the vehicle, but I don't know for sure.
  4. Well, I've already got transparency in the editor, but it doesn't come out in the game with transparency. Edit: Script: function Script:PostRender(context) context:DrawImage(self.imgHudPlayer,context:GetWidth()-200, context:GetHeight()-200,200,200) end
  5. I need to draw the face of the character on the screen, although in corel draw I set a mask for the image, in leadwerks you see the whole image, some suggestio
  6. What do you mean it's not official? I don't understand, that's not supported?
  7. Looking at and knowing more deeply Leadwerks, my concern is what is the purpose of this tool?
  8. Hello, I have a concern, it seems that in Lua, in the Main.lua file, I have to declare the functions first before being used, right?. At the end of the file I created some functions, but I can't use them, so I had to put them in the header of the file. Is there an optional way to put them anywhere like C+++ and then use them?
  9. I can't get my vehicle to reach a decent speed as it starts to bounce, am I ignoring any settings for the tires?
  10. A better alternative to this?
  11. I have to put a glass crystal in a vehicle, as I can get transparency and shine effect.
  12. That implies that your objects are very small, the solution is to create larger objects.
  13. "When you don't understand what they're talking about but you find it fascinating. "
  14. ; Lua Sandboxing Disbled??? Initializing Lua... Warning: Lua sandboxing disabled. Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/Error.lua" Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/Main.lua" Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/Menu.lua" Initializing OpenGL graphics driver... OpenGL version 460 GLSL version 460 Device: GeForce GTX 1050/PCIe/SSE2 Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Drawing/drawprimitive.shader"... Loading component "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Panel.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Panel.lua" Loading font "C:/WINDOWS/Fonts/Arial.ttf"... Loading component "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Button.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Button.lua" Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Drawing/drawtext.shader"... Deleting script "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Button.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Button.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Button.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Tabber.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Tabber.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Label.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/Label.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/ChoiceBox.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/Scripts/GUI/ChoiceBox.lua" Loading map "C:/Users/Yue/Desktop/Montacargas/Maps/start.map"... Loading texture "C:/Users/Yue/Desktop/Montacargas/Materials/Common/bfn.tex"... Loading material "C:/Users/Yue/Desktop/Montacargas/materials/escenario/suelo.mat"... Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Model/diffuse+normal.shader"... Loading texture "C:/Users/Yue/Desktop/Montacargas/materials/escenario/suelo.tex"... Loading texture "C:/Users/Yue/Desktop/Montacargas/materials/escenario/suelo_dot3.tex"... Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Editor/wireframe.shader"... Loading model "C:/Users/Yue/Desktop/Montacargas/models/montacargas/chassis.mdl" Loading material "C:/Users/Yue/Desktop/Montacargas/models/montacargas/forklift.mat"... Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Model/diffuse.shader"... Loading texture "C:/Users/Yue/Desktop/Montacargas/models/montacargas/forklift_d.tex"... Loading material "C:/Users/Yue/Desktop/Montacargas/models/montacargas/forklift_underside.mat"... Loading texture "C:/Users/Yue/Desktop/Montacargas/models/montacargas/forklift_underside_d.tex"... Loading shape "C:/Users/Yue/Desktop/Montacargas/models/montacargas/chassis.phy"... Loading model "C:/Users/Yue/Desktop/Montacargas/models/montacargas/llanta.mdl" Loading material "C:/Users/Yue/Desktop/Montacargas/models/montacargas/forklift_wheels.mat"... Loading texture "C:/Users/Yue/Desktop/Montacargas/models/montacargas/forklift_wheels_d.tex"... Loading shape "C:/Users/Yue/Desktop/Montacargas/models/montacargas/llanta.phy"... Loading model "C:/Users/Yue/Desktop/Montacargas/models/montacargas/llanta2.mdl" Loading shape "C:/Users/Yue/Desktop/Montacargas/models/montacargas/llanta2.phy"... Loading model "C:/Users/Yue/Desktop/Montacargas/models/pallet/woodenpallet.mdl" Loading material "C:/Users/Yue/Desktop/Montacargas/models/pallet/woodenpallet.mat"... Loading texture "C:/Users/Yue/Desktop/Montacargas/models/pallet/WoodenPallet.tex"... Loading shape "C:/Users/Yue/Desktop/Montacargas/models/pallet/woodenpallet.phy"... Loading component "C:/Users/Yue/Desktop/Montacargas/scripts/objects/player/spectator.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/scripts/objects/player/spectator.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/scripts/game/pivotechassis.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/scripts/game/pivotechassis.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/scripts/game/suspensiondelantera.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/scripts/game/suspensiondelantera.lua" Loading component "C:/Users/Yue/Desktop/Montacargas/scripts/game/suspensiontrasera.lua..." Executing file "C:/Users/Yue/Desktop/Montacargas/scripts/game/suspensiontrasera.lua" Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Misc/occlusionquery.shader"... Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Model/Shadow/shadow.shader"... Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Lighting/directionallight.shader"... Loading shader "C:/Users/Yue/Desktop/Montacargas/Shaders/Drawing/drawimage.shader"..
  15. There is an alternative to creating realistic pallets that are not made with the Convex Decompotition collision type, the question is the only way to create a realistic pallet to put the shovel between its holes and lift loads. But now there is a problem with this type of collision and everything flies away. The same applies to a realistic forklift shovel with a two-point fork that goes into those pallet openings. Any suggestions? Translated with www.DeepL.com/Translator
×
×
  • Create New...