Jump to content

Marcousik

Members
  • Posts

    679
  • Joined

  • Last visited

Everything posted by Marcousik

  1. I obtain this when trying to load my map In No-Beta does not occur... I never got this before..
  2. please check this I made today: The sphere could be any size...
  3. Why don't you use sprite or emittlers ? This can be a solution until new feature.... So I did here simulate foggy, cloudy atmosphere:
  4. Thx a lot macklebee you are a lot of help
  5. Great thx. Is this actually usable: Texture::SetQuality(int quality) ?
  6. Hi there, The link is broken, is there something like this ? I'm searching for the script function to manage texture quality as for example setWaterQuality() change the water quality thx
  7. Yes great idea. There is a lack at about 500m or 700m, would make more sense than 2 options used for 15m and 30 m, I think. A SetWorldCullRange() function would be the best. Edit I played the beta version of tom' clancy Wildlands and I must say this is a very impressive open-world as I see how much work it is, trying to build a little piece of such a thing. Well after this, I'm thinking the view distance settings like there are in Leadwerks actually are not that bad because in such open world games those 2 distances (far and infinite) will be used by lower graphic options: Infinite can only be seen Buildings, rocks and a few trees, Far view is used for all the rest of the models that only appear as the player approachs them. So you obtain a (relative) good view of the world. I will try this
  8. I didn't know this, thx macklebee, that would be exactly what I need, maybe is there an actual translation to lua ?
  9. 2 points: 1) I cannot see the difference between infinite and max. 2) I wish the possibility to use a longer view distance between "far" and "max" because using "far" gives a too short view of the world, and "max" just like "infinite" is making the game too heavy. Can we get something like this ? thx I'm just thinking/asking: As "far" gives a relative short view distance, is this really useful to give the options "near " and "medium" ? A view distance about 2x or 3x the "far" distance would be great...
  10. As I work with many models, and I have many times to set manually the diffuse, normal or spec .tex on a used material. Maybe other users too. Well, very simple but very practical would be if the selected open folder (by selecting a texture) would be automatic the same folder where the concerned material is.. By making a lot of different materials, I spend much time looking at "where is this now?"
  11. ok here it is: https://1drv.ms/u/s!AiVBgjDAyIXLjUgJOqPVSllT5rGF Please try to load the BigMap.map With 4.2 -> ok With beta -> "Exception access violation" Could be something with the vegetation tool...? thx
  12. I have to say it's better because the crash doesn't occur anymore in beta now, BUT sadly this last update is not so stable for me as the first 4.3: Loading the main map of my project is a success with 4.2 and the first 4.3 (before the update) , whereas in beta it occurs now "windows exception violation". Josh could you upload an optional version on steam with the first 4.3 (as it was last sunday), would be very cool....
  13. I got the same "object already deleted" error that can't be explained (in my case) because only occuring with last 4.3, Maybe you try Leadwerks 4.2 if that runs ? For me it's ok with 4.2
  14. @Josh 4.2 works fine 4.3 before last update was working fine. 4.3 since today crashes, No possiibility to start a new project/change map..."Object already deleted"...crash back to windows Beta: Change map..."Object already deleted"...crash back to windows Back to 4.2 - works fine Maybe same as there: http://www.leadwerks.com/werkspace/topic/15714-started-with-a-lighting-issues-and-now-i-cannot-create-new-project/
  15. My project is very big, with much models, I don't know how could I do this ? This is today as I tried to start a new project FPS: This is a big problem ! Leadwerks is total unusable... Back to 4.2: Everything ok.
  16. Big crash here, since last update from yesterday... It loads the start map of my project, then I #m not able to load another map, or change the project once updated. I become this message and leadwerks returns immediatly to windows ?? I tried to update the vc_redist files. Here trying to load another map from updated project Here trying to change the project:
  17. Here is a try with inside rain collision, I made today: Edit To make this I just let about 200 or more box with Mass set to 1 with invisible material falling over the player in a randomized area: This will be used as shape for roof collision. Attach a sprite /billboard with the rain Material. Then an emitter at collision()/position for water splatsch. After colliding just put the same box over the player again and again..... The problem I found is that after 10 minutes or more it will be "Error: Run out of lua memory" I checked that the game RAM would be bigger and bigger with time. The material applied to the sprite seems to be essential in this. Seems that using a alpha texture is unfortunately too expensive. I used finally a very thin sprite with a default material shader Model/flat/default - Alpha setting + Z-sort. Seems to be the less expensive for best graphic results. Edit: Solved with collectgarbage() added in main() Now it looks like this:
  18. Out-zoomed it looks pretty good: ....zoom in: ...that's why I'm not using this feature. thx if there is a solution !
  19. Well thx, the bug seems in beta version to be gone
  20. https://1drv.ms/u/s!AiVBgjDAyIXLjTwioYFQM-YLlQYA Here it is, please just run the BugMap and look at the difference through the camera. I modify the NavMesh material to create the bug.
  21. I thought about this yet I could reproduce this limit with a new map 4096*4096 created with any textures added (min. 5) from a new FPS project. Just try it. Create a new map, add 5 textures in paint tool, try to publish -> Exception access violation. Remove one texture, it succeeds. I would be very interested on this, if anybody could confirm this !
  22. Ok thx. I find out that adding models with the vegetation tool on the map make it much bigger and unusable too.
  23. Ok...Do we have something to control/manage this ? I did many test and I could see this: 4096*4096 maps size with 4 textures or few are all 96mb (without models for sure) 4096*4096 maps with 5 textures become all 160 mb and this too much for publication. With 9 textures first get the maps size 224mb. What I mean it looks like map sizes are levelled.
  24. I'm on Leadwerks 4.1 Graka Nvidia gtx 760 I get this error "EXCEPTION ACCESS VIOLATION" by trying to publish a 4096*4096 map in stand alone option. The map is empty of model (no model added) except a camera placed somewhere. I researched why and found that the cause for this seems to be the paint textures added to the map. Indeed the map is painted with only 5 textures each exactly 683kb without normal or spec texture. So I got disappointed by having the possibility to use 15 textures to paint the map but publishing tool only support well... 3 of them ?? Here is this to see: If I remove 1 or more of the paint-textures leaving the map painted with at most 4 textures, the publication succeeds. Please help with this, am I doing something wrong or are 5 tex supposed to be too much for 4096*4096 ?? thx
  25. 1) Make a box 2) put this material on it: 3) Set Alpha to about 100, you become this beautiful transparent effect ingame: 4) Now add an empty script to the box and the box will sadly disappear ingame !! > The material I used has no texture and default shader > This bug was not in 4.1 > This bug is with the material set to solid too. The box with a script will always appear black. thx.
×
×
  • Create New...