Jump to content

digman

Members
  • Posts

    93
  • Joined

  • Last visited

Posts posted by digman

  1. Yes, I do know that.... smile.png I was going to talk to Dave about you being able to get the project. I just did not want say anything till then. It was on my mind at the moment about the fps problem as it just happened again. As soon as I hear from Dave, will let you know...

     

    Yeah without the project files no way to track down this problem.

     

    EDIT::: Done and will work out a way for you to get the project...

  2. I do not have the steps to reproduce this problem yet but am making you aware of a potential bug

     

    Dave (ScrotieFlapWack) Lua Steam version 3.1 O.S. Windows

    Rick Lua Steam verison Steam Standalone 3.1 O.S Windows

    David (Digman) Standalone 3.1 version O.S. Linux 12.04 LTS 64 bit.

     

    Testing Systems:

    FPS relative to each persons system specs.

     

    Problem: Phobia Project----

    No large changes in the Project between updates that should cause a big FPS hit.

    Phobia Project is updated using the Project Manager each time I get a new Phobia project updated from Dave.

    I remove the old project and then import the new project and and update it using the Project Manager.

     

    Rick has mention that the FPS takes a hit sometimes when loading a Phobia project that has been updated (GoogleDrive) by Dave

    David--- I turned on vertical sync and my FPS is a solid 60 FPS. I created a new folder, added a Character model (no bones or animation) and then saved the Phobia project locally on my hard drive. Upon reopening Leadwerks and running the Phobia project my FPS is now 30. This is not the first time this has happened.

     

    From reading the forums, I noticed that others sometimes take hits on their FPS and are unsure why.

    Sorry for the non-reproducing bug report.

    Josh, do you any suggestions on what I or we can do to help narrow down what is causing this problem and get you a reproducible bug report.

     

    You made remove this report if it does not meet the bug reporting standard as I can not give a real reproducing bug report yet.

  3. Here is a picture of the files generated in the cube asset folder in the newest Linux standalone version.

    As stated I have to select another model folder and then return to the cube folder for the folder to be refreshed.

    Steps to reproduce are in my first post.

     

    The other possible cause for both bugs is that you are compiling Linux Leadwerks under the new 14.04 OS and no longer 12.04 LTS.

     

    14.04 is still not available in the download manager only 12.10. I can update through the terminal of course but if something goes wrong, then I am up the creek without a paddle...

    post-11675-0-32284200-1400530054.png

  4. OS-- Ubuntu 12.04 LTS 64 bit

    Grome interface, not the new unity interface.

    Downloaded the newest update Linux 3.1 Standalone using the Leadwerks updater.

    Updated all projects from the Project Manager.

    Texture files exported from 3DCoat using the PNG format.

    3DCoat was used to create the FBX file. There were no problems with exporting from 3DC before the update.

     

    Steps to reproduce:

    MyGame project.

    Select new from the file menu.

    Create a new folder under the models tab.

    Open the folder.

    Copy and paste a FBX file, diffuse file, normal map and spec map to the new model's folder.

    No material mat file is generated, only the model file and texture files.

    No default material mat file is created as well. This was always created in the last version.

     

    EDIT:

    For testing purposes, I tested the jpg file format as well because it as no alpha channel like the png files do...

    Same result.

    I thought maybe since the default compression scheme chosen by default is DXT1 which has no alpha channel, this could be part of the problem. It was not...

     

    Second bug:

    The asset new folder I created is not refresh anymore as well. I have to select another model folder and then return to the folder I created to see the model and texture files in the asset new folder's window. This was not the case before update.

    post-11675-0-22286700-1400529788_thumb.png

  5. This is one of the consequences of mobile support, since mobile hardware has no consistent texture compression support. Since that is no longer a concern we can safely enable DXTC texture compression at some point soon.

     

    Ah, good to know the reason why no other types of DDS file compression schemes were supported plus knowing that changes are on the way is good news.

    Since the Tex conversion routine is a non adjustable global setting for compression I do not know if it would be possible to set it per model but it would be great if the Tex conversion routine would just keep the current compression or non-compression we set in a specific DDS file. Just stating my preference as I do not know what is possible with Leadwerks.

  6. From my first post:

    "Our Workflow:

    Dave uses the steam version plus he is also hooked up with the Steam beta branch.

    I used the Standard 3.1 version, no Steam."

     

    I had forgotten to mention I use the Linux version. I just am dropping the ball today on giving you the required information to solve problems. wacko.png

     

    Plus after your first post, I went back and edited out the part of my post where I thought it might be a version difference between the beta steam branch and my Standard 3.1 version (no steam)...blink.png

  7. I think you mean that Dave needs to update the project on his end or am I mistaken. I updated on my side using the project manager as stated in my other post and it still does not load. It is a Lua project, sorry for not mentioning that.

     

    I will ask Dave to update his project when he gets back online and re-upload the project, then I will test and report back here.

  8. Error:File version 25 not supported

    I get this error in the loading panel at the bottom of the Leadwerks screen when I try to open our Phobia project from the file menu. This error stops the opening process.

     

    Our Workflow:

    Dave uses the steam version plus he is also hooked up with the Steam beta branch.

    I used the Standard 3.1 version, no Steam.

     

    I update my Phobia project by downloading from Dave the Phobia project and replace the entire project each time.

    This error happens whether I update the Phobia project or not update it using the Project Manager.

     

    This has been working till yesterday when I got the above mentioned error.

     

    We do need this fixed soon so any help you can offer is much appreciated.

     

    I put this here as we do not have a general problem section in the forum.

  9. @ Admin. Maybe it would be better to say detailed Docs and tiny was the wrong word do use... my apologies there.

     

    One example of some information that appears no longer current and will confuse new users. I got there by going to Documentation/User Guide/ Workflow/ Lighting.

    http://www.leadwerks.com/werkspace/page/documentation/_/user-guide/lighting-r685

     

    The above page should explain what the lights are and what the settings do for each light under the light tab or if some settings do not function for that kind of light. That information could as well be placed under the Special Entities page. This would help a new user who is not familiar with light setups. The functions for each light setting is left up to the new user to figure out...

     

    Leadwerks no longer uses baked lightmaps and so far I could not find information on light settings and their function under the light tab. There are other areas that do not give enough information about what the settings do or how to use them.

    Example.. Look at the shader panel information compared to the others, No picture, no information on the choice of shaders available under the shader's folder.

    http://www.leadwerks.com/werkspace/page/documentation/_/user-guide/material-editor-r8

     

    I am not being critical here just pointing some things out... Docs are the hardest areas to keep updated I know...

  10. This is from a artist and not a programmers view based off the 3.1 Standard version. The source SDK would give greater flexibility I would imagine. I am not comparing game engines here just what I like about Leadwerks 3.1 standard version.

     

    I am happy with the engine. Leadwerks does make areas easier for the artist which impacts it's future from a artist standpoint.

     

    Very easy to import assets into Leadwerks using the FBX format which Leadwerks automatically converts it's own format.

    Mipmaps generated or not per texture including normal maps. I think the Leadwerks tex files already have the mipmaps created but you have to check generated if want to use them. It is selected by default.

    Being able to choose flipping of the X or Y channels for your normal maps in the normal map editor window is a big plus... This does not have to be done outside the program.

    Recalculating your normals for some models using the model editor with the choice of two recalculating methods.

    Saving models as prefabs then instancing those models.

    Material per model is very fast to setup.

    Lights are easy to setup and change colors, strength, view range and what kind of cast shadows are used.

    Lua is easy for changing some things the artist might need with a few easy code inputs, like running your game in full screen mode to get a good look at your models plus changing the shadow draw distance quality (stages) for the real time Cascaded Shadow Maps.

     

    YouGroove has it right in that every game engine has it's strong and weak areas. The lack of current documentation hurts Leadwerks leaving a new user to search the forum or using the docs which are mixed up with 2.5, 3.0 and a tiny bit of 3.1 stuff. Being able to choose a couple of other DDS compression schemes would help as well. Right now, I believe Leadwerks uses the 8,8,8,8 ARGB uncompressed DDS format when converting your texture files. I will not go further as I will write a post about being a new user to the program and what my impressions are, the good and what can I think can be improved for the new artist user.

  11. Without having the files I am just guessing but I know a NDA will not allow you to post publicly.

     

    Are the fence railings (not the post) just flat polygons or do they have true depth... Check your model for duplicated vertices and merge or remove them. Also check for flipped normals...

    You might have done the above already but did not mention this in your post.

     

    Could it be a light bleed problem?

  12. The quality setting you added only effects the shadow when you run your game. It has no effect in the editor window.

    Under the tool panel (main menu) Options/Video/Lighting Quality, set it to high.

    I was told that this effects the shadow quality in the viewport.

     

    Also if your first range setting under the light tab for the point light is set to a higher number it will also effect the shadow drawing distance in the viewport. It has no effect on the shadow when running the game that I seen so far.

     

    This is what I found to true by my testing, so I would test it yourself as well. Of course your result could be different but it's worth a test.

    • Upvote 1
  13. Ok, I going to jump in here and say what I think is happening...

     

    If Leadwerks is using 8,8,8,8 ARGB DDS for image conversion then all images are converted to 32bits with the alpha channel plus there is no compression, no lost in image quality. What you see is what you get...

     

    That means if you have an 8bit image with no alpha it will be converted to a 32bit image with the alpha channel plus no compression.

     

    8,8,8,8 ARGB scheme from my understanding is the 4 channel uncompressed DDS file format.

     

    I would imagine that the source code that is also sold would give you the ability to choose your own DDS compression scheme but of course I am guessing here.

     

    I downloaded the 1024 x1024 image file you posted.

    In Leadwerks after the conversion the Leadwerks "tex" with mipmaps was 5.6mb.

    Photoshop with the Nvidia DDS plug-in using 8,8,8,8 ARGB for the image conversion to the DDS file it was 5.6mb with mipmaps.

     

    I can not tell you why your are getting such large file sizes with the same image.

  14. You are coming along great there... Wings3D is very good at creating larger modular game assets. The uncluttered workspace and the limitations really work to your advantaged here.

     

    The only thing I see is what appears to a small triangle section that is a non-planar polygon. The triangle section is by the vertical boxes. What I mean by triangle is that the area in question is modelled in a triangular fashion but crossing two axis. It appears to be a quad polygon and not a real triangle polygon,

    • Upvote 1
  15. This is a good read about users upgrading from 12.04 LTS to Ubuntu 14.04 to run Leadwerks when 14.04 becomes the supported Ubuntu version for Leadwerks, I would think not in the too distance future.

     

    12.04 LTS (Long Term Support) user will not receive the notice to upgrade till July when the first point release happens. The software updater will not show you the updated 14.04 according to article till July. I found that to be true.

     

    Now you can do it from the terminal right now but I rather wait till the point release happens in the summer. I would think that some bugs will be found and squashed too.

     

    This could as well be a moot point as you might still be able to run leadwerks on 12.04 till then and I have no idea when Josh is going to make the jump to 14.04 for Leadwerks.

     

    The above is my personal choice and in no way reflects the choice of others or Josh's plans when he will make the switch..

     

    http://www.omgubuntu.co.uk/2014/04/upgrade-ubuntu-14-04-12-04

    • Upvote 1
  16. The moderating team... Admin can not recieve a pm to or Josh either.

    This is not a problem as they would be overcome with too many pms..

     

    One moderating member as not been on since June of 2013 and the other in about 5 days...

     

    By mistake I put this post here when it would have been better in the blog... So if the Admin or Josh sees this post, you made remove this thread... I will repost my stuff in a blog...

     

    Last post my by me in this thread...

×
×
  • Create New...