Jump to content

MarkusR

Members
  • Posts

    252
  • Joined

  • Last visited

Everything posted by MarkusR

  1. MarkusR

    Development

    can we get a y height settings for this One big infinite plane too? i agree with others, often i want fill a terrain "hole" with a small water plane. not all at zero level. maybe a shader what is scrolling a normal uv map.
  2. the menu does not work for reimport, u can use after rescale / collapse etc.. this should reload the fbx file. try this workaround, rename .fbxxxx and back to .fbx
  3. MarkusR

    Vision cone

    in front of local z axis, with Transform:Point means vector 0,0,1 transformed with this function if front is z+ i see only Entity:SpherePick,PolygonPick,BoxPick instead of cone maybe coarse in steps with World:ForEachEntityInAABBDo / World::ForEachVisibleEntityDo i think some linepicks , Entity:Pick with radius is best. means left middle right, up middle down, 9 intersect tests.
  4. may be a mix of booth, the (full) filename and the modell hirachie 1:1. (path as tooltip text.) often i don't know its folder source, modell or prefab, also if u rename it in scene panel with a better and unique name u lost the connection to the original source.
  5. i guess the fbx import in leadwerks overwrite the root name. the name should be the same from modell editor modell top hirachie, means in blender or something else. i saw also a difference if me export all or only selected objects in shade 3d editor.
  6. i wish we get the same file list at runtime. can't get the zombie sounds at publish. also i had add them in remark. maybe because spaces in folder name? i had in remark also try _ for space.
  7. Convex Decomposition did not work for me too ...
  8. seems its part of ReleaseTableObjects(...) from "Scripts/Functions/ReleaseTableObjects.lua" for test i remark this calls in player script at Script:Release() --ReleaseTableObjects(self.weapons)
  9. my part is here :-) http://www.leadwerks.com/werkspace/page/games/_/next-monday-r83
  10. u need from Window class :KeyDown(Key.A) and for self.entity: any movement functions or maybe physics. zero gravity with physics :SetGravityMode(false) http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/entity/ non physics with Translate u can put it up and down,forwand & backwards, left & right with Turn pitch, yaw and roll not global = local means along/around the objext axis x,y,z.
  11. this seems come from OpenAL (Open Audio Library) did u try clean the table here in player? Script:Cleanup()
  12. about vegetation, i like a click and it grow from self with some rules, maybe in a area what was defined as rectangle or circle or shape this can be done random and if you like the result it can be saved. this require some default plants with the possibility to exchange later and handle as normal game object.
  13. yo, with that pixel copy i can make new smaller textures and put them into a array, thanks.
  14. need one more command for using bitmap fonts. DrawImage(Texture* texture, int x, int y,int offsetx, int offsety, int width, int height) this function already draw all, think its easy to add.
  15. about updates, i like to see a listbox with files + checkboxes before copy. i think with c++ and engine api u are more save in combination of engine commands. the compiler check if a called function exists and the parameter match etc. may josh give u a normal license.
  16. about doors, at physics they need some space around or they have more collisions than u want in combination with polymesh collision its slow.
  17. the last problem i had with .GetPosition() it was this csg objects from toolbar made problem without have a script, it was not a entity object and something else i believe.
  18. did you looked at the key input? i believe there you can change.
  19. maybe belongs the framedrop if .follow is used...
  20. u can drag & drop also material in modell view window (from leadwerks editor). this material can use any texture. maybe try FBX® 2013.3 Converter http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=22694909 if u drop a image file in engine project folders the .tex file will be generated automatic and u can edit is by double click in engine editor.
  21. have the same problen but did not know what the reason was. i did only use the changemap variable for main lua. in beta.
  22. called once but if the foollow will call again it should forgot the last follow. yes, its in release mode. current in beta. this follow have some automatically in engine.
  23. hi josh, please take a look in the. Follow function. there must be something wrong. this function runs as thread in background until stop is used. 5 zombies waste 40 frames if follow is used. this in my 10x10meter test area. today i had time to edit the copy of the monster ai script and disable parts with functions keys to see what happens. (means skipping the world and physics update loop) ps:i using the beta because its better than the normal version and me is magnetic for issues me using the engine since offer at steam.
×
×
  • Create New...