Jump to content

DooMAGE

Members
  • Posts

    308
  • Joined

  • Last visited

Posts posted by DooMAGE

  1. Hello guys, I am trying to change de underwater color/transparency so the player can't see stuff when he is underwater.

     

     

    screenshot44asyck.jpg

     

     

    I tried to edit the shaders:

    - underwater.shader

    - underwater_low.shader

    - 00_Underwater+Caustics.lua by Shadmar

     

    Can't find the correct values, anyone know a workaround to do this?

     

    Thanks :)

  2. I am having a hard time to compile anything in the VS2017, reinstalled did a repair and I am still getting this error even with simple hello world code.

     

    1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(253,5): error MSB6006: "CL.exe" exited with code -1073741515

  3. Hello guys, this weekend I worked on the new UI and added a main menu, the wip options menu and a pause system with restart option.

     

    Thank you thehankinator for the amazing UI library :)

     

    Log_Riders_v04m_2016_08_14_21_30_28_98.png

    • Upvote 4
  4. 2) Something is off with the loading of the maps, in the editor I could load a map just fine but if the game is published as soon as the "Changemap" script is called the game crashed without any warnings.

     

     

    I have the same problem here.

     

    I created a new project with LEX template and moved my files from the old project to the new one.

     

    I have a script to change maps and now I am getting the follow error:

     

    Failed to read file "F:/Development/Leadwerks/Projects/LogRiders/start2".

     

    I tried with changemapname=self.mapname and the new LoadMap(self.mapname) from LEX

     

    I can play the map if a load in the editor.

     

    [EDIT]

    Also, when in no sandbox mode I use:

    window:KeyDown(Key.N)
    

     

    I get: attempt to index global 'window' (a nil value)

     

    Tried to press F11 on an empty project made with the template and nothing shows up.

     

    [EDIT2]

    About the map change, for some reason he is not looking for the maps in the /Maps folder when you try to change maps. I have to put something like "Maps/start3.map" to work.

     

    Thanks in advance smile.png

×
×
  • Create New...