Jump to content

Slastraf

Developers
  • Posts

    705
  • Joined

  • Last visited

Everything posted by Slastraf

  1. Slastraf

    INTERFACE

    https://www.leadwerks.com/learn
  2. counter example would be if you have a foggy horror game, you would want them to fade in. Or have them render "behind" the smoke already if your method was applied (but have worse performance). Would be cool to have a small setting for that then.
  3. I also am on holidays right now, and no work pc. I wanted to make a new levels layout in the game design document sonn.
  4. I am editing this one right now: https://docs.google.com/document/d/1RvcqzC7dH-OZmnvbjUikUikd-Xl3phgliauHPPeAc5I/edit (yep its an other one) I can already edit the new one ? Can someone confirm ?
  5. I treid to format it and its not good but it is outdated anyway
  6. I already have the editing rights. It is very badly formatted up to the point where nothing is readable, after about half of the doc. Anyway I added my pepper to the story and also made a new name. I think its a really good story and can be told in game form to any extent (short game or not).
  7. Ah, there is a capital letter in the other link. If you go to search in the api reference then drawLine comes up but that link doesnt work
  8. https://www.leadwerks.com/learn?page=API-Reference_Object_Context_Drawline
  9. I have a prefab, and when I drag it in the scene everything works fine. But when I remove the script, and when I remove the whole prefab, leadwerks crashes. It happens every time so it is easily reconstructable. It happens only with the prefab down below. It has a script and a model but maybe its only the profab file. PFB_enemy_camera_bot.pfb
  10. I think you could make alot games look much better with good lightning, and also some more tools that do not directly have modeling / texturing in common. Just a thought
  11. which level is this ? The beginning ?
  12. my vs keeps thinking : "yep, im screwing with that guys day" (I am getting these errors pretty often and need to find random libraries and edit the path)
  13. After not reading this thread, I highly am +1 for someone making a tutorial
  14. I have german visual studio, but translated there is another message: Warning MSB8038 Spectre sharpening is enabled, but no defused Spectre libraries were found. Make sure that the Visual Studio workload contains the mitigated Spectre libraries. For more information, see https://aka.ms/Ofhn4c. test2 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VCTargets\VCTargets\Microsoft.CppBuild.targets 402
  15. I tried opening a fresh Leadwerks project in c++, but when I tried to build it, I got the following error: LNK1104 File "libcpmtd.lib" cannot be opened. it has to do with the Linker ? There were some ancient threads but they didn't help me. In the tutorials where it says Build > Run Without Debugging, I couldn't find it, the closest thing I found was Debug > Start without debugging so there is probably a mistake in the tutorial. No matter what I change, even If I remove everything in the main.cpp , when I start it from the editor everything happens as before, so I figured thats not the way it works. Still I haven't been able to fix this.
  16. you can make animated textures in leadwerks, use the shader from the firepit addon or if you have your own one. But you would need a n*n spritesheet
  17. or go into 3d and make fractals with modulo.. altoguh u would use cpp for that
  18. maybe the character controller and other object have different mass to them.. Try using physicsSetPosition in a loop . Or divide force by mass or something. For the shader thing, please explain better what u need, it probably dont need to be scripted. Check out firepit addon in workshop for animated sprite texture
  19. About the Menus. I found a minor bug that when you press new game , it will not load in the spell icons. I don't know how it is handled in the back end but if you try it out yourself you will see it . Also maybe make an option to hide the spell icons in levels where it is not needed. About the combat . I have made some basic combat already, I dont know if you tried it out because it doesnt work on the current branch. But it worked pretty stable and I will do my best to repair it so that it will be future proof and not easily changed. So please work on something else right now before adding the fps prefab. Accreditation of resources ::PLEASE:: Always directly add what you put in the project in the .txt file ".COPYRIGHT ATTRIBUTION NOTICE" in the main directory. It will not lie there like that in the end but to keep track of everything and maybe add a menu later.
  20. the icons dont fit our game, but for now its good
  21. If you are at it you could readd a new indicator that shows which spell is selected, It was in some time ago but now is missing. Maybe make it a bit fancier this time , not just for debug
  22. I downloaded the project earlier and there is an error if I try to start it , and I am confused Please fix the error when clicking on new game
×
×
  • Create New...