Jump to content

SarperSoher

Members
  • Posts

    110
  • Joined

  • Last visited

Posts posted by SarperSoher

  1. Is there any IRC channel with global chat with everyone in the room for Leadwerks anyone knows?

     

    If not maybe we should setup one. It would benefit people like me with quick questions about doing things in the engine and lua but too simple questions to litter the forum with. And would be faster to get replies.

  2. You need art assets. Textures, models and animations. Sounds and music also if you want.

     

    Models must be in FBX file format for that is the only format the engine currently supports.

    Textures can be any image format except a few.

     

    You just drag and drop these files into the leadwerks engine and it will automatically import them. Then you can create materials from the textures to assign them to brushes or models. Models can be dragged and dropped into the scene as soon as you import them.

  3. In all the text editors and IDEs CTRL + an arrow key moves the caret to the previous or next word. This is a huge time saver.

     

    ALT + up or down arrow key moves the caret to the next or previous declaration/definition.

     

    As a programmer I rarely use mouse while working on my code. It is much faster and more logical IMO. It's a bit disappointing that engine's script editor does not have these features. I think they should be the next addition to the script editor. (Maybe a dark theme after that, my eyes are bleeding :D )

×
×
  • Create New...