Jump to content

Bytecroc

Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by Bytecroc

  1. I want to make a game with the option that users can import their own entities, meshes inside the game.

    At the moment the engine can only use .mdl files.

    You can only convert the meshes with the editor, possibly it uses the tool.

    Second option is the Blender plugin, but it's for Leadwerk users only. And sometimes it works not properly.

     

    A funktion to load a file format like .fbx, .x or .obj directly inside Leadwerks and a function to save this mesh as .mdl or prefab

    would be nice. Other people wich owned the game but did not have Leadwerks, can then load models from Blender or Wings3D or other modelers inside the game.

    Inside the program then it'spossible to add a shader or more on it and save as prefab or .mdl for further use.

  2. I use Fragmotion but I have some problems with file converting, Fragmotion did have a problem with most .fbx files.

    I try to use BVHacker but got a bluesreen, I have not often seen a bluescreen on my system.

     

    I downloaded the .fbx with the model and the Packed.zip with the model and all animations inside.

    The downloaded models with one animation sequence worked with Blender, but it loades not automatically the texture and I'm not a Blender user to fix this without tutorial (YouTube).

     

    Possibly the best is making the stuff myself with lower quality.

  3. I tried out some of the animations, I had noticed that for example the walk animation is different as I normaly have used animations.

    The walk animations covers a distance, I mean the models moves along a path inside the animation.

    Normaly an animation sequence like a walking sequence walks on the place and with functions like Entity::Move(0,0,0.2) the Entity will be

    moved inside the scene.

    Or am I not up to date how animations will be handled at the moment.

  4.  

    You get 20 animations free. Then you have to pay. At the moment you can't purchase any animations because of Adobe takeover.

     

    You can however export your model into Blender ( or other animation program ) and animate it yourself.

     

    now >> Unlimited Free FUSE Auto-Rigs

    I think this is also for the free version and free I hope it means nothing to pay for it.

    I am downloading FUSE at the moment and AVAST recogizes a virus, I hope it is a false alarm.

  5. Thx Olby, I have with my model always 0 anim sequences with Fragmotion, I have a first sequence inside which is the standing sequence, I deleted now this first sequence and now it works directly with Fragmotion.

    Possibly because this is a one keyframe sequence. Only stand still.

  6. Ultma Unwrap3D is not very cheap I hope I mus not buy it. I can work good with Wings3D UV mapping.

     

    I have made one animation with .b3d to Fragmotion -> Autodesk FBX Converter -> Blender -> .fbx -> Leadwerks plus shader that works

    but I can not repeat that, not with the same .b3d file.

     

    So my suggestion is always to implement .x and .b3d converting like the actual .fbx converting with the LE3.x Editor.

    .b3d is a file format that is mostly the same and we can use old proven tools too. Like CharacterFX, Pacemaker, Milkshape, Fragmotion for animations.

  7. Thank you Guppy and Josh, the shader was the problem, now the standing anim keys are running. The exported LE3 files .mdl from Blender are deformed, but the .fbx files now are working. biggrin.png

     

    The shaders are needed for all anims, now I know.

  8. I try differnt Blender versions at the moment, some have animations inside LE3.4 but the mesh is deformed, or the mesh is not deformed and no anim is inside or all keyframes are inside but the anim did not run.

     

    @josk, did you mean the anims with Ultimate Unwrap are OK and run?

  9. At the moment I have some problems to convert .b3d animations into .fbx or better in a .fbx file format which LE3.4 recognizes as an animation file.

     

    When I use Fragmotion to convert an animation made with Pacemaker as .b3d to .fbx and plug it into the Leadwerks Editor, then only the mesh without texture I have in the "mesh-editor" no animation.

     

    When I will load an .fbx file into Blender from Fragmotion, the .fbx file is too old.

     

    If I convert with Autodesk FBX Converter to format 2013 I can read into Blender and the animation works,

    but not the exported file with the leadwerks plugin, the newest from GitHub.

    It is always only a mesh without texture and animation.

     

    I suggest to implement .b3d animation file format for import into the Leadwerks Editor and/or .x and .dbo file format.

  10. The bigger problem for me is to generate nice looking models and animations.

    Static models, terrain and plants are not a problem.

    The second problem is to grab enough time for my project.

    The next problem then is to find the best 3D Engine for that what I want to make.

    I hope I have found the engine now, but not found enough time unsure.png yet.

     

    Edit: The texture for animated models (animals and people) are also difficulty for me.

  11. My first suggestion is a LOD System, for Terrain and also for other Objects.

     

    It should not be set too sensitive, so not every small unit should be calculated when the camera moves. This saves computing time.

    Also, the LOD from lowpoly to highpoly mesh and vice versa should not sit on the same distance point.

    In a related line like so: camera moves in the X direction 10 units on the object and reaches the point at which an object is used more detailed (now high poly).

    Now it should not be swapped between the lowpoly-mesh and highpoly-mesh back and forth (this happens when you have the objects more on the left or right side and you walk not exactly strait forward).

    The distance to calculate from the high to the low poly mesh should be higher than the distance from the low poly mesh to the high poly mesh.

     

    I have such a rendering function with one point in an other engine and then the objects swappes allways from high to lowpoly on the side if you walk on that line and that is not very nice to see.

    I can write such a function for myself for objects but not for the terrain system.

  12. My System:

    OS Windows 7 64 Bit, 2TB Harddrive Samsung hd204ui

    Leadwerks installed in SteamLibrary on Drive D:

    TestMaps saved in Dokument Folder of Leadwerks/Projects

    Graphics Card is NVidia GeForce 560GTX

    Intel i7-2600 CPU 16 GB RAM

     

    Possibly this is by other users the same but nobody looks inside the MyGame folder

    and the clicks on the folder mygame indside mygame and so on 29x

×
×
  • Create New...