Jump to content

tipforeveryone

Members
  • Posts

    382
  • Joined

  • Last visited

Everything posted by tipforeveryone

  1. The best way to change map which I learnt is change the value of changemapname variable (it is a global one) in the main.lua instead of using Map:Load() in any script. This prevents game to crash in most cases. I got this problem before when I use Map:Load() in Script:UpdateWorld() or Script:UpdatePhysics(), loading map like this will cause errors like "assert error" or some entites not found (nil) even they are in code. Hope this help
  2. It was built successfully but I get this instead I wonder is there another way less painful to use VS2017 with Leadwerks 4.5
  3. You can use Audacity to convert wav files to this format
  4. Today I feel good to start learning new thing in Leadwerks, that is C++ with long time bought Professional DLC (I did this before but not successful) I remember that now Leadwerks 4.4 support VS2017 then I do some simple steps Create a Blank Project in Leadwerks Editor Open Projects/Windows/TestBlankProject.sln by VS2017 Goto Build > Build Solution F7 then I get this This is what I found https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk2019?f1 But I don't understand anything on that page to find the solution (what a long content) I just want to start with a simple "Hello world" test for my new thing, but It seems not to be smooth as I expected.. Please help
  5. Now I am using Leadwerks not only for making game, I have some templates which are used frequently (for my job). Then I don't want to Copy/Paste my "pure" project each time I need a new one
  6. As any others engine features which were introduced in Learn section (Editor Interface, Light, Textures, Materials etc) GUI should be put in there. Newbies need to learn how to use GUI too
  7. How can I modify these information of my project (image, Author, Copyright) and my game.exe icon when exporting game.
  8. I have plan to improve this too after that time, the disadvatage of this code is you mush record everything again if making mistakes
  9. I don't know why there are only 2 x "Pick" links when search "PickInfo" Type and nothing happens, maybe a bug? @Josh Sometime I can't find what I need immediatly.
  10. Please someone list all information of PickInfo(). I did not find anything in Document something like pickinfo.position, pickinfo.entity etc, Thanks
  11. Looking at this video thumbnail reminds me about the day I found it 2 years ago, thank you Jorn. This helped me alot, all of your tutorial videos are Leadwerks golden learning source
  12. Most of my Scripts are attached to Pivots. Sometime I get lost among a bunch of pivots in scene. I try to assign material (maybe a Gun to define that Pivot being Weapon spawn) but no use. I know I can attach script to sprite then assign material instead, but I must put code to hide every scripted sprites. This should be greate if user can "mark" scripted pivot with his own icons Thanks hope this to appear in 4.6 and 5
  13. The future is bright ! Keep up the good work !
  14. I think there is no way to import animation frame like that (I got this problem before) and export with armature is required, and I use blender's default fbx export with some settings of scale and everything works fine.
  15. I use both of them, intensity and movement (just a little), I think I should put a "Script.lightMoving" boolean option
  16. Realistic light movement and intentsity
  17. I made this today I wish I can put a video after that.
  18. Still many things to be done I am developing AI of my game, but I hope it will be soon on Steam
  19. I pointed my domain 5 hours ago. You can try Ctrl + F5 to reload or use this link http://www.cscdvmp.com (added "www")
  20. Today I finish the website for my game, sorry for not being in English. I think its interface will be improved later. https://cscdvmp.com/ Please give me any advice or suggestion. Thanks!
  21. Amazing, I want to "embed" those birds into my game too : )) you had a lovely way to do it. Let see if I can make it better, muhahaha. I love to see one day our workshop is full of user created content with high quality like this!
  22. Somehow I think about using Decal to simulate shadow mapping, so silly I know
  23. I experienced this once, you can try one of methods below On steam client > Menu Views > Settings > Goto Downloads (on the left) > CLEAR DOWNLOAD CACHE > Re login steam client Remove Leadwerks and reinstall it Reinstal VC Redist package Hope this helps
×
×
  • Create New...