Jump to content

Slimwaffle

Members
  • Posts

    245
  • Joined

  • Last visited

Everything posted by Slimwaffle

  1. ok so I add in terrain texture on a new project and fps player. everything looks fine and rendering is fine but when I try to run I get that graphical error. I add in water and the error happens even when I am not testing game but building it. So I remove water and add in skybox and leadwerks throws a windows error, Exception access violation. Since updating leadwerks is unuseable.
  2. yeah it wasn't until I updated I started getting this problem.
  3. So I just updated and now I am experiencing a weird glitch. No matter what I do or add in even on starting a new project I experience weird graphical errors like the engine can't process all the graphics in the game. Even if I just add in fps player, water, day night and a single terrain texture I get this.
  4. For some reason whenever I try to add new addons steam says it downloads them but I can't locate them in the addons folder. And leadwerks can't find them. The adds I already had are working but any new ones I try to add are not
  5. I was following the project Saturn tutorials on how to create an in game inventory. And I followed it doing exactly what he said but I get an error. 76 : attempt to index local 'currentItem' (a boolean value) Can someone please help? I'll attach the 2 scripts I am using. Also here are the links to the tutorial vids in case it helps. http://steamcommunity.com/sharedfiles/filedetails/?id=319799499 Inventory.lua InventoryItem.lua
  6. thanks heaps mate. I'll give these a go in the morning.
  7. I ended up using gimp. I offset the texture then used the clone brush to paint over the seams.
  8. I was wondering if anyone could tell me how to or point me in the direction of a good tutorial. I need to know how to remove seams from Skybox textures and format the file so various parts o the texture align. Also is there a way to make my file render in higher detail. I'll attach a picture for some reference. All the tutorials I have found have been for unity.
  9. thanks I'll try this out and let you know how I go.
  10. I am planning on writing some code for a project I am working on and before I start I was just wondering if its possible to have my code change a texture file after so many seconds have passed. Without posting actual code I was thinking along these lines. create sky items day, dawn, dusk and night. Get info from Skybox item, After so many seconds get dawn texture. Return dawn texture to skybox item. Rinse and repeat for full cycle using my own custom textures. Would this way of thinking be ok using the skybox already implemented in leadwerks or would I need to create a new skybox script? Or has anyone already done this that could give me some advice on how to achieve this? And could I do the same to a player character so that after so many seconds skin becomes sunburnt and clothes become dirty.
  11. Thanks for the help guys. Managed to fix it.
  12. So I was fiddling around and made a texture but I was wondering if anyone could help explain how to take out the join lines. I will attach a picture so you can see what I am talking about.
  13. Thank you so much for your help. My skin texture was fixed using your method. And I figured out my animations wouldn't work because miximo saves them as .fbx files. And with the day/night thing there is no download button and when I checked shadmar's files from his profile this file is not listed.
  14. So I have been dabbling a little with leadwerks, Fuse character creator, substance painter and blender. I seem to be picking every thing up fairly quickly. I have about 1 year of java experience (Yet none working on game developing). I have come across some problems I could use some hep with. So I made basic character using fuse and added the textures to each material (in leadwerks) for the character (body, shirt, jeans etc.). However the textures for the body get jumbled and her eyes mouth end up on her arm. How do fix this? Ohh I also have animations for the character but can't find a window to attach them. Do I need to write another script to attach each animation to the character. Or possibly add them to a fps player script and modify it to act as a npc. And lastly for a day and night cycle. Is there an in-built feature or do I need to make sun object and write the scripts myself?
×
×
  • Create New...