Jump to content

Bowzark715

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Bowzark715

  1. Nevermind I fixed it I created a new model, made a new uv then opened the uv image editor and opened the uv exported it and now it's working great. :)
  2. I've just made the model of my sword and applied the texture to it and checked to see if the material was set to uv and it was so I decided to export it but the error (in the title) is blocking me for doing so. Any help?
  3. I'm very new to blender and I just finished my basic model of the sword and now I want to texture it using uv maps question is how do I texture it without it making look all blurry and ugly? Here is the model of the sword:
  4. So how do I get it to select everything because I'm confused right now :/
  5. Where do I find the option to join the objects? It's just the fact that I haven't used the new version of blender before.
  6. So I've tried it I got a problem that when I duplicate the object and select everything then go into edit mode it only select's one single part of the object? And when I press A then A again it's still the same? How do I fix this? Also about the search bar the question is which search bar are you on about? (New to Blender 2.7x+) I tried selecting all in edit mode but it didn't select all it only selected one certain part of the mesh? What do I do to fix it?
  7. So I've tried it I got a problem that when I duplicate the object and select everything then go into edit mode it only select's one single part of the object? And when I press A then A again it's still the same? How do I fix this? Also about the search bar the question is which search bar are you on about? (New to Blender 2.7x+)
  8. Somehow for some odd reason every time I try to use the hull script in blender to create some collision blender just crashes with the not responding error. If I just wait for it to be done, nothing happens. Anyone know as to why this happens to me?
  9. What I was doing was I was trying to use the hull script to make a collision for my object but when I clicked the ok button for the hull script it just said "Not Responding" then it crashed. Anyone know why this occurs or why it is even happening?
  10. Can anyone tell me what is wrong with this script I'm trying to make a mod which let's you buy a house in nearly all the cities in Morrowind Seyda Neen House Door Script (This is a script for the door btw) Begin AAASEYDANEENHOUSEDOORSCRIPT short state ;if you have the key from Socucius Ergalla If ( OnActivate == 1 ) If ( key_SeydaNeen_House == 1 ) endif set state to 1 endif ;if you don't have the key from Socucius Ergalla If ( key_SeydaNeen_House == 0 ) return MessageBox "You've have to talk to Socucius Ergalla if you want to enter the house" "Ok" endif ;if you've got the key from Socucius Ergalla but left it or sold it to someone if ( OnActivate == 1 ) If ( GetJournalIndex AAASEYDANEENHOUSEDOORSCRIPT == 10 ) endif if ( key_SeydaNeen_House == 0 ) return MessageBox "You don't have the key with you. Get it back then try to enter the house" "Ok" endif ;Open's the door if ( state == 1 ) activate set state to 2 endif endif end ------------------------------------------- My suggestion is it is probably due to that the GetJournalIndex has 2 == signs and not just 1 = sign.
  11. Ok well I just looked at my MP3 file but the only thing I'm struggling with is how do I change the frequency on my mp3 file to 44100 hz? How do I do this?
  12. So I went to test my custom voice in oblivion previewing it in the construction set works fine but the only problem is my voice won't play in game? Why is this happening any help would be appreciated thanks.
×
×
  • Create New...