Jump to content

extenz

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by extenz

  1. Adjust this - const int downgrade = 6; 1 = 1920x1080 6 = 320x180
  2. It's supposed to look like this - http://i.imgur.com/6icuHH2.jpg But it looks like this - http://i.imgur.com/C4Cwvo4.jpg I'm pretty sure it's because of the vintage shader. I changed the values a bit, but it seems like it exported the default ones. And I definitely need the vintage shader because it looks ugly without it :c What should I do ? I published it with the "Only include used files" option ticked, but since the vintage shader is actually there, this shouldn't be the problem.
  3. So I tried Josh's script for leaderboards and it kinda works. But the leaderboard is flashing. It's probably because of my code if window:KeyDown(Key.Tab) then ShowHiScores(context) context:Sync(true) end I also tried KeyHit, doesn't work either :c Edit: Okay, I'm just stupid. Sorry. It's solved now
  4. Script.eyeheight = 1.6 Set this to something higher Edit: Dang, ninja'd
  5. The first map after you run your game will always be "start.map" so make sure you map's name is "start.map"
  6. extenz

    Clown Example

    Go to your Steam library Right click on Leadwerks Game Engine Click on "Properties" Go to tab "Betas" Select "beta - Latest build for testing"
  7. http://www.leadwerks.com/werkspace/page/tutorials/_/workshop-r11#section5
  8. Is it possible to change This - To this - ?
  9. I'm not sure if I understood you correctly, but is this -> http://i.imgur.com/76UMM5d.gifv what you're trying to do ? You could also hold Ctrl to select multiple faces at once and then apply the texture with ctrl + P
  10. I think that line 32 needs an "end" I'm not sure tho, I'm still a beginner in lua
  11. Happens with every item I tried to download so far. ( For example: http://steamcommunity.com/sharedfiles/filedetails/?id=531222819 ) It's good to see paid workshop items, but I hope it doesn't mean that every item has to be paid :c
  12. Is it possible to disable post effect(s) through a code in Lua ?
  13. Hi, I'm trying make my fov lerp from 90 to 110 while spriting to make it look cool but it does not seem to be working I tried using Math::Lerp instead of Math:Lerp but it didn't change anything. PS: I bought Leadwerks a few hours ago so I'm still learning stuff, it's also my first time encountering Lua
×
×
  • Create New...