Jump to content

VonBrauser

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by VonBrauser

  1. Yea....I think I am just going to scrap it. I mean in blender(to the inexperienced atleast) when you accidentally hit the wrong key or hit shift R instead of Alt-R it does something crazy. then i spend 15 minutes trying to figure out what it was or what button i pressed THEN i hit ctrl Z too many times and undo something vital without realizing it. Then three hours later i am on the forums scratching my head thinking "What in the hell went wrong?" Thanks for the help Dan
  2. Thanks i will look into downloading rigify, can i get you with a quick question? I have my armature all set but I can't get the mesh to follow it. I looked in the vertex groups in weight painting and alot of the bones are missing from the list. I accidentally duplicated a bone a bunch of times without know it. I deleted them in object mode but they still show up in the vertex groups. For example: Arm.001.R Arm.002.R Arm.003.R and so on...how do i delete them from the vertex groups and add the correct bones? I've been stuck on this for hours Edit: Hold the phone.....I might have figured it out Edit: False alarm, i figured out how to take them out from the vertex groups but now i cant add any to it, even when i ctrl-p-automatic weights...WHATS GOING ON??!
  3. Using the forums to think out loud has solved my problem disregard this thread Edit! Stuck again Keep reading!
  4. Okay now I notice it is basically behaving backwards. The shoulder and the bicep rotate around the end of the hand, i need this to be the other way around
  5. I just completed my first ever human model and now I am rigging it. However I have ran into a wall which i can't get around and I have no idea how that wall got there! I have 3 bones for the arm: Upper, Lower, and the ArmIK. I RMB the ArmIK the shift-RMB to add the lower arm to it then i create inverse kinematics. Set the chain length to two. Everything looks dandy yea? well in pose mode when i select the ArmIK to move the whole arm with IT WONT MOVE! I double checked to see if the parent is set to the ArmIK and it is.My only option is to rotate when i click on it but i can't get it to move! I can move the arm with the UpperArm bone but that isn't what is supposed to happen I did this same process for the leg and it works fine, but the arm for some reason won't work Edit: New problem keep reading!
  6. I just completed my first ever human model and now I am rigging it. However I have ran into a wall which i can't get around and I have no idea how that wall got there! I have 3 bones for the arm: Upper, Lower, and the ArmIK. I RMB the ArmIK the shift-RMB to add the lower arm to it then i create inverse kinematics. Set the chain length to two. Everything looks dandy yea? well in pose mode when i select the ArmIK to move the whole arm with IT WONT MOVE! I double checked to see if the parent is set to the ArmIK and it is.My only option is to rotate when i click on it but i can't get it to move! I can move the arm with the UpperArm bone but that isn't what is supposed to happen I did this same process for the leg and it works fine, but the arm for some reason won't work.
  7. If you want basic programming tutorials with LE3 watch Aggror's tutorials on youtube. I am half way through the c++ series and they have been very helpful and thorough
  8. @xtreampb I downloaded that today, it looked very promising! I could imagine little archers on top ducking as the boulders whizzed a bit too high and then flying up in the air when i zing one at the top and connect with an explosion of rubble and rock
  9. Thanks xtream and aggregor, great tutorials also! Very very helpful : ) I figured a light source was needed but couldn't understand why it started With light without me adding a source. But now I understand
  10. I am going through a simple free look tutorial which everything is going smoothly, however I clicked on 'Calculate Lighting' inside the LE Editor and now my scene is dark, I realize i don't have a light source but in the tutorial video there was already shadows where mine had no shadows. So i guess my question is why did the lights already cast shadows in the tutorial video and not in my scene (I have the same code as the tutorial as well). And how do I undo the calculate lighting so i can see my level again. Sorry about the wordiness
  11. Haha well i found my box. I was creating the camera before the world which is like creating the egg before the chicken....er..chicken before the egg? thanks for all your help tjheldna Red and mike!
  12. I set the camera and box to the same coordinates so I would think there would be something there besides the black screen, does it matter that i cannot build or run any of my programs from debug and only release? plus i still cannot run anything from Leadwerks, including the 'Darkness Awaits' sample. I get the 'blahblahblah/blahblah/darknessawaits.debug.exe file not found. This also pops up on Debug for VS 2010 And thank you for finding that info for me
  13. Stuck again It seems i keep running into this error where the 'system cannot find the specified file'. The file is always the debug.exe on whatever project I open. This happens when i try to Build in Debug but not in Release using VS 2010. It also happens when i try to run it from LeadWerks. Building the solution in Release yields a successful build but I run into problems where , for instance, I did a simple program tutorial that creates a window with a box in it. The window appears but no box. Does this have to do with where the files are stored? As in an issue with the E: and C: drives? This is the output when running in Release after a successful build. This is the Box program where no box appears in the window 'Tutorial2.exe': Loaded 'E:\Leadwerks\Projects\Tutorial2\Tutorial2.exe', Binary was not built with debug information. 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\nsi.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\opengl32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\glu32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\ddraw.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\dciman32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\psapi.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\OpenAL32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\uxtheme.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\nvoglv32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\version.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\wintrust.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\crypt32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\msasn1.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\ntmarta.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\Wldap32.dll', Cannot find or open the PDB file The thread 'Win32 Thread' (0x17a0) has exited with code 0 (0x0). 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\powrprof.dll', Cannot find or open the PDB file 'Tutorial2.exe': Unloaded 'C:\Windows\SysWOW64\powrprof.dll' The thread 'Win32 Thread' (0x1964) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x3d4) has exited with code 0 (0x0). 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\MMDevAPI.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\propsys.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\wdmaud.drv', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\ksuser.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\avrt.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\AudioSes.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\msacm32.drv', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\msacm32.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\midimap.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\wrap_oal.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\dsound.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\powrprof.dll', Cannot find or open the PDB file 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\clbcatq.dll', Cannot find or open the PDB file The thread 'Win32 Thread' (0xffc) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x9e8) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x15dc) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x1548) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x16d8) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x624) has exited with code 0 (0x0). 'Tutorial2.exe': Unloaded 'C:\Windows\SysWOW64\wrap_oal.dll' 'Tutorial2.exe': Loaded 'C:\Windows\SysWOW64\wrap_oal.dll', Cannot find or open the PDB file any (future or past) help is much appreciated
  14. Oh and Tjheldna i checked out Mages Alchemy, looks very cool. It makes me excited to learn LW!
  15. Okay so I switched to 2010 and ran it in release and it worked thanks alot for the quick responses guys.
  16. Looking for help on an error I keep getting when clicking play on Leadwerks : "Failed to launch "E:\Leadwerks\Projects\New\New.dubug.exe." I also get this error when i try to run it from Microsoft Express 2012. I know it's a simple fix but I am stumped
×
×
  • Create New...