Jump to content

Aily

Developers
  • Posts

    469
  • Joined

  • Last visited

Profile Information

  • Location
    Russian federation

Recent Profile Visitors

28,227 profile views

Aily's Achievements

Newbie

Newbie (1/14)

30

Reputation

  1. Aily

    Roboland

    4 downloads

    WASD keys move Left mouse button shoots
  2. Aily

    Last Chapter

    4 downloads

    Controls Use arrow keys to run and climb. S key to jump. D key to use terminal switch. A key to shoot.
  3. For searching members by name better to use: membersByName={} ..... -- when creating new one memebersByName[name]=member -- when searching return memebersByName[name] it's much faster than "for" loop in Lua
  4. Aily

    Isotype

    I just want ot make some clear here in shaders - its default Josh's LE2 shaders, just enabled gloss for everything and little adjusted. Isotype have realy good concept, but not for current hardware.
  5. So theme is not "Machines", better to say Myst-style quest
  6. I has such errors when using non-latin paths to project. Try this - create "myproject" in C drive root Put there projects bmx file, shaders.pak and newton.dll Framework leadwerks.engine registerabstractpath(AppDir) Graphics 800,600 createworld() while not keyhit(KEY_ESCAPE) or Appterminate() RenderWorld() Flip() wend It mast to work, blitzmax+Leadwerks2 is very stable.
  7. Put RegisterAbstractPath(AppDir) after import leadwerks.engine line
  8. Seems like 1st and 2nd place Daimour and Arinthian deserved
×
×
  • Create New...